当前页面:
在线文档首页 >
JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档
Java 2 Platform SE v1.3.1: L-Index - JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档
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 -
Variable in class org.omg.CORBA.UnionMember
- The label of the union member described by this
UnionMember
object.
- Label - class java.awt.Label.
- A
Label
object is a component for placing text in a
container. - LABEL -
Static variable in class javax.accessibility.AccessibleRole
- An object used to present an icon or short string in an interface.
- 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
- Label.AccessibleAWTLabel - class java.awt.Label.AccessibleAWTLabel.
- This class implements accessibility support for the
Label
class. - Label.AccessibleAWTLabel(Label) -
Constructor for class java.awt.Label.AccessibleAWTLabel
-
- 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.
- 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 javax.swing.plaf.LabelUI.
- Pluggable look and feel interface for JLabel.
- LabelUI() -
Constructor for class javax.swing.plaf.LabelUI
-
- LabelView - class javax.swing.text.LabelView.
- 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.
- 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
-
- LAO -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- 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_DIVIDER_LOCATION_PROPERTY -
Static variable in class javax.swing.JSplitPane
- Bound property for lastLocation.
- last() -
Method in interface java.sql.ResultSet
- Moves the cursor to the last row in
this
ResultSet
object.
- 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 class java.text.BreakIterator
- Return the last boundary.
- last() -
Method in class java.util.TreeSet
- Returns the last (highest) element currently in this sorted set.
- last() -
Method in interface java.util.SortedSet
- 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(Container) -
Method in class java.awt.CardLayout
- Flips to the last card of the container.
- 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(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.Vector
- Returns the index of the last occurrence of the specified object in
this vector.
- 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.ArrayList
- Returns the index of the last occurrence of the specified object in
this list.
- lastIndexOf(Object) -
Method in class javax.swing.DefaultListModel
- Returns the index of the last occurrence of the specified object in
this list.
- 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, int) -
Method in class javax.swing.DefaultListModel
- Searches backwards for the specified object, starting from the
specified index, and returns an index to it.
- 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.
- lastKey() -
Method in class java.util.TreeMap
- Returns the last (highest) key currently in this sorted map.
- lastKey() -
Method in interface java.util.SortedMap
- 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 java.security.acl.LastOwnerException.
- 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 class 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.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- lastRow -
Variable in class javax.swing.event.TableModelEvent
-
- 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.
- 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 Unicode character block of the same name.
- 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 Unicode character block of the same name.
- LATIN_EXTENDED_ADDITIONAL -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- LATIN_EXTENDED_B -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the Unicode character block of the same name.
- 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 javax.swing.text.LayeredHighlighter.
-
- LayeredHighlighter.LayerPainter - class javax.swing.text.LayeredHighlighter.LayerPainter.
- Layered highlight renderer.
- LayeredHighlighter.LayerPainter() -
Constructor for class javax.swing.text.LayeredHighlighter.LayerPainter
-
- LayeredHighlighter() -
Constructor for class javax.swing.text.LayeredHighlighter
-
- 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(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.BoxView
- Performs layout of the children.
- layout(int, int) -
Method in class javax.swing.text.FlowView
- Lays out the children.
- layoutChanged(int) -
Method in class javax.swing.text.BoxView
- Invalidate 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(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(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.
- layoutContainer(Container) -
Method in class java.awt.CardLayout
- Lays out the specified container using this card layout.
- layoutContainer(Container) -
Method in class java.awt.GridLayout
- Lays out the specified container using this layout.
- layoutContainer(Container) -
Method in class java.awt.BorderLayout
- Lays out the container argument using this border layout.
- layoutContainer(Container) -
Method in interface java.awt.LayoutManager
- Lays out the container in the specified panel.
- 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.FlowLayout
- Lays out the container.
- layoutContainer(Container) -
Method in class javax.swing.ViewportLayout
- Called by the AWT when the specified container needs to be laid out.
- layoutContainer(Container) -
Method in class javax.swing.ScrollPaneLayout
- Lay out the scrollpane.
- 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.OverlayLayout
- 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.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- layoutContainer(Container) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
- layoutContainer(Container) -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
-
- layoutContainer(Container) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- layoutContainer(Container) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.InternalFrameLayout
-
- layoutContainer(Container) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
-
- layoutContainer(Container) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Does the actual layout.
- layoutContainer(Container) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout
-
- layoutContainer(Container) -
Method in class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
-
- layoutHScrollbar(JScrollBar) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- layoutInfo -
Variable in class java.awt.GridBagLayout
- This field holds tha 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
- Perform 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 -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
- LayoutManager that is created and placed into the split pane.
- LayoutManager - interface java.awt.LayoutManager.
- Defines the interface for classes that know how to layout Containers.
- LayoutManager2 - interface java.awt.LayoutManager2.
- 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
- 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.
- layoutMinorAxis(int, int, int[], int[]) -
Method in class javax.swing.text.html.BlockView
- 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 javax.swing.text.LayoutQueue.
- 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.
- 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.
- LdapContext - interface javax.naming.ldap.LdapContext.
- This interface represents a context in which you can perform
operations with LDAPv3-style controls and perform LDAPv3-style
extended operations.
- LdapReferralException - exception javax.naming.ldap.LdapReferralException.
- This abstract class is used to represent an LDAP referral exception.
- LdapReferralException() -
Constructor for class javax.naming.ldap.LdapReferralException
- Constructs a new instance of LdapReferralException.
- LdapReferralException(String) -
Constructor for class javax.naming.ldap.LdapReferralException
- Constructs a new instance of LdapReferralException using the
explanation supplied.
- 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, e.g.
- 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.
- 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(int) -
Static method in class java.awt.font.TextHitInfo
- Creates a
TextHitInfo
on the leading edge of the
character at the specified charIndex
.
- 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 java.rmi.dgc.Lease.
- 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(InetAddress) -
Method in class java.net.MulticastSocket
- Leave a multicast group.
- LEDGER -
Static variable in class java.awt.PageAttributes.MediaType
- The MediaType instance for Ledger, 11 x 17 in.
- left -
Variable in class java.awt.Insets
- The inset from the left.
- left -
Variable in class javax.swing.border.EmptyBorder
-
- LEFT -
Static variable in class java.awt.Event
- The Left Arrow key, a non-ASCII action key.
- LEFT -
Static variable in class java.awt.Label
- Indicates that the label should be left justified.
- LEFT -
Static variable in class java.awt.FlowLayout
- This value indicates that each row of components
should be left-justified.
- LEFT -
Static variable in interface javax.swing.SwingConstants
- Box-orientation constant used to specify the left side of a box.
- LEFT -
Static variable in class javax.swing.JSplitPane
- Used to add a
Component
to the left of the other
Component
.
- LEFT -
Static variable in class javax.swing.border.TitledBorder
- Position title text at the left side of the border line.
- 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.
- 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 verical 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.
- LeftIndent -
Static variable in class javax.swing.text.StyleConstants.ParagraphConstants
- The amount to indent the left side
of the paragraph.
- 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.
- leftKey -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
- 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.
- len -
Variable in class java.util.zip.InflaterInputStream
- Length of input buffer.
- length -
Variable in class java.io.OptionalDataException
- The number of bytes of primitive data available to be read
in the current buffer.
- 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 java.io.File
- Returns the length of the file denoted by this abstract pathname.
- length() -
Method in class java.io.RandomAccessFile
- Returns the length of this file.
- length() -
Method in class java.lang.String
- Returns the length of this string.
- length() -
Method in class java.lang.StringBuffer
- Returns the length (character count) of this string buffer.
- 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
- Returns 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 interface javax.swing.text.AbstractDocument.Content
- Current length of the sequence of character content.
- length() -
Method in class javax.swing.text.StringContent
- Returns the length of the content.
- length() -
Method in class javax.swing.text.GapContent
- Returns the length of the content.
- length() -
Method in class org.omg.CORBA.TypeCode
- Returns the number of elements in the type described by
this
TypeCode
object.
- length() -
Method in interface org.omg.CORBA.DynSequence
- Returns the length of the sequence represented by this
DynFixed
object.
- length(int) -
Method in interface org.omg.CORBA.DynSequence
- Sets the length of the sequence represented by this
DynFixed
object to the given argument.
- LETTER -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for NA_LETTER.
- LETTER_NUMBER -
Static variable in class java.lang.Character
- Public data for enumerated Unicode general category types.
- 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 Unicode character block of the same name.
- LI -
Static variable in class javax.swing.text.html.HTML.Tag
-
- 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
-
- lightGray -
Static variable in class java.awt.Color
- The color light gray.
- lightHighlight -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- lightHighlight -
Variable in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
-
- lightHighlight -
Variable in class javax.swing.plaf.basic.BasicBorders.FieldBorder
-
- lightWeightPopupEnabled -
Variable in class javax.swing.ToolTipManager
-
- lightWeightPopupEnabled -
Variable in class javax.swing.JComboBox
-
- LimitExceededException - exception javax.naming.LimitExceededException.
- This exception is thrown when a method
terminates abnormally due to a user or system specified limit.
- LimitExceededException() -
Constructor for class javax.naming.LimitExceededException
- Constructs a new instance of LimitExceededException with
all name resolution fields and explanation initialized to null.
- LimitExceededException(String) -
Constructor for class javax.naming.LimitExceededException
- Constructs a new instance of LimitExceededException using an
explanation.
- Line - interface javax.sound.sampled.Line.
- The
Line
interface represents a mono or multi-channel
audio feed. - 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
- Public data for enumerated Unicode general category types.
- Line.Info - class javax.sound.sampled.Line.Info.
- 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 java.awt.geom.Line2D.
- This
Line2D
class represents a line segment in (x, y)
coordinate space. - Line2D.Double - class java.awt.geom.Line2D.Double.
- 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 java.awt.geom.Line2D.Float.
- 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.
- Line2D() -
Constructor for class java.awt.geom.Line2D
- This is an abstract class that cannot be instantiated directly.
- LineBorder - class javax.swing.border.LineBorder.
- 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 java.awt.font.LineBreakMeasurer.
- The
LineBreakMeasurer
class allows styled text to be
broken into lines (or segments) that fit within a particular visual
advance. - LineBreakMeasurer(AttributedCharacterIterator, BreakIterator, FontRenderContext) -
Constructor for class java.awt.font.LineBreakMeasurer
- Constructs a
LineBreakMeasurer
for the specified text.
- LineBreakMeasurer(AttributedCharacterIterator, 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 javax.sound.sampled.LineEvent.
- The
LineEvent
class encapsulates information that a line sends its listeners
whenever the line opens, closes, starts, or stops. - LineEvent.Type - class javax.sound.sampled.LineEvent.Type.
- 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.
- 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.
- 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 javax.sound.sampled.LineListener.
- Instances of classes that implement the
LineListener
interface can register to
receive events when a line's status changes. - LineMetrics - class java.awt.font.LineMetrics.
- 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 java.io.LineNumberInputStream.
- 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 java.io.LineNumberReader.
- 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.
- LineSpacing -
Static variable in class javax.swing.text.StyleConstants.ParagraphConstants
- 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.
- LineUnavailableException - exception javax.sound.sampled.LineUnavailableException.
- A
LineUnavailableException
is an exception indicating that a
line cannot be opened because it is unavailable. - LineUnavailableException() -
Constructor for class javax.sound.sampled.LineUnavailableException
- Constructs a
LineUnavailableException
that has
null
as its error detail message.
- LineUnavailableException(String) -
Constructor for class javax.sound.sampled.LineUnavailableException
- Constructs a
LineUnavailableException
that has
the specified detail message.
- LINK -
Static variable in class javax.swing.text.html.HTML.Tag
-
- LINK -
Static variable in class javax.swing.text.html.HTML.Attribute
-
- LinkageError - error java.lang.LinkageError.
- 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 class java.lang.LinkageError
- Constructs a
LinkageError
with no detail message.
- LinkageError(String) -
Constructor for class java.lang.LinkageError
- Constructs a
LinkageError
with the specified detail
message.
- LinkedList - class java.util.LinkedList.
- Linked list implementation of the List interface.
- LinkedList() -
Constructor for class java.util.LinkedList
- Constructs an empty list.
- LinkedList(Collection) -
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 javax.naming.LinkException.
- This exception is used to describe problems encounter while resolving links.
- LinkException() -
Constructor for class javax.naming.LinkException
- Constructs a new instance of LinkException.
- LinkException(String) -
Constructor for class javax.naming.LinkException
- Constructs a new instance of LinkException with an explanation
All the other fields are initialized to null.
- linkExplanation -
Variable in class javax.naming.LinkException
- Contains the exception of why resolution of the link failed.
- LinkLoopException - exception javax.naming.LinkLoopException.
- 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() -
Constructor for class javax.naming.LinkLoopException
- Constructs a new instance of LinkLoopException.
- LinkLoopException(String) -
Constructor for class javax.naming.LinkLoopException
- Constructs a new instance of LinkLoopException with an explanation
All the other fields are initialized to null.
- LinkRef - class javax.naming.LinkRef.
- 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 class javax.naming.LinkException
- Contains the remaining link name that has not been resolved yet.
- linkResolvedName -
Variable in class javax.naming.LinkException
- Contains the part of the link that has been successfully resolved.
- linkResolvedObj -
Variable in class javax.naming.LinkException
- Contains the object to which resolution of the part of the link was successful.
- list -
Variable in class javax.swing.plaf.basic.BasicComboPopup
-
- list -
Variable in class javax.swing.plaf.basic.BasicListUI
-
- List - class java.awt.List.
- The
List
component presents the user with a
scrolling list of text items. - List - interface java.util.List.
- An ordered collection (also known as a sequence).
- 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_DESELECT -
Static variable in class java.awt.Event
- An item in a list has been deselected.
- list_initial_services() -
Method in class org.omg.CORBA.ORB
- Returns a list of the initially available CORBA object references,
such as "NameService" and "InterfaceRepository".
- LIST_ITEM -
Static variable in class javax.accessibility.AccessibleRole
- An object that presents an element in a list.
- LIST_SELECT -
Static variable in class java.awt.Event
- An item in a list has been selected.
- LIST_STYLE -
Static variable in class javax.swing.text.html.CSS.Attribute
-
- LIST_STYLE_IMAGE -
Static variable in class javax.swing.text.html.CSS.Attribute
-
- LIST_STYLE_POSITION -
Static variable in class javax.swing.text.html.CSS.Attribute
-
- LIST_STYLE_TYPE -
Static variable in class javax.swing.text.html.CSS.Attribute
-
- List.AccessibleAWTList - class java.awt.List.AccessibleAWTList.
- This class implements accessibility support for the
List
class. - List.AccessibleAWTList.AccessibleAWTListChild - class java.awt.List.AccessibleAWTList.AccessibleAWTListChild.
- This class implements accessibility support for
List children.
- List.AccessibleAWTList.AccessibleAWTListChild(List.AccessibleAWTList, List, int) -
Constructor for class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
- List.AccessibleAWTList(List) -
Constructor for class java.awt.List.AccessibleAWTList
-
- list() -
Method in class java.awt.Component
- Prints a listing of this component to the standard system output
stream
System.out
.
- 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() -
Method in class java.lang.ThreadGroup
- Prints information about this thread group to the standard
output.
- list() -
Method in interface java.rmi.registry.Registry
- Returns an array of the names bound in the registry.
- List() -
Constructor for class java.awt.List
- Creates a new scrolling list.
- 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(int) -
Constructor for class java.awt.List
- Creates a new scrolling list initialized with the specified
number of visible lines.
- list(int, BindingListHolder, BindingIteratorHolder) -
Method in class org.omg.CosNaming._NamingContextStub
-
- 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(int, boolean) -
Constructor for class java.awt.List
- Creates a new scrolling list initialized to display the specified
number of rows.
- list(Name) -
Method in class javax.naming.InitialContext
-
- 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(PrintStream) -
Method in class java.awt.Component
- Prints a listing of this component to the specified output
stream.
- list(PrintStream) -
Method in class java.util.Properties
- Prints this property list out to the specified output stream.
- list(PrintStream, int) -
Method in class java.awt.Component
- Prints out a list, starting at the specified indention, to the
specified print stream.
- list(PrintStream, int) -
Method in class java.awt.Container
- Prints a listing of this container to the specified output
stream.
- list(PrintWriter) -
Method in class java.awt.Component
- Prints a listing to the specified print writer.
- list(PrintWriter) -
Method in class java.util.Properties
- Prints this property list out to the specified output stream.
- list(PrintWriter, int) -
Method in class java.awt.Component
- Prints out a list, starting at the specified indention, to
the specified print writer.
- list(PrintWriter, int) -
Method in class java.awt.Container
- Prints out a list, starting at the specified indention, to the specified
print writer.
- list(String) -
Static method in class java.rmi.Naming
- Returns an array of the names bound in the registry.
- list(String) -
Method in class javax.naming.InitialContext
-
- 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.
- listBindings(Name) -
Method in class javax.naming.InitialContext
-
- listBindings(Name) -
Method in interface javax.naming.Context
- Enumerates the names bound in the named context, along with the
objects bound to them.
- listBindings(String) -
Method in class javax.naming.InitialContext
-
- listBindings(String) -
Method in interface javax.naming.Context
- Enumerates the names bound in the named context, along with the
objects bound to them.
- listBox -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- listBox -
Variable in class javax.swing.plaf.metal.MetalComboBoxButton
-
- ListCellRenderer - interface javax.swing.ListCellRenderer.
- Identifies components that can be used as "rubber stamps" to paint
the cells in a JList.
- ListDataEvent - class javax.swing.event.ListDataEvent.
- Defines an event that encapsulates changes to a list.
- ListDataEvent(Object, int, int, int) -
Constructor for class javax.swing.event.ListDataEvent
- Constructs a ListDataEvent object.
- listDataListener -
Variable in class javax.swing.plaf.basic.BasicComboPopup
-
- listDataListener -
Variable in class javax.swing.plaf.basic.BasicListUI
-
- listDataListener -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- ListDataListener - interface javax.swing.event.ListDataListener.
- ListDataListener
- listen(int) -
Method in class java.net.SocketImpl
- Sets the maximum queue length for incoming connection indications
(a request to connect) to the
count
argument.
- listenerList -
Variable in class javax.swing.DefaultSingleSelectionModel
- The collection of registered listeners
- listenerList -
Variable in class javax.swing.JComponent
-
- listenerList -
Variable in class javax.swing.DefaultBoundedRangeModel
- The listeners waiting for model changes.
- listenerList -
Variable in class javax.swing.AbstractListModel
-
- listenerList -
Variable in class javax.swing.MenuSelectionManager
-
- listenerList -
Variable in class javax.swing.AbstractCellEditor
-
- listenerList -
Variable in class javax.swing.DefaultListSelectionModel
-
- listenerList -
Variable in class javax.swing.Timer
-
- listenerList -
Variable in class javax.swing.DefaultButtonModel
-
- listenerList -
Variable in class javax.swing.colorchooser.DefaultColorSelectionModel
-
- listenerList -
Variable in class javax.swing.event.EventListenerList
-
- listenerList -
Variable in class javax.swing.table.AbstractTableModel
- List of listeners
- listenerList -
Variable in class javax.swing.table.DefaultTableColumnModel
- List of TableColumnModelListener
- listenerList -
Variable in class javax.swing.text.StyleContext.NamedStyle
- The change listeners for the model.
- listenerList -
Variable in class javax.swing.text.AbstractDocument
- The event listener list for the document.
- listenerList -
Variable in class javax.swing.text.DefaultCaret
- The event listener list.
- listenerList -
Variable in class javax.swing.tree.DefaultTreeSelectionModel
- Event listener list.
- listenerList -
Variable in class javax.swing.tree.DefaultTreeModel
- Listeners.
- listeners -
Variable in class javax.swing.undo.UndoableEditSupport
-
- listFiles() -
Method in class java.io.File
- Returns an array of abstract pathnames denoting the files in the
directory denoted by this abstract pathname.
- listFiles(FileFilter) -
Method in class java.io.File
- Returns an array of abstract pathnames denoting the files and
directories in the directory denoted by this abstract pathname that
satisfy the specified filter.
- listFiles(FilenameFilter) -
Method in class java.io.File
- Returns an array of abstract pathnames denoting the files and
directories in the directory denoted by this abstract pathname that
satisfy the specified filter.
- ListIterator - interface java.util.ListIterator.
- An iterator for lists that allows the programmer to traverse the
list in either direction and modify the list during iteration.
- listIterator() -
Method in class java.util.AbstractList
- Returns an iterator of the elements in this list (in proper sequence).
- listIterator() -
Method in interface java.util.List
- Returns a list iterator of the elements in this list (in proper
sequence).
- listIterator(int) -
Method in class java.util.AbstractList
- Returns a list iterator of the elements in this list (in proper
sequence), starting at the specified position in the list.
- listIterator(int) -
Method in class java.util.AbstractSequentialList
- Returns a list iterator over the elements in this list (in proper
sequence).
- listIterator(int) -
Method in class java.util.LinkedList
- Returns a list-iterator of the elements in this list (in proper
sequence), starting at the specified position in the list.
- listIterator(int) -
Method in interface java.util.List
- Returns a list iterator of the elements in this list (in proper
sequence), starting at the specified position in this list.
- ListModel - interface javax.swing.ListModel.
- This interface defines the methods components like JList use
to get the value of each cell in a list and the length of the list.
- listMouseListener -
Variable in class javax.swing.plaf.basic.BasicComboPopup
-
- listMouseMotionListener -
Variable in class javax.swing.plaf.basic.BasicComboPopup
-
- ListResourceBundle - class java.util.ListResourceBundle.
ListResourceBundle
is a abstract subclass of
ResourceBundle
that manages resources for a locale
in a convenient and easy to use list.- ListResourceBundle() -
Constructor for class java.util.ListResourceBundle
- Sole constructor.
- listRoots() -
Static method in class java.io.File
- List the available filesystem roots.
- ListSelectionEvent - class javax.swing.event.ListSelectionEvent.
- An event that characterizes a change in the current
selection.
- ListSelectionEvent(Object, int, int, boolean) -
Constructor for class javax.swing.event.ListSelectionEvent
- Represents a change in selection status between firstIndex
and lastIndex inclusive (firstIndex is less than or equal to
lastIndex).
- listSelectionListener -
Variable in class javax.swing.plaf.basic.BasicComboPopup
-
- listSelectionListener -
Variable in class javax.swing.plaf.basic.BasicListUI
-
- ListSelectionListener - interface javax.swing.event.ListSelectionListener.
- The listener that's notified when a lists selection value
changes.
- listSelectionModel -
Variable in class javax.swing.tree.DefaultTreeSelectionModel
- Handles maintaining the list selection model.
- ListSelectionModel - interface javax.swing.ListSelectionModel.
- This interface represents the current state of the
selection for any of the components that display a
list of values with stable indices.
- ListUI - class javax.swing.plaf.ListUI.
- The JList pluggable look and feel delegate.
- ListUI() -
Constructor for class javax.swing.plaf.ListUI
-
- ListView - class javax.swing.text.html.ListView.
- A view implementation to display an html list
- ListView(Element) -
Constructor for class javax.swing.text.html.ListView
- Creates a new view that represents a list element.
- listViewIcon -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- LIVE_DRAG_MODE -
Static variable in class javax.swing.JDesktopPane
- Used to indicate you wish to see the entire contents of the item being
dragged inside the desktop pane.
- 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.
- load(InputStream) -
Method in class java.security.Provider
- Reads a property list (key and element pairs) from the input stream.
- load(InputStream) -
Method in class java.util.Properties
- Reads a property list (key and element pairs) from the input stream.
- load(InputStream, char[]) -
Method in class java.security.KeyStore
- Loads this KeyStore from the given input stream.
- load(String) -
Static method in class java.lang.System
- Loads a code file with the specified filename from the local file
system as a dynamic library.
- load(String) -
Method in class java.lang.Runtime
- Loads the specified filename as a dynamic library.
- loadAllInstruments(Soundbank) -
Method in interface javax.sound.midi.Synthesizer
- Loads onto the
Synthesizer
all instruments contained
in the specified Soundbank
.
- loadChildren() -
Method in class javax.swing.JTree.DynamicUtilTreeNode
- Loads the children based on
childValue
.
- loadChildren(ViewFactory) -
Method in class javax.swing.text.CompositeView
- Loads all of the children to initialize the view.
- loadChildren(ViewFactory) -
Method in class javax.swing.text.FlowView
- Loads all of the children to initialize the view.
- loadChildren(ViewFactory) -
Method in class javax.swing.text.AsyncBoxView
- Loads all of the children to initialize the view.
- loadChildren(ViewFactory) -
Method in class javax.swing.text.WrappedPlainView
- Loads all of the children to initialize the view.
- loadChildren(ViewFactory) -
Method in class javax.swing.text.ZoneView
- Loads all of the children to initialize the view.
- loadClass(String) -
Method in class java.lang.ClassLoader
- Loads the class with the specified name.
- loadClass(String) -
Static method in class java.rmi.server.RMIClassLoader
- Deprecated. replaced by
loadClass(String,String)
method
- loadClass(String) -
Method in interface java.rmi.server.LoaderHandler
- Deprecated. no replacement
- loadClass(String, boolean) -
Method in class java.lang.ClassLoader
- Loads the class with the specified name.
- loadClass(String, String) -
Static method in class java.rmi.server.RMIClassLoader
- Loads a class from a codebase URL path.
- loadClass(String, String, ClassLoader) -
Static method in class javax.rmi.CORBA.Util
- Returns a class instance for the specified class.
- loadClass(String, String, ClassLoader) -
Method in interface javax.rmi.CORBA.UtilDelegate
- Delegation call for
Util.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader)
.
- loadClass(URL, String) -
Static method in class java.rmi.server.RMIClassLoader
- Loads a class from a codebase URL.
- loadClass(URL, String) -
Method in interface java.rmi.server.LoaderHandler
- Deprecated. no replacement
- loadedChildren -
Variable in class javax.swing.JTree.DynamicUtilTreeNode
- Have the children been loaded yet?
- LoaderHandler - interface java.rmi.server.LoaderHandler.
- Deprecated. no replacement
- loadImage(Image) -
Method in class javax.swing.ImageIcon
- Loads the image, returning only when the image is loaded.
- loadImage(String) -
Method in class java.beans.SimpleBeanInfo
- This is a utility method to help in loading icon images.
- LOADING -
Static variable in class java.awt.MediaTracker
- Flag indicating some media is currently being loaded.
- loadInstrument(Instrument) -
Method in interface javax.sound.midi.Synthesizer
- Makes a particular instrument available for synthesis.
- loadInstruments(Soundbank, Patch[]) -
Method in interface javax.sound.midi.Synthesizer
- Loads the instruments referenced by the specified patches, from the
specified
Soundbank
.
- loadKeyBindings(InputMap, Object[]) -
Static method in class javax.swing.LookAndFeel
- Loads the bindings in
keys
into retMap
.
- loadKeymap(Keymap, JTextComponent.KeyBinding[], Action[]) -
Static method in class javax.swing.text.JTextComponent
-
Loads a keymap with a bunch of
bindings.
- loadLibrary(String) -
Static method in class java.lang.System
- Loads the system library specified by the
libname
argument.
- loadLibrary(String) -
Method in class java.lang.Runtime
- Loads the dynamic library with the specified library name.
- loadRules(Reader, URL) -
Method in class javax.swing.text.html.StyleSheet
- Loads a set of rules that have been specified in terms of
CSS1 grammar.
- 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.
- loadSystemColors(UIDefaults, String[], boolean) -
Method in class javax.swing.plaf.basic.BasicLookAndFeel
- If this is the native look and feel the initial values for the
system color properties are the same as the SystemColor constants.
- localControl(boolean) -
Method in interface javax.sound.midi.MidiChannel
- Turns local control on or off.
- locale -
Variable in class java.beans.beancontext.BeanContextSupport
- The current locale of this BeanContext.
- Locale - class java.util.Locale.
- A
Locale
object represents a specific geographical, political,
or cultural region. - Locale(String, String) -
Constructor for class java.util.Locale
- Construct a locale from language, country.
- Locale(String, String, String) -
Constructor for class java.util.Locale
- Construct a locale from language, country, variant.
- localport -
Variable in class java.net.SocketImpl
- The local port number to which this socket is connected.
- localPort -
Variable in class java.net.DatagramSocketImpl
- The local port number.
- 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)
.
- LocateRegistry - class java.rmi.registry.LocateRegistry.
LocateRegistry
is used to obtain a reference to a bootstrap
remote object registry on a particular host (including the local host), or
to create a remote object registry that accepts calls on a specific port.- 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)
.
- locationToIndex(JList, Point) -
Method in class javax.swing.plaf.ListUI
- Convert a point in JList coordinates to the index
of the cell at that location.
- locationToIndex(JList, Point) -
Method in class javax.swing.plaf.basic.BasicListUI
-
- locationToIndex(JList, Point) -
Method in class javax.swing.plaf.multi.MultiListUI
- Call locationToIndex on each UI handled by this MultiUI.
- locationToIndex(Point) -
Method in class javax.swing.JList
- Converts a point in
JList
coordinates to the index
of the cell at that location.
- locator -
Variable in class javax.swing.text.AsyncBoxView
- Object that manages the offsets of the
children.
- lock -
Variable in class java.io.Reader
- The object used to synchronize operations on this stream.
- lock -
Variable in class java.io.Writer
- The object used to synchronize operations on this stream.
- LOG_OPTION -
Static variable in class javax.swing.DebugGraphics
- Log graphics operations.
- log(double) -
Static method in class java.lang.StrictMath
- Returns the natural logarithm (base e) of a
double
value.
- log(double) -
Static method in class java.lang.Math
- Returns the natural logarithm (base e) of a
double
value.
- log(String) -
Static method in class java.rmi.server.LogStream
- Deprecated. no replacement
- LOGICAL_STYLE_ACTION -
Static variable in class javax.swing.text.html.HTMLEditorKit
- The logical style choice action identifier
The logical style is passed in as an argument
- LogStream - class java.rmi.server.LogStream.
- Deprecated. no replacement
- logStream() -
Static method in class javax.swing.DebugGraphics
- Returns the stream to which the DebugGraphics logs drawing operations.
- Long - class java.lang.Long.
- The Long class wraps a value of the primitive type
long
in an object. - LONG -
Static variable in class java.text.DateFormat
- Constant for long style pattern.
- LONG -
Static variable in class java.util.TimeZone
- A style specifier for
getDisplayName()
indicating
a long name, such as "Pacific Standard Time."
- LONG_DESCRIPTION -
Static variable in interface javax.swing.Action
- The key used for storing a longer description for the action,
could be used for context-sensitive help.
- Long(long) -
Constructor for class java.lang.Long
- Constructs a newly allocated
Long
object that
represents the primitive long
argument.
- Long(String) -
Constructor for class java.lang.Long
- Constructs a newly allocated
Long
object that
represents the value represented by the string in decimal form.
- longBitsToDouble(long) -
Static method in class java.lang.Double
- Returns the double-float corresponding to a given bit represention.
- LongHolder - class org.omg.CORBA.LongHolder.
- A Holder class for a
long
that is used to store "out" and "inout" parameters in IDL methods. - LongHolder() -
Constructor for class org.omg.CORBA.LongHolder
- Constructs a new
LongHolder
object with its
value
field initialized to 0
.
- LongHolder(long) -
Constructor for class org.omg.CORBA.LongHolder
- Constructs a new
LongHolder
object with its
value
field initialized to the given
long
.
- LongLongSeqHelper - class org.omg.CORBA.LongLongSeqHelper.
- org/omg/CORBA/LongLongSeqHelper.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from streams.idl
13 May 1999 22:41:37 o'clock GMT+00:00
- LongLongSeqHelper() -
Constructor for class org.omg.CORBA.LongLongSeqHelper
-
- LongLongSeqHolder - class org.omg.CORBA.LongLongSeqHolder.
- org/omg/CORBA/LongLongSeqHolder.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from streams.idl
13 May 1999 22:41:36 o'clock GMT+00:00
- LongLongSeqHolder() -
Constructor for class org.omg.CORBA.LongLongSeqHolder
-
- LongLongSeqHolder(long[]) -
Constructor for class org.omg.CORBA.LongLongSeqHolder
-
- LongSeqHelper - class org.omg.CORBA.LongSeqHelper.
- org/omg/CORBA/LongSeqHelper.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from streams.idl
13 May 1999 22:41:36 o'clock GMT+00:00
- LongSeqHelper() -
Constructor for class org.omg.CORBA.LongSeqHelper
-
- LongSeqHolder - class org.omg.CORBA.LongSeqHolder.
- org/omg/CORBA/LongSeqHolder.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from streams.idl
13 May 1999 22:41:36 o'clock GMT+00:00
- LongSeqHolder() -
Constructor for class org.omg.CORBA.LongSeqHolder
-
- LongSeqHolder(int[]) -
Constructor for class org.omg.CORBA.LongSeqHolder
-
- longValue() -
Method in class java.lang.Number
- Returns the value of the specified number as a
long
.
- longValue() -
Method in class java.lang.Long
- Returns the value of this Long as a long value.
- longValue() -
Method in class java.lang.Short
- Returns the value of this Short as a long.
- longValue() -
Method in class java.lang.Float
- Returns the long value of this Float (by casting to a long).
- longValue() -
Method in class java.lang.Integer
- Returns the value of this Integer as a long.
- longValue() -
Method in class java.lang.Byte
- Returns the value of this Byte as a long.
- longValue() -
Method in class java.lang.Double
- Returns the long value of this Double (by casting to a long).
- longValue() -
Method in class java.math.BigInteger
- Converts this BigInteger to a long.
- longValue() -
Method in class java.math.BigDecimal
- Converts this BigDecimal to a long.
- LONGVARBINARY -
Static variable in class java.sql.Types
- The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARBINARY
.
- LONGVARCHAR -
Static variable in class java.sql.Types
- The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARCHAR
.
- LookAndFeel - class javax.swing.LookAndFeel.
- Completely characterizes a look and feel from the point of view
of the pluggable look and feel components.
- LookAndFeel() -
Constructor for class javax.swing.LookAndFeel
-
- lookup_value_factory(String) -
Method in class org.omg.CORBA_2_3.ORB
-
- lookup(Class) -
Static method in class java.io.ObjectStreamClass
- Find the descriptor for a class that can be serialized.
- lookup(Name) -
Method in class javax.naming.InitialContext
-
- lookup(Name) -
Method in interface javax.naming.Context
- Retrieves the named object.
- lookup(String) -
Static method in class java.rmi.Naming
- Returns a reference, a stub, for the remote object associated
with the specified
name
.
- lookup(String) -
Method in interface java.rmi.registry.Registry
- Returns a reference, a stub, for the remote object associated
with the specified
name
.
- lookup(String) -
Method in class javax.naming.InitialContext
-
- lookup(String) -
Method in interface javax.naming.Context
- Retrieves the named object.
- lookupConstraints(Component) -
Method in class java.awt.GridBagLayout
- Retrieves the constraints for the specified component.
- lookupLink(Name) -
Method in class javax.naming.InitialContext
-
- lookupLink(Name) -
Method in interface javax.naming.Context
- Retrieves the named object, following links except
for the terminal atomic component of the name.
- lookupLink(String) -
Method in class javax.naming.InitialContext
-
- lookupLink(String) -
Method in interface javax.naming.Context
- Retrieves the named object, following links except
for the terminal atomic component of the name.
- LookupOp - class java.awt.image.LookupOp.
- This class implements a lookup operation from the source
to the destination.
- LookupOp(LookupTable, RenderingHints) -
Constructor for class java.awt.image.LookupOp
- Constructs a LookupOp object given the lookup table and
a RenderingHints object (which may be null).
- lookupPixel(byte[], byte[]) -
Method in class java.awt.image.ByteLookupTable
- Returns an array of samples of a pixel, translated with the lookup
table.
- lookupPixel(int[], int[]) -
Method in class java.awt.image.LookupTable
- Returns an int array of components for one pixel.
- lookupPixel(int[], int[]) -
Method in class java.awt.image.ByteLookupTable
- Returns an array of samples of a pixel, translated with the lookup
table.
- lookupPixel(int[], int[]) -
Method in class java.awt.image.ShortLookupTable
- Returns an array of samples of a pixel, translated with the lookup
table.
- lookupPixel(short[], short[]) -
Method in class java.awt.image.ShortLookupTable
- Returns an array of samples of a pixel, translated with the lookup
table.
- LookupTable - class java.awt.image.LookupTable.
- This abstract class defines a lookup table object.
- LookupTable(int, int) -
Constructor for class java.awt.image.LookupTable
- Constructs a new LookupTable from the number of components and an offset
into the lookup table.
- LOOP_CONTINUOUSLY -
Static variable in interface javax.sound.sampled.Clip
- A value indicating that looping should continue indefinitely rather than
complete after a specific number of loops.
- loop() -
Method in interface java.applet.AudioClip
- Starts playing this audio clip in a loop.
- loop(int) -
Method in interface javax.sound.sampled.Clip
- Starts looping playback from the current position.
- 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).
- lostOwnership(Clipboard, Transferable) -
Method in class java.awt.datatransfer.StringSelection
-
- lostOwnership(Clipboard, Transferable) -
Method in interface java.awt.datatransfer.ClipboardOwner
- Notifies this object that it is no longer the owner of
the contents of the clipboard.
- LOWER_LEADING_CORNER -
Static variable in interface javax.swing.ScrollPaneConstants
- Identifies the lower leading edge corner of the viewport.
- LOWER_LEFT_CORNER -
Static variable in interface javax.swing.ScrollPaneConstants
- Identifies the lower left corner of the viewport.
- LOWER_RIGHT_CORNER -
Static variable in interface javax.swing.ScrollPaneConstants
- Identifies the lower right corner of the viewport.
- LOWER_TRAILING_CORNER -
Static variable in interface javax.swing.ScrollPaneConstants
- Identifies the lower trailing edge corner of the viewport.
- LOWERCASE_LETTER -
Static variable in class java.lang.Character
- Public data for enumerated Unicode general category types.
- lowerCaseMode(boolean) -
Method in class java.io.StreamTokenizer
- Determines whether or not word token are automatically lowercased.
- LOWERED -
Static variable in class javax.swing.border.BevelBorder
- Lowered bevel type.
- LOWERED -
Static variable in class javax.swing.border.EtchedBorder
- Lowered etched type.
- lowerLeft -
Variable in class javax.swing.ScrollPaneLayout
- The component to display in the lower left corner.
- lowerLeft -
Variable in class javax.swing.JScrollPane
- The component to display in the lower left corner.
- lowerRight -
Variable in class javax.swing.ScrollPaneLayout
- The component to display in the lower right corner.
- lowerRight -
Variable in class javax.swing.JScrollPane
- The component to display in the lower right corner.
- lowestLayer() -
Method in class javax.swing.JLayeredPane
- Returns the lowest layer value from all current children.
- LOWSRC -
Static variable in class javax.swing.text.html.HTML.Attribute
-
- lt(File, File) -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
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 _
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.