Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Letter
Next Letter
Sample
Document
Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

L

Label - Class in java.awt
A Label object is a component for placing text in a container.
Label() - Constructor for class java.awt.Label
Constructs an empty label.
Label(String) - Constructor for class java.awt.Label
Constructs a new label with the specified string of text, left justified.
Label(String, int) - Constructor for class java.awt.Label
Constructs a new label that presents the specified string of text with the specified alignment.
Label.AccessibleAWTLabel - Class in java.awt
This class implements accessibility support for the Label class.
Label.AccessibleAWTLabel() - Constructor for class java.awt.Label.AccessibleAWTLabel
LANDSCAPE - Static variable in class java.awt.PageAttributes.OrientationRequestedType
The OrientationRequestedType instance to use for specifying a landscape orientation.
last(Container) - Method in class java.awt.CardLayout
Flips to the last card of the container.
LAST_LINE_END - Static variable in class java.awt.GridBagConstraints
Place the component in the corner of its display area where the last line of text on a page would normally end for the current ComponentOrientation.
LAST_LINE_START - Static variable in class java.awt.GridBagConstraints
Place the component in the corner of its display area where the last line of text on a page would normally start for the current ComponentOrientation.
lastPageFirst() - Method in class java.awt.PrintJob
Returns true if the last page will be printed first.
layout() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by doLayout().
layout() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by doLayout().
layout() - Method in class java.awt.ScrollPane
Deprecated. As of JDK version 1.1, replaced by doLayout().
LAYOUT_LEFT_TO_RIGHT - Static variable in class java.awt.Font
A flag to layoutGlyphVector indicating that text is left-to-right as determined by Bidi analysis.
LAYOUT_NO_LIMIT_CONTEXT - Static variable in class java.awt.Font
A flag to layoutGlyphVector indicating that text in the char array after the indicated limit should not be examined.
LAYOUT_NO_START_CONTEXT - Static variable in class java.awt.Font
A flag to layoutGlyphVector indicating that text in the char array before the indicated start should not be examined.
LAYOUT_RIGHT_TO_LEFT - Static variable in class java.awt.Font
A flag to layoutGlyphVector indicating that text is right-to-left as determined by Bidi analysis.
layoutContainer(Container) - Method in class java.awt.BorderLayout
Lays out the container argument using this border layout.
layoutContainer(Container) - Method in class java.awt.CardLayout
Lays out the specified container using this card layout.
layoutContainer(Container) - Method in class java.awt.FlowLayout
Lays out the container.
layoutContainer(Container) - Method in class java.awt.GridBagLayout
Lays out the specified container using this grid bag layout.
layoutContainer(Container) - Method in class java.awt.GridLayout
Lays out the specified container using this layout.
layoutContainer(Container) - Method in interface java.awt.LayoutManager
Lays out the specified container.
layoutGlyphVector(FontRenderContext, char[], int, int, int) - Method in class java.awt.Font
Returns a new GlyphVector object, performing full layout of the text if possible.
layoutInfo - Variable in class java.awt.GridBagLayout
This field holds the layout information for the gridbag.
LayoutManager - Interface in java.awt
Defines the interface for classes that know how to lay out Containers.
LayoutManager2 - Interface in java.awt
Defines an interface for classes that know how to layout Containers based on a layout constraints object.
lazilyLoadDesktopProperty(String) - Method in class java.awt.Toolkit
an opportunity to lazily evaluate desktop property values.
LEADING - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be justified to the leading edge of the container's orientation, for example, to the left in left-to-right orientations.
LEDGER - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Ledger, 11 x 17 in.
LEFT - Static variable in class java.awt.Event
The Left Arrow key, a non-ASCII action key.
LEFT - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be left-justified.
left - Variable in class java.awt.Insets
The inset from the left.
LEFT - Static variable in class java.awt.Label
Indicates that the label should be left justified.
LEFT_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
LEFT_TO_RIGHT - Static variable in class java.awt.ComponentOrientation
Items run left to right and lines flow top to bottom Examples: English, French.
LEGAL - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_LEGAL.
LETTER - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_LETTER.
LIGHT_GRAY - Static variable in class java.awt.Color
The color light gray.
lightGray - Static variable in class java.awt.Color
The color light gray.
LINE_END - Static variable in class java.awt.BorderLayout
The component goes at the end of the line direction for the layout.
LINE_END - Static variable in class java.awt.GridBagConstraints
Place the component centered along the edge of its display area where lines of text would normally end for the current ComponentOrientation.
LINE_START - Static variable in class java.awt.BorderLayout
The component goes at the beginning of the line direction for the layout.
LINE_START - Static variable in class java.awt.GridBagConstraints
Place the component centered along the edge of its display area where lines of text would normally begin for the current ComponentOrientation.
LinearGradientPaint - Class in java.awt
The LinearGradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
LinearGradientPaint(float, float, float, float, float[], Color[]) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint with a default NO_CYCLE repeating method and SRGB color space.
LinearGradientPaint(float, float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint with a default SRGB color space.
LinearGradientPaint(Point2D, Point2D, float[], Color[]) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint with a default NO_CYCLE repeating method and SRGB color space.
LinearGradientPaint(Point2D, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint with a default SRGB color space.
LinearGradientPaint(Point2D, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod, MultipleGradientPaint.ColorSpaceType, AffineTransform) - Constructor for class java.awt.LinearGradientPaint
Constructs a LinearGradientPaint.
list() - Method in class java.awt.Component
Prints a listing of this component to the standard system output stream System.out.
list(PrintStream) - Method in class java.awt.Component
Prints a listing of this component to the specified output stream.
list(PrintStream, int) - Method in class java.awt.Component
Prints out a list, starting at the specified indentation, to the specified print stream.
list(PrintWriter) - Method in class java.awt.Component
Prints a listing to the specified print writer.
list(PrintWriter, int) - Method in class java.awt.Component
Prints out a list, starting at the specified indentation, to the specified print writer.
list(PrintStream, int) - Method in class java.awt.Container
Prints a listing of this container to the specified output stream.
list(PrintWriter, int) - Method in class java.awt.Container
Prints out a list, starting at the specified indentation, to the specified print writer.
List - Class in java.awt
The List component presents the user with a scrolling list of text items.
List() - Constructor for class java.awt.List
Creates a new scrolling list.
List(int) - Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines.
List(int, boolean) - Constructor for class java.awt.List
Creates a new scrolling list initialized to display the specified number of rows.
List.AccessibleAWTList - Class in java.awt
This class implements accessibility support for the List class.
List.AccessibleAWTList() - Constructor for class java.awt.List.AccessibleAWTList
List.AccessibleAWTList.AccessibleAWTListChild - Class in java.awt
This class implements accessibility support for List children.
List.AccessibleAWTList.AccessibleAWTListChild(List, int) - Constructor for class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
LIST_DESELECT - Static variable in class java.awt.Event
An item in a list has been deselected.
LIST_SELECT - Static variable in class java.awt.Event
An item in a list has been selected.
LOAD - Static variable in class java.awt.FileDialog
This constant value indicates that the purpose of the file dialog window is to locate a file from which to read.
LOAD_FILE - Static variable in class java.awt.Event
A file loading event.
LOADING - Static variable in class java.awt.MediaTracker
Flag indicating that media is currently being loaded.
loadSystemColors(int[]) - Method in class java.awt.Toolkit
Fills in the integer array that is supplied as an argument with the current system color values.
locate(int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getComponentAt(int, int).
locate(int, int) - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getComponentAt(int, int).
location() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getLocation().
location(int, int) - Method in class java.awt.GridBagLayout
Determines which cell in the layout grid contains the point specified by (x, y).
lookupConstraints(Component) - Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
LOST_FOCUS - Static variable in class java.awt.Event
A component lost the focus.
lostFocus(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge