- Label - Class in java.awt
-
This component is used for displaying simple text strings that cannot
be edited by the user.
- Label() - Constructor for class java.awt.Label
-
Initializes a new instance of Label
with no text.
- Label(String) - Constructor for class java.awt.Label
-
Initializes a new instance of Label
with the specified
text that is aligned to the left.
- Label(String, int) - Constructor for class java.awt.Label
-
Initializes a new instance of Label
with the specified
text and alignment.
- LABEL - Static variable in class javax.accessibility.AccessibleRole
-
An object to label something in a graphic interface.
- LABEL - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a label.
- label - Variable in class org.omg.CORBA.UnionMember
-
The label of the union member.
- Label.AccessibleAWTLabel - Class in java.awt
-
This class provides accessibility support for the label.
- Label.AccessibleAWTLabel() - Constructor for class java.awt.Label.AccessibleAWTLabel
-
Constructor for the accessible label.
- LABEL_FOR - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates the object labels other objects.
- LABEL_FOR_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates that the label target group has changed.
- LABELED_BY - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates the object is labeled by other objects.
- LABELED_BY_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates that the labelling objects have changed.
- labelFor - Variable in class javax.swing.JLabel
-
The Component the label will give focus to when its mnemonic is
activated.
- LabelPeer - Interface in java.awt.peer
-
- labelRect - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Rectangle describing the label bounds.
- labelUI - Static variable in class javax.swing.plaf.basic.BasicLabelUI
-
The labelUI that is shared by all labels.
- LabelUI - Class in javax.swing.plaf
-
An abstract base class for delegates that implement the pluggable
look and feel for a JLabel
.
- LabelUI() - Constructor for class javax.swing.plaf.LabelUI
-
Constructs a new LabelUI
.
- LabelView - Class in javax.swing.text
-
A
GlyphView
that caches the textattributes for most effective
rendering.
- LabelView(Element) - Constructor for class javax.swing.text.LabelView
-
Creates a new GlyphView
for the given Element
.
- LANDSCAPE - Static variable in class java.awt.PageAttributes.OrientationRequestedType
-
- LANDSCAPE - Static variable in class java.awt.print.PageFormat
-
A constant for a landscaped page orientation.
- LANDSCAPE - Static variable in class javax.print.attribute.standard.OrientationRequested
-
Orientation as landscape.
- LANG - Static variable in class javax.swing.text.html.HTML.Attribute
-
The lang attribute
- LANGUAGE - Static variable in class java.text.AttributedCharacterIterator.Attribute
-
This is the attribute for the language of the text.
- LANGUAGE - Static variable in interface javax.naming.Context
-
Property for specifying the preferred language to use with the service.
- LANGUAGE - Static variable in class javax.swing.text.html.HTML.Attribute
-
The language 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
-
Constant representing the Unicode LAO range.
- LAO - Static variable in class java.lang.Character.UnicodeBlock
-
Lao.
0x0E80 - 0x0EFF.
- LARGE_CAPACITY - Static variable in class javax.print.attribute.standard.MediaTray
-
Large capacity tray
- LARGE_MODEL_PROPERTY - Static variable in class javax.swing.JTree
-
- largeModel - Variable in class javax.swing.JTree
-
- largeModel - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
True if doing optimizations for a largeModel.
- last(Container) - Method in class java.awt.CardLayout
-
Cause the last component in the container to be displayed.
- last() - Method in interface java.sql.ResultSet
-
This method repositions the cursor on the last row in the result
set.
- last() - Method in class java.text.BreakIterator
-
This method returns the last text element boundary in the text being
iterated over.
- last() - Method in interface java.text.CharacterIterator
-
This method sets the index value to getEndIndex() - 1
and
returns the character there.
- last() - Method in class java.text.StringCharacterIterator
-
This method sets the index value to getEndIndex () - 1
and
returns the character there.
- last() - Method in interface java.util.SortedSet
-
Returns the last (highest sorted) element in the set.
- last() - Method in class java.util.TreeSet
-
Returns the last (by order) element in this Set.
- last() - Method in class javax.swing.text.Segment
-
Sets the current index to point to the last character in the segment and
returns that character.
- LAST_DIVIDER_LOCATION_PROPERTY - Static variable in class javax.swing.JSplitPane
-
The property fired when the last divider location property changes.
- LAST_LINE_END - Static variable in class java.awt.GridBagConstraints
-
Position to where the last text line would end.
- LAST_LINE_START - Static variable in class java.awt.GridBagConstraints
-
Position to where the last text line would start.
- lastAlloc - Variable in class javax.swing.text.AsyncBoxView.ChildLocator
-
The last allocation.
- lastChild() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the TreeWalker
to the last visible child of the
current node, and returns the new node.
- lastColumn - Variable in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
- lastDividerLocation - Variable in class javax.swing.JSplitPane
-
The last location of the divider given by the UI.
- lastEdit() - Method in class javax.swing.undo.CompoundEdit
-
Returns the the UndoableEdit
that was last added to
this compound.
- lastElement() - Method in class java.util.Vector
-
Returns the last element in the Vector.
- lastElement() - Method in class javax.swing.DefaultListModel
-
Gets the last element in the list.
- lastEntry() - Method in class java.util.TreeMap
-
Returns the entry associated with the greatest or highest key
in the map, or null
if the map is empty.
- lastIndexOf(int) - Method in class java.lang.String
-
Finds the last instance of a character in this String.
- lastIndexOf(int, int) - Method in class java.lang.String
-
Finds the last instance of a character in this String, starting at
a given index.
- lastIndexOf(String) - Method in class java.lang.String
-
Finds the last instance of a String in this String.
- lastIndexOf(String, int) - Method in class java.lang.String
-
Finds the last instance of a String in this String, starting at
a given index.
- lastIndexOf(String) - Method in class java.lang.StringBuffer
-
Finds the last instance of a substring in this StringBuffer.
- lastIndexOf(String, int) - Method in class java.lang.StringBuffer
-
Finds the last instance of a String in this StringBuffer, starting at a
given index.
- lastIndexOf(Object) - Method in class java.util.AbstractList
-
Obtain the last index at which a given object is to be found in this
list.
- lastIndexOf(Object) - Method in class java.util.ArrayList
-
Returns the highest index at which element appears in this List, or
-1 if it does not appear.
- lastIndexOf(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns the highest index at which element appears in this List, or -1 if
it does not appear.
- lastIndexOf(E, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Returns the highest index lesser equal index
at
which e
appears in this List, or -1 if it does not
appear.
- lastIndexOf(Object) - Method in class java.util.LinkedList
-
Returns the last index where the element is located in the list, or -1.
- lastIndexOf(Object) - Method in interface java.util.List
-
Obtain the last index at which a given object is to be found in this
list.
- lastIndexOf(Object) - Method in class java.util.Vector
-
Returns the last index of elem
within this Vector, or -1
if the object is not within the Vector.
- lastIndexOf(Object, int) - Method in class java.util.Vector
-
Returns the index of the first occurrence of elem
, when
searching backwards from index
.
- lastIndexOf(Object) - Method in class javax.swing.DefaultListModel
-
Gets the last index of a particular element in the list.
- lastIndexOf(Object, int) - Method in class javax.swing.DefaultListModel
-
Gets the last index of a particular element in a list which occurs
at or before a particular index.
- lastIndexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
-
Returns the starting index where the specified sublist last occurs
in a larger list, or -1 if there is no matching position.
- lastKey() - Method in interface java.util.SortedMap
-
Returns the last (highest sorted) key in the map.
- lastKey() - Method in class java.util.TreeMap
-
Returns the last (highest) key in the map.
- lastModified() - Method in class java.io.File
-
This method returns the last modification time of this file.
- LastOwnerException - Exception in java.security.acl
-
This exception is thrown when an attempt is made to delete the last owner
of an access control list (ACL)
- LastOwnerException() - Constructor for exception java.security.acl.LastOwnerException
-
Initialize a new instance of LastOwnerException
that does
not have a log message.
- lastPageFirst() - Method in class java.awt.PrintJob
-
Tests whether or not the last page will be printed first.
- lastPaintPosition - Variable in class javax.swing.JViewport
-
The position at which the view has been drawn the last time.
- lastPath - Variable in class javax.swing.tree.DefaultTreeCellEditor
-
Last path that was selected.
- lastRow - Variable in class javax.swing.event.TableModelEvent
-
The last row in the table model that the event relates to.
- 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
-
This method returns the index of the last tab in a run.
- lastValidOffset - Variable in class javax.swing.text.AsyncBoxView.ChildLocator
-
The last valid location.
- 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
-
Latin-1 Supplement.
0x0080 - 0x00FF.
- 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
-
Latin Extended-A.
0x0100 - 0x017F.
- LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.UnicodeBlock
-
Latin Extended Additional.
0x1E00 - 0x1EFF.
- LATIN_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
-
Latin Extended-B.
0x0180 - 0x024F.
- LAYER_PROPERTY - Static variable in class javax.swing.JLayeredPane
-
- LAYERED_PANE - Static variable in class javax.accessibility.AccessibleRole
-
A specialized pane that allows drawing children in layers.
- LAYERED_PANE_PROPERTY - Static variable in class javax.swing.JInternalFrame
-
The property fired in a PropertyChangeEvent when the layeredPane property
changes.
- LayeredHighlighter - Class in javax.swing.text
-
- LayeredHighlighter() - Constructor for class javax.swing.text.LayeredHighlighter
-
- LayeredHighlighter.LayerPainter - Class in javax.swing.text
-
- LayeredHighlighter.LayerPainter() - Constructor for class javax.swing.text.LayeredHighlighter.LayerPainter
-
- layeredPane - Variable in class javax.swing.JRootPane
-
DOCUMENT ME!
- layout() - Method in class java.awt.Component
-
- layout() - Method in class java.awt.Container
-
- layout() - Method in interface java.awt.peer.ComponentPeer
-
Layout this component peer.
- layout() - Method in class java.awt.ScrollPane
-
Deprecated.
This method is deprecated in favor of
doLayout()
.
- layout(int, int) - Method in class javax.swing.text.BoxView
-
Lays out the children of this BoxView
with the specified
bounds.
- layout(FlowView) - Method in class javax.swing.text.FlowView.FlowStrategy
-
Performs the layout for the whole view.
- layout(int, int) - Method in class javax.swing.text.FlowView
-
Performs the layout of this view.
- LAYOUT_LEFT_TO_RIGHT - Static variable in class java.awt.Font
-
A flag for layoutGlyphVector
, indicating that the
orientation of a text run is from left to right.
- LAYOUT_NO_LIMIT_CONTEXT - Static variable in class java.awt.Font
-
A flag for layoutGlyphVector
, indicating that the
text does not contain valid characters after the
limit
position.
- LAYOUT_NO_START_CONTEXT - Static variable in class java.awt.Font
-
A flag for layoutGlyphVector
, indicating that the
text does not contain valid characters before the
start
position.
- LAYOUT_RIGHT_TO_LEFT - Static variable in class java.awt.Font
-
A flag for layoutGlyphVector
, indicating that the
orientation of a text run is from right to left.
- layoutChanged(int) - Method in class javax.swing.text.BoxView
-
Marks the layout along the specified axis as invalid.
- layoutCL(JLabel, FontMetrics, String, Icon, Rectangle, Rectangle, Rectangle) - Method in class javax.swing.plaf.basic.BasicLabelUI
-
This method is simply calls SwingUtilities's layoutCompoundLabel.
- layoutColumns(int, int[], int[], SizeRequirements[]) - Method in class javax.swing.text.TableView
-
Lays out the columns to fit within the specified target span.
- layoutComboBox(Container, MetalComboBoxUI.MetalComboBoxLayoutManager) - Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
Lays out the ComboBox
- layoutCompoundLabel(JComponent, FontMetrics, String, Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int) - Static method in class javax.swing.SwingUtilities
-
Layout a "compound label" consisting of a text string and an icon
which is to be placed near the rendered text.
- layoutCompoundLabel(FontMetrics, String, Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int) - Static method in class javax.swing.SwingUtilities
-
Layout a "compound label" consisting of a text string and an icon
which is to be placed near the rendered text.
- layoutContainer(Container) - Method in class java.awt.BorderLayout
-
Lays out the specified container according to the constraints in this
object.
- layoutContainer(Container) - Method in class java.awt.CardLayout
-
Lays out the container.
- layoutContainer(Container) - Method in class java.awt.FlowLayout
-
Lay out the container's components based on current settings.
- layoutContainer(Container) - Method in class java.awt.GridBagLayout
-
- layoutContainer(Container) - Method in class java.awt.GridLayout
-
Lay out the container's components based on current settings.
- layoutContainer(Container) - Method in interface java.awt.LayoutManager
-
Lays out the components in the given container.
- layoutContainer(Container) - Method in class javax.swing.BoxLayout
-
Lays out the specified container using this layout.
- layoutContainer(Container) - Method in class javax.swing.JRootPane.RootLayout
-
DOCUMENT ME!
- layoutContainer(Container) - Method in class javax.swing.JSpinner.DefaultEditor
-
Sets the bounds for the child components in this container.
- layoutContainer(Container) - Method in class javax.swing.OverlayLayout
-
Lays out the container and it's children.
- layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
-
Arranges the components in the container.
- layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
-
This method is called to lay out the children of the Title Pane.
- layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI.InternalFrameLayout
-
This method is used to set the bounds of the children of the
JInternalFrame.
- layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
This method lays out the given container.
- layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
This method lays out the scrollbar.
- layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout
-
This method is called to lay out the container.
- layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
This method lays out the components in the container.
- layoutContainer(Container) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
This method is called when the JTabbedPane is laid out in
WRAP_TAB_LAYOUT.
- layoutContainer(Container) - Method in class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
-
Arranges the editor (if visible) and button that comprise the combo
box.
- layoutContainer(Container) - Method in class javax.swing.ScrollPaneLayout
-
+----+--------------------+----+ y1
| c1 | column header | c2 |
+----+--------------------+----+ y2
| r | | v |
| o | | |
| w | | s |
| | | r |
| h | | o |
| e | viewport | l |
| a | | l |
| d | | b |
| e | | a |
| r | | r |
+----+--------------------+----+ y3
| c3 | h scrollbar | c4 |
+----+--------------------+----+ y4
x1 x2 x3 x4
- layoutContainer(Container) - Method in class javax.swing.SpringLayout
-
Lays out the container p
.
- layoutContainer(Container) - Method in class javax.swing.ViewportLayout
-
Layout the view and viewport to respect the following rules.
- LayoutFocusTraversalPolicy - Class in javax.swing
-
- LayoutFocusTraversalPolicy() - Constructor for class javax.swing.LayoutFocusTraversalPolicy
-
- layoutGlyphVector(FontRenderContext, char[], int, int, int) - Method in class java.awt.Font
-
Produces a glyph vector representing a full layout fo the specified
text in this font.
- layoutHScrollbar(JScrollBar) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
This method lays out the scrollbar horizontally.
- layoutInfo - Variable in class java.awt.GridBagLayout
-
- layoutLabel(int, FontMetrics, int, String, Icon, Rectangle, Rectangle, Rectangle, boolean) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
This method lays out the tab and finds the location to paint the icon
and text.
- layoutMajorAxis(int, int, int[], int[]) - Method in class javax.swing.text.BoxView
-
Performs the layout along the major axis of a BoxView
.
- layoutMajorAxis(int, int, int[], int[]) - Method in class javax.swing.text.html.BlockView
-
Overridden to perform additional CSS layout (absolute/relative
positioning).
- layoutMajorAxis(int, int, int[], int[]) - Method in class javax.swing.text.html.FrameSetView
-
- layoutMajorAxis(int, int, int[], int[]) - Method in class javax.swing.text.TableView.TableRow
-
Lays out the box's child views along the major axis.
- LayoutManager - Interface in java.awt
-
This interface is for laying out containers in a particular sequence.
- layoutManager - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
The JSplitPane's current layout manager.
- LayoutManager2 - Interface in java.awt
-
Layout manager for laying out containers based on contraints.
- layoutMinorAxis(int, int, int[], int[]) - Method in class javax.swing.text.BoxView
-
Performs the layout along the minor axis of a BoxView
.
- layoutMinorAxis(int, int, int[], int[]) - Method in class javax.swing.text.html.BlockView
-
Lays out the box along the minor axis (the axis that is
perpendicular to the axis that it represents).
- layoutMinorAxis(int, int, int[], int[]) - Method in class javax.swing.text.TableView
-
Lays out the child views along the minor axis of the table (that is the
horizontal axis).
- layoutMinorAxis(int, int, int[], int[]) - Method in class javax.swing.text.TableView.TableRow
-
Lays out the box's child views along the minor axis (the orthogonal axis
to the major axis).
- layoutPool - Variable in class javax.swing.text.FlowView
-
Represents the logical child elements of this view, encapsulated within
one parent view (an instance of a package private LogicalView
class).
- LayoutQueue - Class in javax.swing.text
-
This is a queue which holds
Runnable
objects.
- LayoutQueue() - Constructor for class javax.swing.text.LayoutQueue
-
Create a new layout queue.
- layoutRow(FlowView, int, int) - Method in class javax.swing.text.FlowView.FlowStrategy
-
Lays out one row of the flow view.
- layoutSpan - Variable in class javax.swing.text.FlowView
-
The span of the FlowView
that should be flowed.
- layoutText(SynthContext, FontMetrics, String, Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int) - Method in class javax.swing.plaf.synth.SynthGraphicsUtils
-
Lays out a label and (if non-null) an icon.
- layoutVScrollbar(JScrollBar) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
This method lays out the scrollbar vertically.
- lazilyLoadDesktopProperty(String) - Method in class java.awt.Toolkit
-
- LDAPCertStoreParameters - Class in java.security.cert
-
Parameters for CertStores that are retrieved via the lightweight
directory access protocol (LDAP).
- LDAPCertStoreParameters() - Constructor for class java.security.cert.LDAPCertStoreParameters
-
Create a new LDAPCertStoreParameters object, with a servername of
"localhost" and a port of 389.
- LDAPCertStoreParameters(String) - Constructor for class java.security.cert.LDAPCertStoreParameters
-
Create a new LDAPCertStoreParameters object, with a specified
server name and a port of 389.
- LDAPCertStoreParameters(String, int) - Constructor for class java.security.cert.LDAPCertStoreParameters
-
Create a new LDAPCertStoreParameters object, with a specified
server name and port.
- LdapContext - Interface in javax.naming.ldap
-
- LdapReferralException - Exception in javax.naming.ldap
-
- LdapReferralException() - Constructor for exception javax.naming.ldap.LdapReferralException
-
- LdapReferralException(String) - Constructor for exception javax.naming.ldap.LdapReferralException
-
- LE - Static variable in class javax.management.Query
-
A code representing the {@link #le(ValueExp, ValueExp)
query to be used in serialization.
- 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
-
- 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
-
controls the range of indices provided in any
ListSelectionEvent
fired by the selectionModel.
- leadIndex - Variable in class javax.swing.tree.DefaultTreeSelectionModel
-
The index of the last added path.
- LEADING - Static variable in class java.awt.FlowLayout
-
Constant that specifies alignment to leading edge of container's
orientation.
- leading(int) - Static method in class java.awt.font.TextHitInfo
-
- LEADING - Static variable in class javax.swing.border.TitledBorder
-
A value for the titleJustification
property that
horizontally aligns the title text with either the left or the
right edge of the border, depending on the orientation of the
component nested into the border.
- LEADING - Static variable in interface javax.swing.SwingConstants
-
- leadPath - Variable in class javax.swing.tree.DefaultTreeSelectionModel
-
The path that has been added last.
- leadRow - Variable in class javax.swing.tree.DefaultTreeSelectionModel
-
The row of the last added path according to the RowMapper.
- leafIcon - Variable in class javax.swing.tree.DefaultTreeCellRenderer
-
The icon used to represent leaf nodes.
- Lease - Class in java.rmi.dgc
-
A lease object is used to request and grant leases for the remote objects.
- Lease(VMID, long) - Constructor for class java.rmi.dgc.Lease
-
Create the new lease with the given id and duration
- leave(InetAddress) - Method in class java.net.DatagramSocketImpl
-
Causes the socket to leave the specified multicast group.
- leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.DatagramSocketImpl
-
Leaves a multicast group
- leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
-
Leaves the specified multicast group
- leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
-
Leaves the specified mulitcast group on a specified interface.
- LEDGER - Static variable in class java.awt.PageAttributes.MediaType
-
- LEDGER - Static variable in class javax.print.attribute.standard.MediaSize.Other
-
US Ledger size, 11 inch x 17 inch
- LEDGER - Static variable in class javax.print.attribute.standard.MediaSizeName
-
The ledger size: 11 inches by 17 inches.
- LEFT - Static variable in class java.awt.Event
-
- LEFT - Static variable in class java.awt.FlowLayout
-
Constant that specifies left alignment.
- left - Variable in class java.awt.Insets
-
The gap from the left.
- LEFT - Static variable in class java.awt.Label
-
Alignment constant aligning the text to the left of its window.
- left - Variable in class javax.swing.border.EmptyBorder
-
The number of pixels required at the left edge.
- LEFT - Static variable in class javax.swing.border.TitledBorder
-
A value for the titleJustification
property that
horizontally aligns the title text with the left-hand edge of
the border.
- LEFT - Static variable in class javax.swing.JSplitPane
-
The constraints string used to add components to the left.
- LEFT - Static variable in interface javax.swing.SwingConstants
-
- LEFT_ALIGNMENT - Static variable in class java.awt.Component
-
Constant returned by the getAlignmentX
method to indicate
that the component wishes to be aligned to the left relative to
other components.
- LEFT_JUSTIFY - Static variable in class java.util.FormattableFlags
-
Requires the output to be left-justified.
- LEFT_TO_RIGHT - Static variable in class java.awt.ComponentOrientation
-
Items run left to right, and lines flow top to bottom.
- leftButton - Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
The button for showing and hiding the left (or top) component of the
JSplitPane
.
- 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 component on the top or left.
- LeftIndent - Static variable in class javax.swing.text.StyleConstants
-
- LeftIndent - Static variable in class javax.swing.text.StyleConstants.ParagraphConstants
-
A key for the left indentation paragraph attribute.
- leftKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Deprecated.
The left key.
- leftKey - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- leftKey - Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
Deprecated.
since JDK1.3.
- leftToRightCache - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Whether this slider is actually drawn left to right.
- LEGAL - Static variable in class java.awt.PageAttributes.MediaType
-
- LEGAL - Static variable in class javax.print.attribute.standard.MediaSize.NA
-
US Legal paper size, 8.5 inch x 14 inch
- LEGAL_VALUES_FIELD - Static variable in class javax.management.JMX
-
The name of the legalValues field.
- len - Variable in class java.util.zip.InflaterInputStream
-
Size of buffer
- length() - Method in class java.io.File
-
This method returns the length of the file represented by this object,
or 0 if the specified file does not exist.
- length - Variable in exception java.io.OptionalDataException
-
The number of valid bytes that can be read.
- length() - Method in class java.io.RandomAccessFile
-
This method returns the length of the file in bytes
- length() - Method in interface java.lang.CharSequence
-
Returns the length of the sequence.
- length() - Method in class java.lang.String
-
Returns the number of characters contained in this String.
- length() - Method in class java.lang.StringBuffer
-
Get the length of the String
this StringBuffer
would create.
- length() - Method in class java.lang.StringBuilder
-
Get the length of the String
this StringBuilder
would create.
- length() - Method in class java.nio.CharBuffer
-
Returns the length of the remaining chars in this buffer.
- length() - Method in class java.nio.charset.CoderResult
-
- length() - Method in interface java.sql.Blob
-
This method returns the number of bytes in this Blob
.
- length() - Method in interface java.sql.Clob
-
This method returns the number of characters in this Clob
.
- length() - Method in class java.util.BitSet
-
Returns the logical number of bits actually used by this bit
set.
- length() - Method in class javax.imageio.stream.FileCacheImageOutputStream
-
- length() - Method in class javax.imageio.stream.FileImageInputStream
-
- length() - Method in class javax.imageio.stream.FileImageOutputStream
-
- length() - Method in interface javax.imageio.stream.ImageInputStream
-
- length() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- length - Variable in class javax.sound.midi.MidiMessage
-
The total length of the MIDI message.
- length() - Method in interface javax.swing.text.AbstractDocument.Content
-
Returns the length of the 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 string content, including the '\n' character at
the end.
- length() - Method in interface org.omg.CORBA.DynSequence
-
Deprecated.
Returns the number of elements, stored in the sequence.
- length(int) - Method in interface org.omg.CORBA.DynSequence
-
Deprecated.
Sets the length of this sequence to the given value.
- length() - Method in class org.omg.CORBA.TypeCode
-
Returns the number of elements in the type.
- leq(ValueExp, ValueExp) - Static method in class javax.management.Query
-
Returns a query expression which evaluates to the result of
comparing v1
to v2
to see if
v1
is less than or equal to v2
.
- LESSER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Comparison result.
- lessThanOrEquals(ResolutionSyntax) - Method in class javax.print.attribute.ResolutionSyntax
-
Checks if the given resolution attribute is a lower or equal
to this resolution object.
- LETTER - Static variable in class java.awt.PageAttributes.MediaType
-
- LETTER - Static variable in class javax.print.attribute.standard.MediaSize.NA
-
US Letter paper size, 8.5 inch x 11 inch
- LETTER_NUMBER - Static variable in class java.lang.Character
-
Nl = Number, Letter (Normative).
- LETTER_SPACING - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'letter-spacing'.
- LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Letterlike Symbols.
0x2100 - 0x214F.
- Level - Class in java.util.logging
-
A class for indicating logging levels.
- Level(String, int) - Constructor for class java.util.logging.Level
-
Creates a logging level given a name and an integer value.
- Level(String, int, String) - Constructor for class java.util.logging.Level
-
Create a logging level given a name, an integer value and a name
of a resource bundle for localizing the level 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
-
The <li> tag , breaks flow, block tag.
- LIFESPAN_POLICY_ID - Interface in org.omg.PortableServer
-
- LifespanPolicy - Interface in org.omg.PortableServer
-
Specifies the object life span policy, if they can outlive the POA
with that they were first created.
- LifespanPolicyOperations - Interface in org.omg.PortableServer
-
Defines the operations, applicable to the LifespanPolicy.
- LifespanPolicyValue - Class in org.omg.PortableServer
-
Specifies the object life span policy.
- LifespanPolicyValue(int) - Constructor for class org.omg.PortableServer.LifespanPolicyValue
-
Normally, no new instances are required, so the constructor is protected.
- LIGATURE - Static variable in class java.awt.font.GlyphMetrics
-
- LIGHT - Static variable in class javax.swing.plaf.metal.MetalIconFactory
-
A constant representing "light".
- LIGHT_GRAY - Static variable in class java.awt.Color
-
Constant for the color light gray: R=192, G=192, B=192.
- lightGray - Static variable in class java.awt.Color
-
Constant for the color light gray: R=192, G=192, B=192.
- lightHighlight - Variable in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
-
The color for drawing the bright highlighted parts of the border.
- lightHighlight - Variable in class javax.swing.plaf.basic.BasicBorders.FieldBorder
-
The color for drawing the outer half of the bottom and right
edges.
- lightHighlight - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
The top and left edge color for both the tab and content border.
- LightweightPeer - Interface in java.awt.peer
-
- lightWeightPopupEnabled - Variable in class javax.swing.JComboBox
-
This property indicates if heavyweight popup or lightweight popup will be
used to diplay JComboBox's elements.
- lightWeightPopupEnabled - Variable in class javax.swing.ToolTipManager
-
lightWeightPopupEnabled
- LIMBU - Static variable in class java.lang.Character.UnicodeBlock
-
Limbu.
0x1900 - 0x194F.
- limit() - Method in class java.nio.Buffer
-
Retrieves the current limit of the buffer.
- limit(int) - Method in class java.nio.Buffer
-
Sets this buffer's limit.
- LimitExceededException - Exception in javax.naming
-
- LimitExceededException() - Constructor for exception javax.naming.LimitExceededException
-
- LimitExceededException(String) - Constructor for exception javax.naming.LimitExceededException
-
- LINE - Static variable in interface javax.accessibility.AccessibleExtendedText
-
This constant indicates that the retrieved text should be a
complete line.
- Line - Interface in javax.sound.sampled
-
A Line represents a single input or output audio line.
- Line.Info - Class in javax.sound.sampled
-
An object of this type holds information about a Line.
- Line.Info(Class<?>) - Constructor for class javax.sound.sampled.Line.Info
-
Create a new Info object.
- Line2D - Class in java.awt.geom
-
Represents a directed line bewteen two points in (x,y) Cartesian space.
- Line2D() - Constructor for class java.awt.geom.Line2D
-
The default constructor.
- Line2D.Double - Class in java.awt.geom
-
This class defines a point in double
precision.
- Line2D.Double() - Constructor for class java.awt.geom.Line2D.Double
-
Construct the line segment (0,0)->(0,0).
- Line2D.Double(double, double, double, double) - Constructor for class java.awt.geom.Line2D.Double
-
Construct the line segment with the specified points.
- Line2D.Double(Point2D, Point2D) - Constructor for class java.awt.geom.Line2D.Double
-
Construct the line segment with the specified points.
- Line2D.Float - Class in java.awt.geom
-
This class defines a point in float
precision.
- Line2D.Float() - Constructor for class java.awt.geom.Line2D.Float
-
Construct the line segment (0,0)->(0,0).
- Line2D.Float(float, float, float, float) - Constructor for class java.awt.geom.Line2D.Float
-
Construct the line segment with the specified points.
- Line2D.Float(Point2D, Point2D) - Constructor for class java.awt.geom.Line2D.Float
-
Construct the line segment with the specified points.
- LINE_AXIS - Static variable in class javax.swing.BoxLayout
-
Specifies that components are laid out in the direction of a line of text.
- LINE_END - Static variable in class java.awt.BorderLayout
-
The constant indicating the position after the last item of the
layout.
- LINE_END - Static variable in class java.awt.GridBagConstraints
-
Position to where a text line would end.
- LINE_HEIGHT - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'line-height'.
- LINE_IN - Static variable in class javax.sound.sampled.Port.Info
-
Generic input line.
- LINE_OUT - Static variable in class javax.sound.sampled.Port.Info
-
Generic output line.
- LINE_SEPARATOR - Static variable in class java.lang.Character
-
Zl = Separator, Line (Normative).
- LINE_START - Static variable in class java.awt.BorderLayout
-
The constant indicating the position before the first item of the
layout.
- LINE_START - Static variable in class java.awt.GridBagConstraints
-
Position to where a text line would start.
- LINEAR_B_IDEOGRAMS - Static variable in class java.lang.Character.UnicodeBlock
-
Linear B Ideograms.
0x10080 - 0x100FF.
- LINEAR_B_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
-
Linear B Syllabary.
0x10000 - 0x1007F.
- LineBorder - Class in javax.swing.border
-
A border that consists of a line whose thickness and color can be
specified.
- LineBorder(Color) - Constructor for class javax.swing.border.LineBorder
-
Constructs a LineBorder given its color.
- LineBorder(Color, int) - Constructor for class javax.swing.border.LineBorder
-
Constructs a LineBorder given its color and thickness.
- LineBorder(Color, int, boolean) - Constructor for class javax.swing.border.LineBorder
-
Constructs a LineBorder given its color, thickness, and whether
it has rounded corners.
- LineBreakMeasurer - Class in java.awt.font
-
- LineBreakMeasurer(AttributedCharacterIterator, BreakIterator, FontRenderContext) - Constructor for class java.awt.font.LineBreakMeasurer
-
- LineBreakMeasurer(AttributedCharacterIterator, FontRenderContext) - Constructor for class java.awt.font.LineBreakMeasurer
-
- lineColor - Variable in class javax.swing.border.LineBorder
-
The color of the line.
- LineEvent - Class in javax.sound.sampled
-
This class holds information about a state change of a Line.
- LineEvent(Line, LineEvent.Type, long) - Constructor for class javax.sound.sampled.LineEvent
-
Create a new LineEvent with the indicated line, type, and frame position.
- LineEvent.Type - Class in javax.sound.sampled
-
This class represents the kinds of state changes that can occur
to a Line.
- LineEvent.Type(String) - Constructor for class javax.sound.sampled.LineEvent.Type
-
Create a new type with the indicated name.
- lineLimitAttribute - Static variable in class javax.swing.text.PlainDocument
-
- LineListener - Interface in javax.sound.sampled
-
This interface is used by classes which wish to be notified
when the state of a Line changes.
- LineMetrics - Class in java.awt.font
-
- LineMetrics() - Constructor for class java.awt.font.LineMetrics
-
- lineno() - Method in class java.io.StreamTokenizer
-
This method returns the current line number.
- LineNumberInputStream - Class in java.io
-
Deprecated.
This class is deprecated in favor if
LineNumberReader
because it operates on ASCII bytes
instead of an encoded character stream. This class is for backward
compatibility only and should not be used in new applications.
- LineNumberInputStream(InputStream) - Constructor for class java.io.LineNumberInputStream
-
Deprecated.
Create a new LineNumberInputStream
that reads from the
specified subordinate InputStream
- LineNumberReader - Class in java.io
-
This class functions like a standard Reader
except that it
counts line numbers, and canonicalizes newline characters.
- LineNumberReader(Reader) - Constructor for class java.io.LineNumberReader
-
Create a new LineNumberReader
that reads from the
specified subordinate Reader
.
- LineNumberReader(Reader, int) - Constructor for class java.io.LineNumberReader
-
This method initializes a new LineNumberReader
to read
from the specified subordinate Reader
using the specified
read buffer size.
- linesIntersect(double, double, double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
-
Test if the line segment (x1,y1)->(x2,y2) intersects the line segment
(x3,y3)->(x4,y4).
- LineSpacing - Static variable in class javax.swing.text.StyleConstants
-
- LineSpacing - Static variable in class javax.swing.text.StyleConstants.ParagraphConstants
-
A key for the line spacing paragraph attribute.
- lineTo(float, float) - Method in class java.awt.geom.GeneralPath
-
Appends a straight line to the current path.
- lineToRect(Shape, int) - Method in class javax.swing.text.PlainView
-
- LineUnavailableException - Exception in javax.sound.sampled
-
- LineUnavailableException() - Constructor for exception javax.sound.sampled.LineUnavailableException
-
Create a new LineUnavailableException.
- LineUnavailableException(String) - Constructor for exception javax.sound.sampled.LineUnavailableException
-
Create a new LineUnavailableException with the given message.
- LINK - Static variable in class javax.swing.text.html.HTML.Attribute
-
The link attribute
- LINK - Static variable in class javax.swing.text.html.HTML.Tag
-
The <link> tag
- LinkageError - Error in java.lang
-
Subclasses of LinkageError
are thrown to indicate that two
classes which were compatible at separate compilation times cannot be
linked to one another.
- LinkageError() - Constructor for error java.lang.LinkageError
-
Create an error without a message.
- LinkageError(String) - Constructor for error java.lang.LinkageError
-
Create an error with a message.
- LinkedHashMap<K,V> - Class in java.util
-
This class provides a hashtable-backed implementation of the
Map interface, with predictable traversal order.
- LinkedHashMap() - Constructor for class java.util.LinkedHashMap
-
Construct a new insertion-ordered LinkedHashMap with the default
capacity (11) and the default load factor (0.75).
- LinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.LinkedHashMap
-
Construct a new insertion-ordered LinkedHashMap from the given Map,
with initial capacity the greater of the size of m
or
the default of 11.
- LinkedHashMap(int) - Constructor for class java.util.LinkedHashMap
-
Construct a new insertion-ordered LinkedHashMap with a specific
inital capacity and default load factor of 0.75.
- LinkedHashMap(int, float) - Constructor for class java.util.LinkedHashMap
-
Construct a new insertion-orderd LinkedHashMap with a specific
inital capacity and load factor.
- LinkedHashMap(int, float, boolean) - Constructor for class java.util.LinkedHashMap
-
Construct a new LinkedHashMap with a specific inital capacity, load
factor, and ordering mode.
- LinkedHashSet<T> - Class in java.util
-
This class provides a hashtable-backed implementation of the
Set interface, with predictable traversal order.
- LinkedHashSet() - Constructor for class java.util.LinkedHashSet
-
Construct a new, empty HashSet whose backing HashMap has the default
capacity (11) and loadFactor (0.75).
- LinkedHashSet(int) - Constructor for class java.util.LinkedHashSet
-
Construct a new, empty HashSet whose backing HashMap has the supplied
capacity and the default load factor (0.75).
- LinkedHashSet(int, float) - Constructor for class java.util.LinkedHashSet
-
Construct a new, empty HashSet whose backing HashMap has the supplied
capacity and load factor.
- LinkedHashSet(Collection<? extends T>) - Constructor for class java.util.LinkedHashSet
-
Construct a new HashSet with the same elements as are in the supplied
collection (eliminating any duplicates, of course).
- LinkedList<T> - Class in java.util
-
Linked list implementation of the List interface.
- LinkedList() - Constructor for class java.util.LinkedList
-
Create an empty linked list.
- LinkedList(Collection<? extends T>) - Constructor for class java.util.LinkedList
-
Create a linked list containing the elements, in order, of a given
collection.
- LinkException - Exception in javax.naming
-
- LinkException() - Constructor for exception javax.naming.LinkException
-
- LinkException(String) - Constructor for exception javax.naming.LinkException
-
- linkExplanation - Variable in exception javax.naming.LinkException
-
- LinkLoopException - Exception in javax.naming
-
- LinkLoopException() - Constructor for exception javax.naming.LinkLoopException
-
- LinkLoopException(String) - Constructor for exception javax.naming.LinkLoopException
-
- LinkRef - Class in javax.naming
-
- LinkRef(Name) - Constructor for class javax.naming.LinkRef
-
- LinkRef(String) - Constructor for class javax.naming.LinkRef
-
- linkRemainingName - Variable in exception javax.naming.LinkException
-
- linkResolvedName - Variable in exception javax.naming.LinkException
-
- linkResolvedObj - Variable in exception javax.naming.LinkException
-
- LinkStyle - Interface in org.w3c.dom.stylesheets
-
The LinkStyle
interface provides a mechanism by which a style
sheet can be retrieved from the node responsible for linking it into a
document.
- list() - Method in class java.awt.Component
-
Prints a listing of this component to System.out
.
- list(PrintStream) - Method in class java.awt.Component
-
Prints a listing of this component to the specified print stream.
- list(PrintStream, int) - Method in class java.awt.Component
-
Prints a listing of this component to the specified print stream,
starting at the specified indentation point.
- list(PrintWriter) - Method in class java.awt.Component
-
Prints a listing of this component to the specified print writer.
- list(PrintWriter, int) - Method in class java.awt.Component
-
Prints a listing of this component to the specified print writer,
starting at the specified indentation point.
- list(PrintStream, int) - Method in class java.awt.Container
-
Writes a listing of this container to the specified stream starting
at the specified indentation point.
- list(PrintWriter, int) - Method in class java.awt.Container
-
Writes a listing of this container to the specified stream starting
at the specified indentation point.
- List - Class in java.awt
-
Class that implements a listbox widget
- List() - Constructor for class java.awt.List
-
Initializes a new instance of List
with no visible lines
and multi-select disabled.
- List(int) - Constructor for class java.awt.List
-
Initializes a new instance of List
with the specified
number of visible lines and multi-select disabled.
- List(int, boolean) - Constructor for class java.awt.List
-
Initializes a new instance of List
with the specified
number of lines and the specified multi-select setting.
- list(FilenameFilter) - Method in class java.io.File
-
This method returns a array of String
's representing the
list of files is then directory represented by this object.
- list() - Method in class java.io.File
-
This method returns a array of String
's representing the
list of files is then directory represented by this object.
- list() - Method in class java.lang.ThreadGroup
-
Print out information about this ThreadGroup to System.out.
- list(String) - Static method in class java.rmi.Naming
-
Lists all services at the named registry.
- list() - Method in interface java.rmi.registry.Registry
-
- list(Enumeration<T>) - Static method in class java.util.Collections
-
Returns an ArrayList holding the elements visited by a given
Enumeration.
- List<E> - Interface in java.util
-
An ordered collection (also known as a list).
- list(PrintStream) - Method in class java.util.Properties
-
Prints the key/value pairs to the given print stream.
- list(PrintWriter) - Method in class java.util.Properties
-
Prints the key/value pairs to the given print writer.
- LIST - Static variable in class javax.accessibility.AccessibleRole
-
An object which presents a list of items for selection.
- list(Name) - Method in interface javax.naming.Context
-
Creates and returns the enumeration over the name bindings that are present
the given subcontext.
- list(String) - Method in interface javax.naming.Context
-
Creates and returns the enumeration over the name bindings that are present
the given subcontext.
- list(Name) - Method in class javax.naming.InitialContext
-
- list(String) - Method in class javax.naming.InitialContext
-
- list - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
JList which is used to display item is the combo box
- list - Variable in class javax.swing.plaf.basic.BasicListUI
-
Saved reference to the list this UI was created for.
- LIST - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a list.
- list(int, BindingListHolder, BindingIteratorHolder) - Method in class org.omg.CosNaming._NamingContextStub
-
Iterate over all bindings, defined in this namind context.
- list(int, BindingListHolder, BindingIteratorHolder) - Method in interface org.omg.CosNaming.NamingContext
-
Iterate over all bindings, defined in this namind context.
- list(int, BindingListHolder, BindingIteratorHolder) - Method in interface org.omg.CosNaming.NamingContextOperations
-
Iterate over all bindings, defined in this namind context.
- List.AccessibleAWTList - Class in java.awt
-
- List.AccessibleAWTList() - Constructor for class java.awt.List.AccessibleAWTList
-
- List.AccessibleAWTList.AccessibleAWTListChild - Class in java.awt
-
- List.AccessibleAWTList.AccessibleAWTListChild(List, int) - Constructor for class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
- LIST_DESELECT - Static variable in class java.awt.Event
-
- list_initial_services() - Method in class org.omg.CORBA.ORB
-
List the initially available CORBA objects (services).
- LIST_ITEM - Static variable in class javax.accessibility.AccessibleRole
-
An object which represents an item in a list.
- LIST_SELECT - Static variable in class java.awt.Event
-
- LIST_STYLE - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'list-style'.
- LIST_STYLE_IMAGE - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'list-style-image'.
- LIST_STYLE_POSITION - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'list-style-position'.
- LIST_STYLE_TYPE - Static variable in class javax.swing.text.html.CSS.Attribute
-
The CSS attribute 'list-style-type'.
- listBindings(Name) - Method in interface javax.naming.Context
-
Creates and returns the enumeration over the name - object bindings that
are present the given subcontext.
- listBindings(String) - Method in interface javax.naming.Context
-
Creates and returns the enumeration over the name - object bindings that
are present the given subcontext.
- listBindings(Name) - Method in class javax.naming.InitialContext
-
- listBindings(String) - Method in class javax.naming.InitialContext
-
- listBox - Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
List used when rendering selected item of the combo box.
- listBox - Variable in class javax.swing.plaf.metal.MetalComboBoxButton
-
A reference to the JList.
- ListCellRenderer - Interface in javax.swing
-
Renders the cells of a
JList
.
- ListDataEvent - Class in javax.swing.event
-
An event that contains information about a modification to the content of
a list.
- ListDataEvent(Object, int, int, int) - Constructor for class javax.swing.event.ListDataEvent
-
Creates a ListDataEvent
object.
- ListDataListener - Interface in javax.swing.event
-
A
ListDataListener
can register with a
ListModel
and
receive notification of updates to the model.
- listDataListener - Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
ListDataListener listening to JComboBox model
- listDataListener - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
This listener is not used
- listDataListener - Variable in class javax.swing.plaf.basic.BasicListUI
-
The data listener listening to the model.
- listen(int) - Method in class java.net.SocketImpl
-
Starts listening for connections on a socket.
- listenerList - Variable in class javax.swing.AbstractCellEditor
-
Our Swing event listeners.
- listenerList - Variable in class javax.swing.AbstractListModel
-
List of ListDataListeners called for each change to the list.
- listenerList - Variable in class javax.swing.AbstractSpinnerModel
-
Stores the listeners registered with the model.
- listenerList - Variable in class javax.swing.colorchooser.DefaultColorSelectionModel
-
The list of listeners.
- listenerList - Variable in class javax.swing.DefaultBoundedRangeModel
-
The list of the currently registered EventListeners.
- listenerList - Variable in class javax.swing.DefaultButtonModel
-
List of ItemListeners, ChangeListeners, and ActionListeners registered on
this model.
- listenerList - Variable in class javax.swing.DefaultListSelectionModel
-
The list of ListSelectionListeners subscribed to this selection model.
- listenerList - Variable in class javax.swing.DefaultSingleSelectionModel
-
listenerList
- listenerList - Variable in class javax.swing.event.EventListenerList
-
An array with all currently registered listeners.
- listenerList - Variable in class javax.swing.JComponent
-
- listenerList - Variable in class javax.swing.MenuSelectionManager
-
List of listeners for this MenuSelectionManager
- listenerList - Variable in class javax.swing.table.AbstractTableModel
-
Storage for the listeners registered with this model.
- listenerList - Variable in class javax.swing.table.DefaultTableColumnModel
-
Storage for the listeners registered with the model.
- listenerList - Variable in class javax.swing.text.AbstractDocument
-
Manages event listeners for this Document
.
- listenerList - Variable in class javax.swing.text.DefaultCaret
-
Stores all registered event listeners.
- listenerList - Variable in class javax.swing.text.StyleContext.NamedStyle
-
- listenerList - Variable in class javax.swing.Timer
-
A field to store all listeners who are listening to this timer.
- listenerList - Variable in class javax.swing.tree.DefaultTreeModel
-
listenerList
- listenerList - Variable in class javax.swing.tree.DefaultTreeSelectionModel
-
Our TreeSelectionListeners.
- ListenerNotFoundException - Exception in javax.management
-
Thrown when a requested listener does not exist.
- ListenerNotFoundException() - Constructor for exception javax.management.ListenerNotFoundException
-
Constructs a new ListenerNotFoundException
.
- ListenerNotFoundException(String) - Constructor for exception javax.management.ListenerNotFoundException
-
Constructs a new ListenerNotFoundException
with the specified message.
- listeners - Variable in class javax.swing.undo.UndoableEditSupport
-
The currently registered listeners.
- listFiles() - Method in class java.io.File
-
This method returns an array of File
objects representing
all the files in the directory represented by this object.
- listFiles(FilenameFilter) - Method in class java.io.File
-
This method returns an array of File
objects representing
all the files in the directory represented by this object.
- listFiles(FileFilter) - Method in class java.io.File
-
This method returns an array of File
objects representing
all the files in the directory represented by this object.
- listIterator() - Method in class java.util.AbstractList
-
Obtain a ListIterator over this list, starting at the beginning.
- listIterator(int) - Method in class java.util.AbstractList
-
Obtain a ListIterator over this list, starting at a given position.
- listIterator(int) - Method in class java.util.AbstractSequentialList
-
Returns a ListIterator over the list, starting from position index.
- listIterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Return a ListIterator containing the elements of this list.
- listIterator(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Return a ListIterator over the elements of this list starting at
the specified index.
- listIterator(int) - Method in class java.util.LinkedList
-
Obtain a ListIterator over this list, starting at a given index.
- listIterator() - Method in interface java.util.List
-
Obtain a ListIterator over this list, starting at the beginning.
- listIterator(int) - Method in interface java.util.List
-
Obtain a ListIterator over this list, starting at a given position.
- ListIterator<E> - Interface in java.util
-
An extended version of Iterator to support the extra features of Lists.
- ListModel - Interface in javax.swing
-
The data model that is typically used in
JList
.
- listMouseListener - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
MouseListener listening to mouse events occuring in the combo box's
list.
- listMouseMotionListener - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
MouseMotionListener listening to mouse motion events occuring in the
combo box's list
- ListPeer - Interface in java.awt.peer
-
- ListResourceBundle - Class in java.util
-
A ListResouceBundle
provides an easy way, to create your own
resource bundle.
- ListResourceBundle() - Constructor for class java.util.ListResourceBundle
-
The constructor.
- listRoots() - Static method in class java.io.File
-
This method returns an array of filesystem roots.
- ListSelectionEvent - Class in javax.swing.event
-
An event that indicates a change to a list selection, including the source
of the change (a
ListSelectionModel
) and the range of items in the
list that have potentially changed their selection status.
- ListSelectionEvent(Object, int, int, boolean) - Constructor for class javax.swing.event.ListSelectionEvent
-
Creates a new ListSelectionEvent
.
- ListSelectionListener - Interface in javax.swing.event
-
- listSelectionListener - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
This listener is not used
- listSelectionListener - Variable in class javax.swing.plaf.basic.BasicListUI
-
The selection listener listening to the selection model.
- ListSelectionModel - Interface in javax.swing
-
A model that tracks the selection status of a list of items.
- listSelectionModel - Variable in class javax.swing.tree.DefaultTreeSelectionModel
-
The current listSelectionModel.
- ListUI - Class in javax.swing.plaf
-
An abstract base class for delegates that implement the pluggable
look and feel for a JList
.
- ListUI() - Constructor for class javax.swing.plaf.ListUI
-
Constructs a new ListUI
.
- ListView - Class in javax.swing.text.html
-
A View to render HTML lists, like the <ul>
and
<ol>
tags.
- ListView(Element) - Constructor for class javax.swing.text.html.ListView
-
Creates a new ListView
for the specified element.
- listViewIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
An icon for the "list view" button.
- LITTLE_ENDIAN - Static variable in class java.nio.ByteOrder
-
Constant indicating little endian byte order.
- LIVE_DRAG_MODE - Static variable in class javax.swing.JDesktopPane
-
This specifies that when dragged, a JInternalFrame should be completely
visible.
- LOAD - Static variable in class java.awt.FileDialog
-
Indicates that the purpose of the dialog is for opening a file.
- load(String) - Method in class java.lang.Runtime
-
Load a native library using the system-dependent filename.
- load(String) - Static method in class java.lang.System
-
Load a code file using its explicit system-dependent filename.
- load() - Method in class java.nio.MappedByteBuffer
-
- load(InputStream, char[]) - Method in class java.security.KeyStore
-
Loads the keystore from the specified input stream and it
uses the specified password to check for integrity if supplied.
- load(Reader) - Method in class java.util.Properties
-
Reads a property list from a character stream.
- load(InputStream) - Method in class java.util.Properties
-
Reads a property list from the supplied input stream.
- load(Class<S>) - Static method in class java.util.ServiceLoader
-
Creates a new service loader for the given service,
using the context class loader of the current thread.
- load(Class<S>, ClassLoader) - Static method in class java.util.ServiceLoader
-
Creates a new service loader for the given service,
using the specified class loader.
- load() - Method in interface javax.management.PersistentMBean
-
- load(InputStream, Class<?>) - Method in class javax.swing.plaf.synth.SynthLookAndFeel
-
Loads a set of
SynthStyle
s that are used for the look and feel of
the components.
- LOAD_FILE - Static variable in class java.awt.Event
-
- loadAllInstruments(Soundbank) - Method in interface javax.sound.midi.Synthesizer
-
Load all soundbank instruments into this synthesizer.
- loadChildren() - Method in class javax.swing.JTree.DynamicUtilTreeNode
-
- loadChildren(ViewFactory) - Method in class javax.swing.text.AsyncBoxView
-
Loads the child views of this view.
- loadChildren(ViewFactory) - Method in class javax.swing.text.CompositeView
-
Loads the child views of this CompositeView
.
- loadChildren(ViewFactory) - Method in class javax.swing.text.FlowView
-
Loads the children of this view.
- loadChildren(ViewFactory) - Method in class javax.swing.text.html.FrameSetView
-
Loads the children and places them inside the grid.
- loadChildren(ViewFactory) - Method in class javax.swing.text.WrappedPlainView
-
Loads the children to initiate the view.
- loadChildren(ViewFactory) - Method in class javax.swing.text.ZoneView
-
Overridden to not load all the child views.
- loadClass(String) - Method in class java.lang.ClassLoader
-
Load a class using this ClassLoader or its parent, without resolving
it.
- loadClass(String, boolean) - Method in class java.lang.ClassLoader
-
Load a class using this ClassLoader or its parent, possibly resolving
it as well using resolveClass()
.
- loadClass(String) - Method in interface java.rmi.server.LoaderHandler
-
Deprecated.
- loadClass(URL, String) - Method in interface java.rmi.server.LoaderHandler
-
Deprecated.
- loadClass(String) - Static method in class java.rmi.server.RMIClassLoader
-
Deprecated.
- loadClass(String, String) - Static method in class java.rmi.server.RMIClassLoader
-
- loadClass(String, String, ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
-
- loadClass(URL, String) - Static method in class java.rmi.server.RMIClassLoader
-
Loads a class from codeBase
.
- loadClass(String, String, ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
-
- loadClass(String) - Static method in class javax.management.DefaultLoaderRepository
-
Deprecated.
Attempts to load the given class using class loaders
supplied by the repository of each
MBeanServer
.
- loadClass(String) - Method in interface javax.management.loading.ClassLoaderRepository
-
Attempts to load the given class using class loaders
supplied by the list.
- loadClass(String, String, ClassLoader) - Static method in class javax.rmi.CORBA.Util
-
Load the class.
- loadClass(String, String, ClassLoader) - Method in interface javax.rmi.CORBA.UtilDelegate
-
- loadClassBefore(ClassLoader, String) - Method in interface javax.management.loading.ClassLoaderRepository
-
Attempts to load the given class using class loaders
supplied by the list, stopping when the specified
loader is reached.
- loadClassWithout(ClassLoader, String) - Static method in class javax.management.DefaultLoaderRepository
-
Deprecated.
Attempts to load the given class using class loaders
supplied by the repository of each
MBeanServer
.
- loadClassWithout(ClassLoader, String) - Method in interface javax.management.loading.ClassLoaderRepository
-
Attempts to load the given class using class loaders
supplied by the list, excluding the one specified.
- loadedChildren - Variable in class javax.swing.JTree.DynamicUtilTreeNode
-
- LoaderHandler - Interface in java.rmi.server
-
Deprecated.
- loadFromXML(InputStream) - Method in class java.util.Properties
-
Decodes the contents of the supplied InputStream
as
an XML file, which represents a set of properties.
- loadImage(String) - Method in class java.beans.SimpleBeanInfo
-
Helper method to load an image using the Bean class
getResource() method on the BeanInfo class (using
getClass(), since you'll extend this class to get
the BeanInfo).
- loadImage(Image) - Method in class javax.swing.ImageIcon
-
Loads the image and blocks until the loading operation is finished.
- LOADING - Static variable in class java.awt.MediaTracker
-
Indicates that the media is still loading.
- loadInstalled(Class<S>) - Static method in class java.util.ServiceLoader
-
Creates a new service loader for the given service,
using the extension class loader.
- loadInstrument(Instrument) - Method in interface javax.sound.midi.Synthesizer
-
Load an instrument into this synth.
- loadInstruments(Soundbank, Patch[]) - Method in interface javax.sound.midi.Synthesizer
-
Load a subset of soundbank instruments into this synthesizer.
- 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
-
Resolves a set of bindings against a set of actions and inserts the
results into a
Keymap
.
- loadLibrary(String) - Method in class java.lang.Runtime
-
Load a native library using a system-independent "short name" for the
library.
- loadLibrary(String) - Static method in class java.lang.System
-
Load a library using its explicit system-dependent filename.
- loadProxyClass(String, String[], ClassLoader) - Static method in class java.rmi.server.RMIClassLoader
-
- loadProxyClass(String, String[], ClassLoader) - Method in class java.rmi.server.RMIClassLoaderSpi
-
- loadRules(Reader, URL) - Method in class javax.swing.text.html.StyleSheet
-
Loads a set of rules that have been specified in terms of CSS grammar.
- loadSystemColors(int[]) - Method in class java.awt.Toolkit
-
Copies the current system colors into the specified array.
- loadSystemColors(UIDefaults, String[], boolean) - Method in class javax.swing.plaf.basic.BasicLookAndFeel
-
Populates the defaults
table with the system colors.
- localControl(boolean) - Method in interface javax.sound.midi.MidiChannel
-
Set whether or not local controls are on or off.
- locale - Variable in class java.beans.beancontext.BeanContextSupport
-
- locale() - Method in class java.util.Formatter
-
Returns the locale used by this formatter.
- Locale - Class in java.util
-
Locales represent a specific country and culture.
- Locale(String, String, String) - Constructor for class java.util.Locale
-
Creates a new locale for the given language and country.
- Locale(String, String) - Constructor for class java.util.Locale
-
Creates a new locale for the given language and country.
- Locale(String) - Constructor for class java.util.Locale
-
Creates a new locale for a language.
- locale() - Method in class java.util.Scanner
-
Returns the current Locale.
- locale - Variable in class javax.imageio.ImageReader
-
The current locale used to localize warning messages, or null if
no locale has been set.
- locale - Variable in class javax.imageio.ImageWriteParam
-
Localizes compression type names and quality descriptions,
or null to use default Locale.
- locale - Variable in class javax.imageio.ImageWriter
-
The current locale used to localize warning messages, or null if
no locale has been set.
- LocaleNameProvider - Class in java.util.spi
-
A
LocaleNameProvider
provides localized
versions of the names that represent a particular
locale.
- LocaleNameProvider() - Constructor for class java.util.spi.LocaleNameProvider
-
- LocaleServiceProvider - Class in java.util.spi
-
This is the superclass of all the
Locale
service
provider interfaces or SPIs.
- LocaleServiceProvider() - Constructor for class java.util.spi.LocaleServiceProvider
-
- LocalObject - Class in org.omg.CORBA
-
An object, formally implementing the CORBA
Object
, but actually
handling all invocations locally.
- LocalObject() - Constructor for class org.omg.CORBA.LocalObject
-
- localPort - Variable in class java.net.DatagramSocketImpl
-
The local port to which this socket is bound
- localport - Variable in class java.net.SocketImpl
-
The port number the socket is bound to locally
- locate(int, int) - Method in class java.awt.Component
-
- locate(int, int) - Method in class java.awt.Container
-
- LocateRegistry - Class in java.rmi.registry
-
- location() - Method in class java.awt.Component
-
- location(int, int) - Method in class java.awt.GridBagLayout
-
- Location - Interface in javax.xml.stream
-
Information about the location of an XML event within the underlying
stream.
- location - Variable in exception javax.xml.stream.XMLStreamException
-
- LOCATION_FORWARD - Interface in org.omg.PortableInterceptor
-
A reply status flag, indicating, that the object has
moved (temporary or permanently) to another location.
- locationToIndex(Point) - Method in class javax.swing.JList
-
Returns index of the cell to which specified location is closest to.
- locationToIndex(JList, Point) - Method in class javax.swing.plaf.basic.BasicListUI
-
Computes the index of a list cell given a point within the list.
- locationToIndex(JList, Point) - Method in class javax.swing.plaf.ListUI
-
Determines the cell index which is the closest to the specified
location.
- locationToIndex(JList, Point) - Method in class javax.swing.plaf.multi.MultiListUI
-
- locator - Variable in class javax.swing.text.AsyncBoxView
-
The child locator for this view.
- Locator - Interface in org.xml.sax
-
Interface for associating a SAX event with a document location.
- Locator2 - Interface in org.xml.sax.ext
-
SAX2 extension to augment the entity information provided
though a
Locator
.
- Locator2Impl - Class in org.xml.sax.ext
-
SAX2 extension helper for holding additional Entity information,
implementing the
Locator2
interface.
- Locator2Impl() - Constructor for class org.xml.sax.ext.Locator2Impl
-
Construct a new, empty Locator2Impl object.
- Locator2Impl(Locator) - Constructor for class org.xml.sax.ext.Locator2Impl
-
Copy an existing Locator or Locator2 object.
- LocatorImpl - Class in org.xml.sax.helpers
-
Provide an optional convenience implementation of Locator.
- LocatorImpl() - Constructor for class org.xml.sax.helpers.LocatorImpl
-
Zero-argument constructor.
- LocatorImpl(Locator) - Constructor for class org.xml.sax.helpers.LocatorImpl
-
Copy constructor.
- locatorsUpdateCopy() - Method in interface java.sql.DatabaseMetaData
-
- lock - Variable in class java.io.Reader
-
This is the Object
used for synchronizing critical code
sections.
- lock - Variable in class java.io.Writer
-
This is the object used to synchronize criticial code sections for
thread safety.
- lock() - Method in class java.nio.channels.FileChannel
-
Creates a file lock for the whole associated file.
- lock(long, long, boolean) - Method in class java.nio.channels.FileChannel
-
Creates a file lock for a region of the associated file.
- lock - Variable in class java.util.prefs.AbstractPreferences
-
Object used to lock this preference node.
- LockInfo - Class in java.lang.management
-
Provides information on a lock held by a thread.
- LockInfo(String, int) - Constructor for class java.lang.management.LockInfo
-
Constructs a new
LockInfo
object with the
specified class name and identity hash code.
- log(double) - Static method in class java.lang.Math
-
Take ln(a) (the natural log).
- log(double) - Static method in class java.lang.StrictMath
-
Take ln(a) (the natural log).
- log(String) - Static method in class java.rmi.server.LogStream
-
Deprecated.
- log(LogRecord) - Method in class java.util.logging.Logger
-
Passes a record to registered handlers, provided the record
is considered as loggable both by
Logger.isLoggable(Level)
and a possibly installed custom
filter
.
- log(Level, String) - Method in class java.util.logging.Logger
-
- log(Level, String, Object) - Method in class java.util.logging.Logger
-
- log(Level, String, Object[]) - Method in class java.util.logging.Logger
-
- log(Level, String, Throwable) - Method in class java.util.logging.Logger
-
- log10(double) - Static method in class java.lang.Math
-
Returns the base 10 logarithm of the supplied value.
- log1p(double) - Static method in class java.lang.Math
-
Returns the natural logarithm resulting from the sum of the argument,
a
and 1.
- LOG_OPTION - Static variable in class javax.swing.DebugGraphics
-
LOG_OPTION
- Logger - Class in java.util.logging
-
A Logger is used for logging information about events.
- Logger(String, String) - Constructor for class java.util.logging.Logger
-
Constructs a Logger for a subsystem.
- LOGGING_MXBEAN_NAME - Static variable in class java.util.logging.LogManager
-
The object name for the logging management bean.
- LoggingMXBean - Interface in java.util.logging
-
This interface represents the management interface for logging.
- LoggingPermission - Class in java.util.logging
-
- LoggingPermission(String, String) - Constructor for class java.util.logging.LoggingPermission
-
Creates a new LoggingPermission.
- LOGICAL_STYLE_ACTION - Static variable in class javax.swing.text.html.HTMLEditorKit
-
The "logical style" action identifier, passing that style as parameter.
- login() - Method in class javax.security.auth.login.LoginContext
-
Logs a subject in, using all login modules configured for this
application.
- login() - Method in interface javax.security.auth.spi.LoginModule
-
Authenticates a subject to the system.
- LoginContext - Class in javax.security.auth.login
-
- LoginContext(String) - Constructor for class javax.security.auth.login.LoginContext
-
- LoginContext(String, CallbackHandler) - Constructor for class javax.security.auth.login.LoginContext
-
- LoginContext(String, Subject) - Constructor for class javax.security.auth.login.LoginContext
-
- LoginContext(String, Subject, CallbackHandler) - Constructor for class javax.security.auth.login.LoginContext
-
- LoginContext(String, Subject, CallbackHandler, Configuration) - Constructor for class javax.security.auth.login.LoginContext
-
- LoginException - Exception in javax.security.auth.login
-
A general exception during authentication and authorization.
- LoginException() - Constructor for exception javax.security.auth.login.LoginException
-
- LoginException(String) - Constructor for exception javax.security.auth.login.LoginException
-
- LoginModule - Interface in javax.security.auth.spi
-
The base interface for login methods in the Java Authentication and
Authorization Service (JAAS).
- LogManager - Class in java.util.logging
-
The LogManager
maintains a hierarchical namespace
of Logger objects and manages properties for configuring the logging
framework.
- LogManager() - Constructor for class java.util.logging.LogManager
-
- logout() - Method in class javax.security.auth.login.LoginContext
-
Logs a subject out, cleaning up any state that may be in memory.
- logout() - Method in interface javax.security.auth.spi.LoginModule
-
Logs a subject out.
- logp(Level, String, String, String) - Method in class java.util.logging.Logger
-
- logp(Level, String, String, String, Object) - Method in class java.util.logging.Logger
-
- logp(Level, String, String, String, Object[]) - Method in class java.util.logging.Logger
-
- logp(Level, String, String, String, Throwable) - Method in class java.util.logging.Logger
-
- logrb(Level, String, String, String, String) - Method in class java.util.logging.Logger
-
- logrb(Level, String, String, String, String, Object) - Method in class java.util.logging.Logger
-
- logrb(Level, String, String, String, String, Object[]) - Method in class java.util.logging.Logger
-
- logrb(Level, String, String, String, String, Throwable) - Method in class java.util.logging.Logger
-
- LogRecord - Class in java.util.logging
-
A LogRecord
contains the state for an individual
event to be logged.
- LogRecord(Level, String) - Constructor for class java.util.logging.LogRecord
-
Constructs a LogRecord
given a severity level and
an unlocalized message text.
- LogStream - Class in java.rmi.server
-
Deprecated.
- logStream() - Static method in class javax.swing.DebugGraphics
-
logStream
- Long - Class in java.lang
-
Instances of class Long
represent primitive
long
values.
- Long(long) - Constructor for class java.lang.Long
-
Create a Long
object representing the value of the
long
argument.
- Long(String) - Constructor for class java.lang.Long
-
Create a Long
object representing the value of the
argument after conversion to a long
.
- LONG - Static variable in class java.text.DateFormat
-
- LONG - Static variable in class java.util.Calendar
-
- LONG - Static variable in class java.util.TimeZone
-
Constant used to indicate that a long timezone name should be
returned, such as "Eastern Standard Time".
- LONG - Static variable in class javax.management.openmbean.SimpleType
-
- LONG_DESCRIPTION - Static variable in interface javax.swing.Action
-
A key to access the long description for the action.
- longBitsToDouble(long) - Static method in class java.lang.Double
-
Convert the argument in IEEE 754 floating-point "double format" bit
layout to the corresponding float.
- LongBuffer - Class in java.nio
-
- LongHolder - Class in org.omg.CORBA
-
A holder for CORBA long long
that is mapped into
java long
.
- LongHolder() - Constructor for class org.omg.CORBA.LongHolder
-
- LongHolder(long) - Constructor for class org.omg.CORBA.LongHolder
-
Constructs an instance of LongHolder,
initializing
LongHolder.value
to the given
long
.
- LongLongSeqHelper - Class in org.omg.CORBA
-
Provides static helper methods for working with
CORBA sequence of long
(LongLongSeq
).
- LongLongSeqHelper() - Constructor for class org.omg.CORBA.LongLongSeqHelper
-
- LongLongSeqHolder - Class in org.omg.CORBA
-
A sequence holder for CORBA LongLongSeq
that is mapped into
java long[]
.
- LongLongSeqHolder() - Constructor for class org.omg.CORBA.LongLongSeqHolder
-
- LongLongSeqHolder(long[]) - Constructor for class org.omg.CORBA.LongLongSeqHolder
-
- LongSeqHelper - Class in org.omg.CORBA
-
Provides static helper methods for working with
CORBA sequence of int
(LongSeq
).
- LongSeqHelper() - Constructor for class org.omg.CORBA.LongSeqHelper
-
- LongSeqHolder - Class in org.omg.CORBA
-
A sequence holder for CORBA LongSeq
that is mapped into
java int[]
.
- LongSeqHolder() - Constructor for class org.omg.CORBA.LongSeqHolder
-
- LongSeqHolder(int[]) - Constructor for class org.omg.CORBA.LongSeqHolder
-
- longValue() - Method in class java.lang.Byte
-
Return the value of this Byte
as a long
.
- longValue() - Method in class java.lang.Double
-
Return the value of this Double
as a long
.
- longValue() - Method in class java.lang.Float
-
Return the value of this Integer
as a long
.
- longValue() - Method in class java.lang.Integer
-
Return the value of this Integer
as a long
.
- longValue() - Method in class java.lang.Long
-
Return the value of this Long
.
- longValue() - Method in class java.lang.Number
-
Return the value of this Number
as a long
.
- longValue() - Method in class java.lang.Short
-
Return the value of this Short
as a long
.
- longValue() - Method in class java.math.BigDecimal
-
- longValue() - Method in class java.math.BigInteger
-
- longValueExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to a long value.
- LONGVARBINARY - Static variable in class java.sql.Types
-
- LONGVARCHAR - Static variable in class java.sql.Types
-
- LookAndFeel - Class in javax.swing
-
A look-and-feel controls most aspects of the appearance and
operation of user interface components in javax.swing
.
- LookAndFeel() - Constructor for class javax.swing.LookAndFeel
-
- lookingAt() - Method in class java.util.regex.Matcher
-
- lookup(Class<?>) - Static method in class java.io.ObjectStreamClass
-
Returns the ObjectStreamClass
for cl
.
- lookup(String) - Static method in class java.rmi.Naming
-
Looks for the remote object that is associated with the named service.
- lookup(String) - Method in interface java.rmi.registry.Registry
-
Find and return the reference to the object that was previously bound
to the registry by this name.
- lookup(Name) - Method in interface javax.naming.Context
-
Gets the previously named object by name.
- lookup(String) - Method in interface javax.naming.Context
-
Gets the previously named object by name.
- lookup(Name) - Method in class javax.naming.InitialContext
-
- lookup(String) - Method in class javax.naming.InitialContext
-
- lookup_value_factory(String) - Method in class org.omg.CORBA_2_3.ORB
-
This should find a suitable value factory to create an instance
of the value type when is being read (unmarshaled) from the
stream.
- lookupConstraints(Component) - Method in class java.awt.GridBagLayout
-
- lookupDefaultPrintService() - Static method in class javax.print.PrintServiceLookup
-
Searches the default print service in the current environment.
- lookupLink(Name) - Method in interface javax.naming.Context
-
Retrieves the named object, not following the link of the terminal atomic
component of the name.
- lookupLink(String) - Method in interface javax.naming.Context
-
Retrieves the named object, not following the link of the terminal atomic
component of the name.
- lookupLink(Name) - Method in class javax.naming.InitialContext
-
- lookupLink(String) - Method in class javax.naming.InitialContext
-
- lookupMultiDocPrintServices(DocFlavor[], AttributeSet) - Static method in class javax.print.PrintServiceLookup
-
Searches print services capable of multi document printing in all of the
given document flavors and supporting the specified printing attributes.
- lookupNamespaceURI(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- lookupNamespaceURI(String) - Method in interface org.w3c.dom.Node
-
Look up the namespace URI associated to the given prefix, starting from
this node.
- lookupNamespaceURI(String) - Method in interface org.w3c.dom.xpath.XPathNSResolver
-
Look up the namespace URI associated to the given namespace prefix.
- LookupOp - Class in java.awt.image
-
LookupOp is a filter that converts each pixel using a lookup table.
- LookupOp(LookupTable, RenderingHints) - Constructor for class java.awt.image.LookupOp
-
Construct a new LookupOp using the given LookupTable.
- lookupPixel(int[], int[]) - Method in class java.awt.image.ByteLookupTable
-
Return translated values for a pixel.
- lookupPixel(byte[], byte[]) - Method in class java.awt.image.ByteLookupTable
-
Return translated values for a pixel.
- lookupPixel(int[], int[]) - Method in class java.awt.image.LookupTable
-
Return translated values for a pixel.
- lookupPixel(int[], int[]) - Method in class java.awt.image.ShortLookupTable
-
Return translated values for a pixel.
- lookupPixel(short[], short[]) - Method in class java.awt.image.ShortLookupTable
-
Return translated values for a pixel.
- lookupPrefix(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- lookupPrefix(String) - Method in interface org.w3c.dom.Node
-
Look up the prefix associated to the given namespace URI, starting from
this node.
- lookupPrintServices() - Static method in class java.awt.print.PrinterJob
-
Find and return 2D image print services.
- lookupPrintServices(DocFlavor, AttributeSet) - Static method in class javax.print.PrintServiceLookup
-
Searches print services capable of printing in the given document flavor
which supports the specified printing attributes.
- lookupProviders(Class<T>, ClassLoader) - Static method in class javax.imageio.spi.ServiceRegistry
-
Finds service providers that are implementing the specified
Service Provider Interface.
- lookupProviders(Class<T>) - Static method in class javax.imageio.spi.ServiceRegistry
-
Finds service providers that are implementing the specified
Service Provider Interface, using the context class loader
for loading providers.
- lookupStreamPrintServiceFactories(DocFlavor, String) - Static method in class javax.print.StreamPrintServiceFactory
-
Searches for matching factories providing stream print services that
support the printing of documents with the given document flavor into
the given output mime type.
- lookupStreamPrintServices(String) - Static method in class java.awt.print.PrinterJob
-
Find and return 2D image stream print services.
- LookupTable - Class in java.awt.image
-
LookupTable represents translation arrays for pixel values.
- LookupTable(int, int) - Constructor for class java.awt.image.LookupTable
-
Creates a new LookupTable
instance.
- loop() - Method in interface java.applet.AudioClip
-
Plays this audio clip in a continuous loop.
- loop(int) - Method in interface javax.sound.sampled.Clip
-
Start looping the clip.
- LOOP_CONTINUOUSLY - Static variable in interface javax.sound.sampled.Clip
-
This can be passed to
Clip.loop(int)
to indicate that looping
should be done continuously.
- LOST_FOCUS - Static variable in class java.awt.Event
-
- lostFocus(Event, Object) - Method in class java.awt.Component
-
- lostOwnership(Clipboard, Transferable) - Method in interface java.awt.datatransfer.ClipboardOwner
-
This method is called to notify this object that it no longer
has ownership of the specified Clipboard
.
- lostOwnership(Clipboard, Transferable) - Method in class java.awt.datatransfer.StringSelection
-
Called when ownership of the clipboard object is lost.
- LOW_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
-
Low Surrogates.
0xDC00 - 0xDFFF.
- lower(T) - Method in class java.util.TreeSet
-
Returns the greatest or highest element in the set strictly less
than the given element, or null
if there is
no such element.
- LOWER_LEADING_CORNER - Static variable in interface javax.swing.ScrollPaneConstants
-
LOWER_LEADING_CORNER
- LOWER_LEFT_CORNER - Static variable in interface javax.swing.ScrollPaneConstants
-
LOWER_LEFT_CORNER
- LOWER_RIGHT_CORNER - Static variable in interface javax.swing.ScrollPaneConstants
-
LOWER_RIGHT_CORNER
- LOWER_TRAILING_CORNER - Static variable in interface javax.swing.ScrollPaneConstants
-
LOWER_TRAILING_CORNER
- LOWERCASE_LETTER - Static variable in class java.lang.Character
-
Ll = Letter, Lowercase (Informative).
- lowerCaseMode(boolean) - Method in class java.io.StreamTokenizer
-
This method sets a flag that indicates whether or not alphabetic
tokens that are returned should be converted to lower case.
- LOWERED - Static variable in class javax.swing.border.BevelBorder
-
Indicates that the BevelBorder looks like if the enclosed area was
pressed into the screen.
- LOWERED - Static variable in class javax.swing.border.EtchedBorder
-
Indicates that the border appears as engraved into the
background.
- lowerEntry(K) - Method in class java.util.TreeMap
-
Returns the entry associated with the greatest or highest key
that is strictly less than the specified key, or
null
if there is no such key.
- lowerKey(K) - Method in class java.util.TreeMap
-
Returns the the greatest or highest key that is strictly
less than the specified key, or null
if
there is no such key.
- lowerLeft - Variable in class javax.swing.JScrollPane
-
- lowerLeft - Variable in class javax.swing.ScrollPaneLayout
-
- lowerRight - Variable in class javax.swing.JScrollPane
-
- lowerRight - Variable in class javax.swing.ScrollPaneLayout
-
- lowestLayer() - Method in class javax.swing.JLayeredPane
-
Return the least layer number currently in use, in this container.
- lowestOneBit(int) - Static method in class java.lang.Integer
-
Find the lowest set bit in value, and return a new value
with only that bit set.
- lowestOneBit(long) - Static method in class java.lang.Long
-
Find the lowest set bit in value, and return a new value
with only that bit set.
- LOWSRC - Static variable in class javax.swing.text.html.HTML.Attribute
-
The lowsrc attribute
- LSException - Exception in org.w3c.dom.ls
-
Parser or write operations may throw an LSException
if the
processing is stopped.
- LSException(short, String) - Constructor for exception org.w3c.dom.ls.LSException
-
- LSInput - Interface in org.w3c.dom.ls
-
This interface represents an input source for data.
- LSLoadEvent - Interface in org.w3c.dom.ls
-
This interface represents a load event object that signals the completion
of a document load.
- LSOutput - Interface in org.w3c.dom.ls
-
This interface represents an output destination for data.
- LSParser - Interface in org.w3c.dom.ls
-
An interface to an object that is able to build, or augment, a DOM tree
from various input sources.
- LSParserFilter - Interface in org.w3c.dom.ls
-
LSParserFilter
s provide applications the ability to examine
nodes as they are being constructed while parsing.
- LSProgressEvent - Interface in org.w3c.dom.ls
-
This interface represents a progress event object that notifies the
application about progress as a document is parsed.
- LSResourceResolver - Interface in org.w3c.dom.ls
-
LSResourceResolver
provides a way for applications to
redirect references to external resources.
- LSSerializer - Interface in org.w3c.dom.ls
-
A LSSerializer
provides an API for serializing (writing) a
DOM document out into XML.
- LSSerializerFilter - Interface in org.w3c.dom.ls
-
LSSerializerFilter
s provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not.
- LT - Static variable in class javax.management.Query
-
A code representing the {@link #lt(ValueExp, ValueExp)
query to be used in serialization.
- lt(ValueExp, ValueExp) - Static method in class javax.management.Query
-
Returns a query expression which evaluates to the result of
comparing v1
to v2
to see if
v1
is less than v2
.
- lt(File, File) - Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
Less than, determine the relative order in the list of two files
for sorting purposes.