JavaTM 2 Platform
Standard Ed. 5.0
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 Z _

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 - Static variable in class javax.accessibility.AccessibleRole
An object used to present an icon or short string in an interface.
LABEL - Static variable in class javax.swing.plaf.synth.Region
Label region.
label - Variable in class org.omg.CORBA.UnionMember
The label of the union member described by this UnionMember object.
Label.AccessibleAWTLabel - Class in java.awt
This class implements accessibility support for the Label class.
Label.AccessibleAWTLabel() - Constructor for class java.awt.Label.AccessibleAWTLabel
 
LABEL_FOR - Static variable in class javax.accessibility.AccessibleRelation
Indicates an object is a label for one or more target objects.
LABEL_FOR_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
Identifies that the target group for a label has changed
LABELED_BY - Static variable in class javax.accessibility.AccessibleRelation
Indicates an object is labeled by one or more target objects.
LABELED_BY_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
Identifies that the objects that are doing the labeling have changed
labelFor - Variable in class javax.swing.JLabel
 
labelRect - Variable in class javax.swing.plaf.basic.BasicSliderUI
 
labelUI - Static variable in class javax.swing.plaf.basic.BasicLabelUI
 
LabelUI - Class in javax.swing.plaf
Pluggable look and feel interface for JLabel.
LabelUI() - Constructor for class javax.swing.plaf.LabelUI
 
LabelView - Class in javax.swing.text
A LabelView is a styled chunk of text that represents a view mapped over an element in the text model.
LabelView(Element) - Constructor for class javax.swing.text.LabelView
Constructs a new view wrapped on an element.
LANDSCAPE - Static variable in class java.awt.PageAttributes.OrientationRequestedType
The OrientationRequestedType instance to use for specifying a landscape orientation.
LANDSCAPE - Static variable in class java.awt.print.PageFormat
The origin is at the bottom left of the paper with x running bottom to top and y running left to right.
LANDSCAPE - Static variable in class javax.print.attribute.standard.OrientationRequested
The content will be imaged across the long edge of the medium.
LANG - Static variable in class javax.swing.text.html.HTML.Attribute
 
LANGUAGE - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for the language of some text.
LANGUAGE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the preferred language to use with the service.
LANGUAGE - Static variable in class javax.swing.text.html.HTML.Attribute
 
LanguageCallback - Class in javax.security.auth.callback
Underlying security services instantiate and pass a LanguageCallback to the handle method of a CallbackHandler to retrieve the Locale used for localizing text.
LanguageCallback() - Constructor for class javax.security.auth.callback.LanguageCallback
Construct a LanguageCallback.
LAO - Static variable in class java.awt.font.NumericShaper
Identifies the LAO range and decimal base.
LAO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lao" Unicode character block.
LARGE_CAPACITY - Static variable in class javax.print.attribute.standard.MediaTray
The large capacity input tray in the printer.
LARGE_MODEL_PROPERTY - Static variable in class javax.swing.JTree
Bound property name for largeModel.
largeModel - Variable in class javax.swing.JTree
Is this tree a large model? This is a code-optimization setting.
largeModel - Variable in class javax.swing.plaf.basic.BasicTreeUI
True if doing optimizations for a largeModel.
last(Container) - Method in class java.awt.CardLayout
Flips to the last card of the container.
last() - Method in interface java.sql.ResultSet
Moves the cursor to the last row in this ResultSet object.
last() - Method in class java.text.BreakIterator
Return the last boundary.
last() - Method in interface java.text.CharacterIterator
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
last() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.last() for String.
last() - Method in interface java.util.SortedSet
Returns the last (highest) element currently in this sorted set.
last() - Method in class java.util.TreeSet
Returns the last (highest) element currently in this sorted set.
last() - Method in class javax.swing.text.Segment
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
LAST_DIVIDER_LOCATION_PROPERTY - Static variable in class javax.swing.JSplitPane
Bound property for lastLocation.
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 ComponentOrienation.
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 ComponentOrienation.
lastAlloc - Variable in class javax.swing.text.AsyncBoxView.ChildLocator
The last seen allocation (for repainting when changes are flushed upward).
lastColumn - Variable in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
 
lastDividerLocation - Variable in class javax.swing.JSplitPane
Previous location of the split pane.
lastEdit() - Method in class javax.swing.undo.CompoundEdit
Returns the last UndoableEdit in edits, or null if edits is empty.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastElement() - Method in class javax.swing.DefaultListModel
Returns the last component of the list.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.String
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.StringBuffer
 
lastIndexOf(String, int) - Method in class java.lang.StringBuffer
 
lastIndexOf(String) - Method in class java.lang.StringBuilder
 
lastIndexOf(String, int) - Method in class java.lang.StringBuilder
 
lastIndexOf(Object) - Method in class java.util.AbstractList
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(E, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(Object) - Method in class java.util.LinkedList
Returns the index in this list of the last occurrence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(Object) - Method in interface java.util.List
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(Object) - Method in class javax.swing.DefaultListModel
Returns the index of the last occurrence of elem.
lastIndexOf(Object, int) - Method in class javax.swing.DefaultListModel
Searches backwards for elem, starting from the specified index, and returns an index to it.
lastIndexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
lastKey() - Method in interface java.util.SortedMap
Returns the last (highest) key currently in this sorted map.
lastKey() - Method in class java.util.TreeMap
Returns the last (highest) key currently in this sorted map.
lastModified() - Method in class java.io.File
Returns the time that the file denoted by this abstract pathname was last modified.
LastOwnerException - Exception in java.security.acl
This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
LastOwnerException() - Constructor for exception java.security.acl.LastOwnerException
Constructs a LastOwnerException.
lastPageFirst() - Method in class java.awt.PrintJob
Returns true if the last page will be printed first.
lastPaintPosition - Variable in class javax.swing.JViewport
The last viewPosition that we've painted, so we know how much of the backing store image is valid.
lastPath - Variable in class javax.swing.tree.DefaultTreeCellEditor
Last path that was selected.
lastRow - Variable in class javax.swing.event.TableModelEvent
 
lastRow - Variable in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
 
lastRow - Variable in class javax.swing.tree.DefaultTreeCellEditor
Row that was last passed into getTreeCellEditorComponent.
lastSelectedRow - Variable in class javax.swing.plaf.basic.BasicTreeUI
Index of the row that was last selected.
lastTabInRun(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
lastValidOffset - Variable in class javax.swing.text.AsyncBoxView.ChildLocator
The location of the last offset calculation that is valid.
LATEST - Static variable in interface java.util.jar.Pack200.Packer
The string "latest", a possible value for certain properties.
LATIN - Static variable in class java.awt.im.InputSubset
Constant for all Latin characters, including the characters in the BASIC_LATIN, LATIN_1_SUPPLEMENT, LATIN_EXTENDED_A, LATIN_EXTENDED_B Unicode character blocks.
LATIN_1_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin-1 Supplement" Unicode character block.
LATIN_DIGITS - Static variable in class java.awt.im.InputSubset
Constant for the digits included in the BASIC_LATIN Unicode character block.
LATIN_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-A" Unicode character block.
LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended Additional" Unicode character block.
LATIN_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-B" Unicode character block.
LAYER_PROPERTY - Static variable in class javax.swing.JLayeredPane
Bound property
LAYERED_PANE - Static variable in class javax.accessibility.AccessibleRole
A specialized pane that allows its children to be drawn in layers, providing a form of stacking order.
LAYERED_PANE_PROPERTY - Static variable in class javax.swing.JInternalFrame
Bound property name.
LayeredHighlighter - Class in javax.swing.text
 
LayeredHighlighter() - Constructor for class javax.swing.text.LayeredHighlighter
 
LayeredHighlighter.LayerPainter - Class in javax.swing.text
Layered highlight renderer.
LayeredHighlighter.LayerPainter() - Constructor for class javax.swing.text.LayeredHighlighter.LayerPainter
 
layeredPane - Variable in class javax.swing.JRootPane
The layered pane that manages the menu bar and content pane.
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(int, int) - Method in class javax.swing.text.BoxView
Perform layout on the box
layout(FlowView) - Method in class javax.swing.text.FlowView.FlowStrategy
Update the flow on the given FlowView.
layout(int, int) - Method in class javax.swing.text.FlowView
Lays out the children.
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.
layoutChanged(int) - Method in class javax.swing.text.BoxView
Invalidates the layout along an axis.
layoutCL(JLabel, FontMetrics, String, Icon, Rectangle, Rectangle, Rectangle) - Method in class javax.swing.plaf.basic.BasicLabelUI
Forwards the call to SwingUtilities.layoutCompoundLabel().
layoutColumns(int, int[], int[], SizeRequirements[]) - Method in class javax.swing.text.TableView
Layout the columns to fit within the given target span.
layoutComboBox(Container, MetalComboBoxUI.MetalComboBoxLayoutManager) - Method in class javax.swing.plaf.metal.MetalComboBoxUI
 
layoutCompoundLabel(JComponent, FontMetrics, String, Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int) - Static method in class javax.swing.SwingUtilities
Compute and return the location of the icons origin, the location of origin of the text baseline, and a possibly clipped version of the compound labels string.
layoutCompoundLabel(FontMetrics, String, Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int) - Static method in class javax.swing.SwingUtilities
Compute and return the location of the icons origin, the location of origin of the text baseline, and a possibly clipped version of the compound labels string.
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.
layoutContainer(Container) - Method in class javax.swing.BoxLayout
Called by the AWT when the specified container needs to be laid out.
layoutContainer(Container) - Method in class javax.swing.JRootPane.RootLayout
Instructs the layout manager to perform the layout for the specified container.
layoutContainer(Container) - Method in class javax.swing.JSpinner.DefaultEditor
Resize the one (and only) child to completely fill the area within the parents insets.
layoutContainer(Container) - Method in class javax.swing.OverlayLayout
Called by the AWT when the specified container needs to be laid out.
layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
 
layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
 
layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI.InternalFrameLayout
 
layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
 
layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout
 
layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Does the actual layout.
layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
 
layoutContainer(Container) - Method in class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
 
layoutContainer(Container) - Method in class javax.swing.ScrollPaneLayout
Lays out the scrollpane.
layoutContainer(Container) - Method in class javax.swing.SpringLayout
 
layoutContainer(Container) - Method in class javax.swing.ViewportLayout
Called by the AWT when the specified container needs to be laid out.
LayoutFocusTraversalPolicy - Class in javax.swing
A SortingFocusTraversalPolicy which sorts Components based on their size, position, and orientation.
LayoutFocusTraversalPolicy() - Constructor for class javax.swing.LayoutFocusTraversalPolicy
Constructs a LayoutFocusTraversalPolicy.
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.
layoutHScrollbar(JScrollBar) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
layoutInfo - Variable in class java.awt.GridBagLayout
This field holds the layout information for the gridbag.
layoutLabel(int, FontMetrics, int, String, Icon, Rectangle, Rectangle, Rectangle, boolean) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
layoutMajorAxis(int, int, int[], int[]) - Method in class javax.swing.text.BoxView
Performs layout for the major axis of the box (i.e.
layoutMajorAxis(int, int, int[], int[]) - Method in class javax.swing.text.TableView.TableRow
Perform layout for the major axis of the box (i.e.
LayoutManager - Interface in java.awt
Defines the interface for classes that know how to lay out Containers.
layoutManager - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
LayoutManager that is created and placed into the split pane.
LayoutManager2 - Interface in java.awt
Defines an interface for classes that know how to layout Containers based on a layout constraints object.
layoutMinorAxis(int, int, int[], int[]) - Method in class javax.swing.text.BoxView
Performs layout for the minor axis of the box (i.e.
layoutMinorAxis(int, int, int[], int[]) - Method in class javax.swing.text.html.BlockView
Perform layout for the minor axis of the box (i.e.
layoutMinorAxis(int, int, int[], int[]) - Method in class javax.swing.text.TableView
Perform layout for the minor axis of the box (i.e.
layoutMinorAxis(int, int, int[], int[]) - Method in class javax.swing.text.TableView.TableRow
Perform layout for the minor axis of the box (i.e.
layoutPool - Variable in class javax.swing.text.FlowView
These are the views that represent the child elements of the element this view represents (The logical view to translate to a physical view).
LayoutQueue - Class in javax.swing.text
A queue of text layout tasks.
LayoutQueue() - Constructor for class javax.swing.text.LayoutQueue
Construct a layout queue.
layoutRow(FlowView, int, int) - Method in class javax.swing.text.FlowView.FlowStrategy
Creates a row of views that will fit within the layout span of the row.
layoutSpan - Variable in class javax.swing.text.FlowView
Default constraint against which the flow is created against.
layoutText(SynthContext, FontMetrics, String, Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
Lays out text and an icon returning, by reference, the location to place the icon and text.
layoutVScrollbar(JScrollBar) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
lazilyLoadDesktopProperty(String) - Method in class java.awt.Toolkit
an opportunity to lazily evaluate desktop property values.
LDAPCertStoreParameters - Class in java.security.cert
Parameters used as input for the LDAP CertStore algorithm.
LDAPCertStoreParameters(String, int) - Constructor for class java.security.cert.LDAPCertStoreParameters
Creates an instance of LDAPCertStoreParameters with the specified parameter values.
LDAPCertStoreParameters(String) - Constructor for class java.security.cert.LDAPCertStoreParameters
Creates an instance of LDAPCertStoreParameters with the specified server name and a default port of 389.
LDAPCertStoreParameters() - Constructor for class java.security.cert.LDAPCertStoreParameters
Creates an instance of LDAPCertStoreParameters with the default parameter values (server name "localhost", port 389).
LdapContext - Interface in javax.naming.ldap
This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style extended operations.
LdapName - Class in javax.naming.ldap
This class represents a distinguished name as specified by RFC 2253.
LdapName(String) - Constructor for class javax.naming.ldap.LdapName
Constructs an LDAP name from the given distinguished name.
LdapName(List<Rdn>) - Constructor for class javax.naming.ldap.LdapName
Constructs an LDAP name given its parsed RDN components.
LdapReferralException - Exception in javax.naming.ldap
This abstract class is used to represent an LDAP referral exception.
LdapReferralException(String) - Constructor for exception javax.naming.ldap.LdapReferralException
Constructs a new instance of LdapReferralException using the explanation supplied.
LdapReferralException() - Constructor for exception javax.naming.ldap.LdapReferralException
Constructs a new instance of LdapReferralException.
LE - Static variable in class javax.management.Query
A code representing the Query.leq(javax.management.ValueExp, javax.management.ValueExp) query.
LEAD_DOTS - Static variable in class javax.swing.text.TabStop
 
LEAD_EQUALS - Static variable in class javax.swing.text.TabStop
 
LEAD_HYPHENS - Static variable in class javax.swing.text.TabStop
 
LEAD_NONE - Static variable in class javax.swing.text.TabStop
 
LEAD_SELECTION_PATH_PROPERTY - Static variable in class javax.swing.JTree
Bound property name for leadSelectionPath.
LEAD_THICKLINE - Static variable in class javax.swing.text.TabStop
 
LEAD_UNDERLINE - Static variable in class javax.swing.text.TabStop
 
leadAnchorNotificationEnabled - Variable in class javax.swing.DefaultListSelectionModel
 
leadIndex - Variable in class javax.swing.tree.DefaultTreeSelectionModel
Index of the lead path in selection.
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.
leading(int) - Static method in class java.awt.font.TextHitInfo
Creates a TextHitInfo on the leading edge of the character at the specified charIndex.
LEADING - Static variable in class javax.swing.border.TitledBorder
Position title text at the left side of the border line for left to right orientation, at the right side of the border line for right to left orientation.
LEADING - Static variable in interface javax.swing.SwingConstants
Identifies the leading edge of text for use with left-to-right and right-to-left languages.
leadPath - Variable in class javax.swing.tree.DefaultTreeSelectionModel
Last path that was added.
leadRow - Variable in class javax.swing.tree.DefaultTreeSelectionModel
Lead row.
leafIcon - Variable in class javax.swing.tree.DefaultTreeCellRenderer
Icon used to show leaf nodes.
Lease - Class in java.rmi.dgc
A lease contains a unique VM identifier and a lease duration.
Lease(VMID, long) - Constructor for class java.rmi.dgc.Lease
Constructs a lease with a specific VMID and lease duration.
leave(InetAddress) - Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
Leave a multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Leave a multicast group on a specified local interface.
LEDGER - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Ledger, 11 x 17 in.
LEDGER - Static variable in class javax.print.attribute.standard.MediaSize.Other
Specifies the ledger size, 11 inches by 17 inches.
LEDGER - Static variable in class javax.print.attribute.standard.MediaSizeName
ledger size .
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 - Variable in class javax.swing.border.EmptyBorder
 
LEFT - Static variable in class javax.swing.border.TitledBorder
Position title text at the left side of the border line.
LEFT - Static variable in class javax.swing.JSplitPane
Used to add a Component to the left of the other Component.
LEFT - Static variable in interface javax.swing.SwingConstants
Box-orientation constant used to specify the left side of a box.
LEFT_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
LEFT_JUSTIFY - Static variable in class java.util.FormattableFlags
Left-justifies the output.
LEFT_OUTER_JOIN - Static variable in interface javax.sql.rowset.JoinRowSet
An ANSI-style JOIN providing a left outer join between two tables.
LEFT_TO_RIGHT - Static variable in class java.awt.ComponentOrientation
Items run left to right and lines flow top to bottom Examples: English, French.
leftButton - Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
Button for quickly toggling the left component.
leftChildIndent - Variable in class javax.swing.plaf.basic.BasicTreeUI
Distance between left margin and where vertical dashes will be drawn.
leftComponent - Variable in class javax.swing.JSplitPane
The left or top component.
LeftIndent - Static variable in class javax.swing.text.StyleConstants
The amount to indent the left side of the paragraph.
leftKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
Deprecated. As of Java 2 platform v1.3.
leftKey - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
Deprecated. As of Java 2 platform v1.3.
leftKey - Variable in class javax.swing.plaf.basic.BasicToolBarUI
Deprecated. As of Java 2 platform v1.3.
leftToRightCache - Variable in class javax.swing.plaf.basic.BasicSliderUI
 
LEGAL - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_LEGAL.
LEGAL - Static variable in class javax.print.attribute.standard.MediaSize.NA
Specifies the North American legal size, 8.5 inches by 14 inches.
len - Variable in class java.util.zip.InflaterInputStream
Length of input buffer.
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
length - Variable in exception java.io.OptionalDataException
The number of bytes of primitive data available to be read in the current buffer.
length() - Method in class java.io.RandomAccessFile
Returns the length of this file.
length() - Method in interface java.lang.CharSequence
Returns the length of this character sequence.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
 
length() - Method in class java.nio.CharBuffer
Returns the length of this character buffer.
length() - Method in class java.nio.charset.CoderResult
Returns the length of the erroneous input described by this object  (optional operation).
length() - Method in interface java.sql.Blob
Returns the number of bytes in the BLOB value designated by this Blob object.
length() - Method in interface java.sql.Clob
Retrieves the number of characters in the CLOB value designated by this Clob object.
length() - Method in class java.util.BitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length() - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Returns the length of the array.
length() - Method in class java.util.concurrent.atomic.AtomicLongArray
Returns the length of the array.
length() - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Returns the length of the array.
length() - Method in class javax.imageio.stream.FileCacheImageOutputStream
 
length() - Method in class javax.imageio.stream.FileImageInputStream
Returns the length of the underlying file, or -1 if it is unknown.
length() - Method in class javax.imageio.stream.FileImageOutputStream
 
length() - Method in interface javax.imageio.stream.ImageInputStream
Returns the total length of the stream, if known.
length() - Method in class javax.imageio.stream.ImageInputStreamImpl
Returns -1L to indicate that the stream has unknown length.
length() - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
 
length - Variable in class javax.sound.midi.MidiMessage
The number of bytes in the MIDI message, including the status byte and any data bytes.
length() - Method in class javax.sql.rowset.serial.SerialBlob
Retrieves the number of bytes in this SerialBlob object's array of bytes.
length() - Method in class javax.sql.rowset.serial.SerialClob
Retrieves the number of characters in this SerialClob object's array of characters.
length() - Method in interface javax.swing.text.AbstractDocument.Content
Current length of the sequence of character content.
length() - Method in class javax.swing.text.GapContent
Returns the length of the content.
length() - Method in class javax.swing.text.StringContent
Returns the length of the content.
length() - Method in interface org.omg.CORBA.DynSequence
Deprecated. Returns the length of the sequence represented by this DynFixed object.
length(int) - Method in interface org.omg.CORBA.DynSequence
Deprecated. Sets the length of the sequence represented by this DynFixed object to the given argument.
length() - Method in class org.omg.CORBA.TypeCode
Returns the number of elements in the type described by this TypeCode object.
leq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "less than or equal to" constraint on two values.
LESS_THAN_MIN_ROLE_DEGREE - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value with less ObjectNames than the minimum expected cardinality.
LESSER - Static variable in class javax.xml.datatype.DatatypeConstants
Comparison result.
lessThanOrEquals(ResolutionSyntax) - Method in class javax.print.attribute.ResolutionSyntax
Determine whether this resolution attribute's value is less than or equal to the given resolution attribute's value.
LETTER - Static variable in class java.awt.PageAttributes.MediaType
An alias for NA_LETTER.
LETTER - Static variable in class javax.print.attribute.standard.MediaSize.NA
Specifies the North American letter size, 8.5 inches by 11 inches.
LETTER_NUMBER - Static variable in class java.lang.Character
General category "Nl" in the Unicode specification.
LETTER_SPACING - Static variable in class javax.swing.text.html.CSS.Attribute
 
LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Letterlike Symbols" Unicode character block.
Level - Class in java.util.logging
The Level class defines a set of standard logging levels that can be used to control logging output.
Level(String, int) - Constructor for class java.util.logging.Level
Create a named Level with a given integer value.
Level(String, int, String) - Constructor for class java.util.logging.Level
Create a named Level with a given integer value and a given localization resource name.
LexicalHandler - Interface in org.xml.sax.ext
SAX2 extension handler for lexical events.
LI - Static variable in class javax.swing.text.html.HTML.Tag
 
LIFESPAN_POLICY_ID - Interface in org.omg.PortableServer
org/omg/PortableServer/LIFESPAN_POLICY_ID.java .
LifespanPolicy - Interface in org.omg.PortableServer
The LifespanPolicy specifies the lifespan of the objects implemented in the created POA.
LifespanPolicyOperations - Interface in org.omg.PortableServer
The LifespanPolicy specifies the lifespan of the objects implemented in the created POA.
LifespanPolicyValue - Class in org.omg.PortableServer
The LifespanPolicyValue can have the following values.
LifespanPolicyValue(int) - Constructor for class org.omg.PortableServer.LifespanPolicyValue
 
LIGATURE - Static variable in class java.awt.font.GlyphMetrics
Indicates a glyph that represents multiple characters as a ligature, for example 'fi' or 'ffi'.
LIGHT - Static variable in class javax.swing.plaf.metal.MetalIconFactory
 
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.
lightHighlight - Variable in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
 
lightHighlight - Variable in class javax.swing.plaf.basic.BasicBorders.FieldBorder
 
lightHighlight - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
lightWeightPopupEnabled - Variable in class javax.swing.JComboBox
This protected field is implementation specific.
lightWeightPopupEnabled - Variable in class javax.swing.ToolTipManager
 
LIMBU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Limbu" Unicode character block.
limit() - Method in class java.nio.Buffer
Returns this buffer's limit.
limit(int) - Method in class java.nio.Buffer
Sets this buffer's limit.
LimitExceededException - Exception in javax.naming
This exception is thrown when a method terminates abnormally due to a user or system specified limit.
LimitExceededException() - Constructor for exception javax.naming.LimitExceededException
Constructs a new instance of LimitExceededException with all name resolution fields and explanation initialized to null.
LimitExceededException(String) - Constructor for exception javax.naming.LimitExceededException
Constructs a new instance of LimitExceededException using an explanation.
LINE - Static variable in interface javax.accessibility.AccessibleExtendedText
Constant used to indicate that the part of the text that should be retrieved is a line of text.
Line - Interface in javax.sound.sampled
The Line interface represents a mono or multi-channel audio feed.
Line.Info - Class in javax.sound.sampled
A Line.Info object contains information about a line.
Line.Info(Class<?>) - Constructor for class javax.sound.sampled.Line.Info
Constructs an info object that describes a line of the specified class.
Line2D - Class in java.awt.geom
This Line2D represents a line segment in (x, y) coordinate space.
Line2D() - Constructor for class java.awt.geom.Line2D
This is an abstract class that cannot be instantiated directly.
Line2D.Double - Class in java.awt.geom
A line segment specified with double coordinates.
Line2D.Double() - Constructor for class java.awt.geom.Line2D.Double
Constructs and initializes a Line with coordinates (0, 0) -> (0, 0).
Line2D.Double(double, double, double, double) - Constructor for class java.awt.geom.Line2D.Double
Constructs and initializes a Line2D from the specified coordinates.
Line2D.Double(Point2D, Point2D) - Constructor for class java.awt.geom.Line2D.Double
Constructs and initializes a Line2D from the specified Point2D objects.
Line2D.Float - Class in java.awt.geom
A line segment specified with float coordinates.
Line2D.Float() - Constructor for class java.awt.geom.Line2D.Float
Constructs and initializes a Line with coordinates (0, 0) -> (0, 0).
Line2D.Float(float, float, float, float) - Constructor for class java.awt.geom.Line2D.Float
Constructs and initializes a Line from the specified coordinates.
Line2D.Float(Point2D, Point2D) - Constructor for class java.awt.geom.Line2D.Float
Constructs and initializes a Line2D from the specified Point2D objects.
LINE_AXIS - Static variable in class javax.swing.BoxLayout
Specifies that components should be laid out in the direction of a line of text as determined by the target container's ComponentOrientation property.
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 ComponentOrienation.
LINE_HEIGHT - Static variable in class javax.swing.text.html.CSS.Attribute
 
LINE_IN - Static variable in class javax.sound.sampled.Port.Info
A type of port that gets audio from a line-level audio input jack.
LINE_OUT - Static variable in class javax.sound.sampled.Port.Info
A type of port that sends audio to a line-level audio output jack.
LINE_SEPARATOR - Static variable in class java.lang.Character
General category "Zl" in the Unicode specification.
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 ComponentOrienation.
LINEAR_B_IDEOGRAMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Linear B Ideograms" Unicode character block.
LINEAR_B_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Linear B Syllabary" Unicode character block.
LineBorder - Class in javax.swing.border
A class which implements a line border of arbitrary thickness and of a single color.
LineBorder(Color) - Constructor for class javax.swing.border.LineBorder
Creates a line border with the specified color and a thickness = 1.
LineBorder(Color, int) - Constructor for class javax.swing.border.LineBorder
Creates a line border with the specified color and thickness.
LineBorder(Color, int, boolean) - Constructor for class javax.swing.border.LineBorder
Creates a line border with the specified color, thickness, and corner shape.
LineBreakMeasurer - Class in java.awt.font
The LineBreakMeasurer class allows styled text to be broken into lines (or segments) that fit within a particular visual advance.
LineBreakMeasurer(AttributedCharacterIterator, FontRenderContext) - Constructor for class java.awt.font.LineBreakMeasurer
Constructs a LineBreakMeasurer for the specified text.
LineBreakMeasurer(AttributedCharacterIterator, BreakIterator, FontRenderContext) - Constructor for class java.awt.font.LineBreakMeasurer
Constructs a LineBreakMeasurer for the specified text.
lineColor - Variable in class javax.swing.border.LineBorder
 
LineEvent - Class in javax.sound.sampled
The LineEvent class encapsulates information that a line sends its listeners whenever the line opens, closes, starts, or stops.
LineEvent(Line, LineEvent.Type, long) - Constructor for class javax.sound.sampled.LineEvent
Constructs a new event of the specified type, originating from the specified line.
LineEvent.Type - Class in javax.sound.sampled
The LineEvent.Type inner class identifies what kind of event occurred on a line.
LineEvent.Type(String) - Constructor for class javax.sound.sampled.LineEvent.Type
Constructs a new event type.
lineLimitAttribute - Static variable in class javax.swing.text.PlainDocument
Name of the attribute that specifies the maximum length of a line, if there is a maximum length.
LineListener - Interface in javax.sound.sampled
Instances of classes that implement the LineListener interface can register to receive events when a line's status changes.
LineMetrics - Class in java.awt.font
The LineMetrics class allows access to the metrics needed to layout characters along a line and to layout of a set of lines.
LineMetrics() - Constructor for class java.awt.font.LineMetrics
 
lineno() - Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberInputStream - Class in java.io
Deprecated. This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers.
LineNumberInputStream(InputStream) - Constructor for class java.io.LineNumberInputStream
Deprecated. Constructs a newline number input stream that reads its input from the specified input stream.
LineNumberReader - Class in java.io
A buffered character-input stream that keeps track of line numbers.
LineNumberReader(Reader) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, using the default input-buffer size.
LineNumberReader(Reader, int) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, reading characters into a buffer of the given size.
linesIntersect(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Tests if the line segment from (X1, Y1) to (X2, Y2) intersects the line segment from (X3, Y3) to (X4, Y4).
LineSpacing - Static variable in class javax.swing.text.StyleConstants
The amount of space between lines of the paragraph.
lineTo(float, float) - Method in class java.awt.geom.GeneralPath
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates.
lineToRect(Shape, int) - Method in class javax.swing.text.PlainView
Determine the rectangle that represents the given line.
LineUnavailableException - Exception in javax.sound.sampled
A LineUnavailableException is an exception indicating that a line cannot be opened because it is unavailable.
LineUnavailableException() - Constructor for exception javax.sound.sampled.LineUnavailableException
Constructs a LineUnavailableException that has null as its error detail message.
LineUnavailableException(String) - Constructor for exception javax.sound.sampled.LineUnavailableException
Constructs a LineUnavailableException that has the specified detail message.
LINK - Static variable in class javax.swing.text.html.HTML.Attribute
 
LINK - Static variable in class javax.swing.text.html.HTML.Tag
 
LinkageError - Error in java.lang
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
LinkageError() - Constructor for error java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
LinkedBlockingQueue<E> - Class in java.util.concurrent
An optionally-bounded blocking queue based on linked nodes.
LinkedBlockingQueue() - Constructor for class java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE.
LinkedBlockingQueue(int) - Constructor for class java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with the given (fixed) capacity.
LinkedBlockingQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LinkedHashMap<K,V> - Class in java.util
Hash table and linked list implementation of the Map interface, with predictable iteration order.
LinkedHashMap(int, float) - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
LinkedHashMap(int) - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
LinkedHashMap() - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with a default capacity (16) and load factor (0.75).
LinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.LinkedHashMap
Constructs an insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
LinkedHashMap(int, float, boolean) - Constructor for class java.util.LinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
LinkedHashSet<E> - Class in java.util
Hash table and linked list implementation of the Set interface, with predictable iteration order.
LinkedHashSet(int, float) - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the specified initial capacity and load factor.
LinkedHashSet(int) - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the specified initial capacity and the default load factor (0.75).
LinkedHashSet() - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the default initial capacity (16) and load factor (0.75).
LinkedHashSet(Collection<? extends E>) - Constructor for class java.util.LinkedHashSet
Constructs a new linked hash set with the same elements as the specified collection.
LinkedList<E> - Class in java.util
Linked list implementation of the List interface.
LinkedList() - Constructor for class java.util.LinkedList
Constructs an empty list.
LinkedList(Collection<? extends E>) - Constructor for class java.util.LinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
LinkException - Exception in javax.naming
This exception is used to describe problems encounter while resolving links.
LinkException(String) - Constructor for exception javax.naming.LinkException
Constructs a new instance of LinkException with an explanation All the other fields are initialized to null.
LinkException() - Constructor for exception javax.naming.LinkException
Constructs a new instance of LinkException.
linkExplanation - Variable in exception javax.naming.LinkException
Contains the exception of why resolution of the link failed.
LinkLoopException - Exception in javax.naming
This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation specific limit on link counts has been reached.
LinkLoopException(String) - Constructor for exception javax.naming.LinkLoopException
Constructs a new instance of LinkLoopException with an explanation All the other fields are initialized to null.
LinkLoopException() - Constructor for exception javax.naming.LinkLoopException
Constructs a new instance of LinkLoopException.
LinkRef - Class in javax.naming
This class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.
LinkRef(Name) - Constructor for class javax.naming.LinkRef
Constructs a LinkRef for a name.
LinkRef(String) - Constructor for class javax.naming.LinkRef
Constructs a LinkRef for a string name.
linkRemainingName - Variable in exception javax.naming.LinkException
Contains the remaining link name that has not been resolved yet.
linkResolvedName - Variable in exception javax.naming.LinkException
Contains the part of the link that has been successfully resolved.
linkResolvedObj - Variable in exception javax.naming.LinkException
Contains the object to which resolution of the part of the link was successful.
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() - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list(FilenameFilter) - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
list() - Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
list(String) - Static method in class java.rmi.Naming
Returns an array of the names bound in the registry.
list() - Method in interface java.rmi.registry.Registry
Returns an array of the names bound in this registry.
list(Enumeration<T>) - Static method in class java.util.Collections
Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.
List<E> - Interface in java.util
An ordered collection (also known as a sequence).
list(PrintStream) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintWriter) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
LIST - Static variable in class javax.accessibility.AccessibleRole
An object that presents a list of objects to the user and allows the user to select one or more of them.
list(Name) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class javax.naming.InitialContext
 
list(Name) - Method in class javax.naming.InitialContext
 
list - Variable in class javax.swing.plaf.basic.BasicComboPopup
This protected field is implementation specific.
list - Variable in class javax.swing.plaf.basic.BasicListUI
 
LIST - Static variable in class javax.swing.plaf.synth.Region
List region.
list(int, BindingListHolder, BindingIteratorHolder) - Method in class org.omg.CosNaming._NamingContextExtStub
The list operation allows a client to iterate through a set of bindings in a naming context.
list(int, BindingListHolder, BindingIteratorHolder) - Method in class org.omg.CosNaming._NamingContextStub
The list operation allows a client to iterate through a set of bindings in a naming context.
list(int, BindingListHolder, BindingIteratorHolder) - Method in interface org.omg.CosNaming.NamingContextOperations
The list operation allows a client to iterate through a set of bindings in a naming context.
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_initial_services() - M