Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS
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. Static variable in class java.awt.accessibility.AccessibleRole
An object used to present an icon or short string in an interface.
LANDSCAPE. Static variable in class java.awt.print.PageFormat
These orientation constants can be passed to setOrientation().
LANGUAGE. Static variable in class java.awt.font.TextAttributeSet
Constant for the attribute "language".
LANGUAGE. Static variable in interface java.text.AttributedCharacterIterator
Constant for the attribute "language".
LAO. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
LARGE_MODEL_PROPERTY. Static variable in class java.awt.swing.JTree
Bound property name for largeModel.
LAST_DIVIDER_LOCATION_PROPERTY. Static variable in class java.awt.swing.JSplitPane
Bound property for lastLocation.
LATIN. Static variable in class java.lang.Character.Subset
Constant for all Latin characters, including the characters in the BASIC_LATIN, LATIN_1_SUPPLEMENT, LATIN_EXTENDED_A, LATIN_EXTENDED_B character blocks.
LATIN_1_SUPPLEMENT. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
LATIN_DIGITS. Static variable in class java.lang.Character.Subset
Constant for the digits included in the BASIC_LATIN character block.
LATIN_EXTENDED_A. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_ADDITIONAL. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
LATIN_EXTENDED_B. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
LAYERED_PANE. Static variable in class java.awt.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 java.awt.swing.JInternalFrame
Bound property name.
LAYER_PROPERTY. Static variable in class java.awt.swing.JLayeredPane
LEADING. Static variable in class java.awt.font.TextHitInfo
LEAD_DOTS. Static variable in class java.awt.swing.text.TabStop
LEAD_EQUALS. Static variable in class java.awt.swing.text.TabStop
LEAD_HYPHENS. Static variable in class java.awt.swing.text.TabStop
LEAD_NONE. Static variable in class java.awt.swing.text.TabStop
LEAD_THICKLINE. Static variable in class java.awt.swing.text.TabStop
LEAD_UNDERLINE. Static variable in class java.awt.swing.text.TabStop
LEFT. Static variable in class java.awt.Event
The Left Arrow key, a non-ASCII action key.
LEFT. Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be left-justified.
LEFT. Static variable in class java.awt.Label
Indicates that the label should be left justified.
LEFT. Static variable in interface java.awt.swing.SwingConstants
LEFT. Static variable in class java.awt.swing.JSplitPane
Used to add a Component to go on the left side of the other Component.
LEFT. Static variable in class java.awt.swing.border.TitledBorder
LEFT_ALIGNMENT. Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
LEFT_TO_RIGHT. Static variable in class java.awt.font.GlyphSet
An argument to setDirection indicating LEFT_TO_RIGHT glyphs.
LETTERLIKE_SYMBOLS. Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
LETTER_NUMBER. Static variable in class java.lang.Character
LIGATURE. Static variable in class java.awt.font.GlyphMetrics
This code indicates a glyph that represents multiple characters as a ligature, for example 'fi' or 'ffi'.
LINE_SEPARATOR. Static variable in class java.lang.Character
LIST. Static variable in class java.awt.accessibility.AccessibleRole
An object that presents a list of objects to 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_SELECT. Static variable in class java.awt.Event
An item in a list has been selected.
LOAD. Static variable in class java.awt.FileDialog
This constant value indicates that the purpose of the file dialog window is to locate a file from which to read.
LOADING. Static variable in class java.awt.MediaTracker
Flag indicating some media is currently being loaded.
LOAD_FILE. Static variable in class java.awt.Event
A file loading event.
LOGICAL_FIRST. Static variable in interface java.awt.accessibility.AccessibleLayout
Constant used to locate the first logical object in the container.
LOGICAL_LAST. Static variable in interface java.awt.accessibility.AccessibleLayout
Constant used to locate the last logical object in the container.
LOGICAL_NEXT. Static variable in interface java.awt.accessibility.AccessibleLayout
Constant used to locate the object logically next of the object passed in.
LOGICAL_PREVIOUS. Static variable in interface java.awt.accessibility.AccessibleLayout
Constant used to locate the object logically previous of the object passed in.
LOGICAL_STYLE_ACTION. Static variable in class java.awt.swing.text.html.HTMLEditorKit
The logical style choice action identifier The logical style is passed in as an argument
LOG_OPTION. Static variable in class java.awt.swing.DebugGraphics
Log graphics operations.
LONG. Static variable in class java.text.DateFormat
Constant for long style pattern.
LONGVARBINARY. Static variable in class java.sql.Types
LONGVARCHAR. Static variable in class java.sql.Types
LONG_DATA. Static variable in class java.awt.image.DataBuffer
Tag for long data.
LONG_DESCRIPTION. Static variable in interface java.awt.swing.Action
LOST_FOCUS. Static variable in class java.awt.Event
A component lost the focus.
LOWERCASE_LETTER. Static variable in class java.lang.Character
LOWERED. Static variable in class java.awt.swing.border.BevelBorder
Lowered bevel type.
LOWERED. Static variable in class java.awt.swing.border.EtchedBorder
Lowered etched type.
LOWER_LEFT_CORNER. Static variable in interface java.awt.swing.ScrollPaneConstants
LOWER_RIGHT_CORNER. Static variable in interface java.awt.swing.ScrollPaneConstants
Label class java.awt.Label.
A Label object is a component for placing text in a container.
Label(). Constructor for class java.awt.Label
Constructs an empty label.
Label(String). Constructor for class java.awt.Label
Constructs a new label with the specified string of text, left justified.
Label(String, int). Constructor for class java.awt.Label
Constructs a new label that presents the specified string of text with the specified alignment.
LabelView class java.awt.swing.text.LabelView.
Styled chunk of text that represents a view mapped over an element in the text model.
LabelView(Element). Constructor for class java.awt.swing.text.LabelView
Constructs a new view wrapped on an element.
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.
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.
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.
LeftIndent. Static variable in class java.awt.swing.text.StyleConstants
The amount to indent the left side of the paragraph.
LeftIndent. Static variable in class java.awt.swing.text.StyleConstants.ParagraphConstants
The amount to indent the left side of the paragraph.
Line2D class java.awt.geom.Line2D.
A line segment in (x, y) coordinate space.
Line2D(). Constructor for class java.awt.geom.Line2D
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 Line from the specified coordinates.
Line2D.Double(Point2D, Point2D). Constructor for class java.awt.geom.Line2D.Double
Constructs and initializes a Line from the specified Points.
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 Line from the specified Points.
LineBorder class java.awt.swing.border.LineBorder.
A class which implements a line border of arbitrary thickness and of a single color.
LineBorder(Color). Constructor for class java.awt.swing.border.LineBorder
Creates a line border with the specified color and a thickness = 1.
LineBorder(Color, int). Constructor for class java.awt.swing.border.LineBorder
Creates a line border with the specified color and thickness.
LineBreakMeasurer class java.awt.font.LineBreakMeasurer.
LineBreakMeasurer allows styled text to be broken into lines (or segments) which fit within a given visual advance.
LineBreakMeasurer(AttributedCharacterIterator). Constructor for class java.awt.font.LineBreakMeasurer
Construct a LineBreakMeasurer for the given text.
LineBreakMeasurer(AttributedCharacterIterator, BreakIterator). Constructor for class java.awt.font.LineBreakMeasurer
LineNumberInputStream class java.io.LineNumberInputStream.
This class is an input stream filter that provides the added functionality of keeping track of the current line number.
LineNumberInputStream(InputStream). Constructor for class java.io.LineNumberInputStream
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.
LineSpacing. Static variable in class java.awt.swing.text.StyleConstants
The amount of space between lines of the paragraph.
LineSpacing. Static variable in class java.awt.swing.text.StyleConstants.ParagraphConstants
The amount of space between lines of the paragraph.
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 Linked List.
LinkedList(Collection). Constructor for class java.util.LinkedList
Constructs a LinkedList containing the elements of the specified Collection, in the order they are returned by the Collection's iterator.
List interface java.util.List.
An ordered Collection (also known as a sequence).
List class java.awt.List.
The List component presents the user with a scrolling list of text items.
List(). Constructor for class java.awt.List
Creates a new scrolling list.
List(int). Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines.
List(int, boolean). Constructor for class java.awt.List
Creates a new scrolling list initialized to display the specified number of rows.
ListCellRenderer interface java.awt.swing.ListCellRenderer.
Components that are to be used as "rubber stamps" to paint the cells in a JList, must implement this interface.
ListDataEvent class java.awt.swing.event.ListDataEvent.
ListDataEvent

Warning: serialized objects of this class will not be compatible with future swing releases.

ListDataEvent(Object, int, int, int). Constructor for class java.awt.swing.event.ListDataEvent
ListDataListener interface java.awt.swing.event.ListDataListener.
ListDataListener
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.
ListModel interface java.awt.swing.ListModel.
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
ListSelectionEvent class java.awt.swing.event.ListSelectionEvent.
An event that characterizes a change in the current selection.
ListSelectionEvent(Object, int, int, boolean). Constructor for class java.awt.swing.event.ListSelectionEvent
Represents a change in selection status between firstIndex and lastIndex inclusive (firstIndex is less than or equal to lastIndex).
ListSelectionListener interface java.awt.swing.event.ListSelectionListener.
The listener that's notified when a lists selection value changes.
ListSelectionModel interface java.awt.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.
LoaderHandler interface java.rmi.server.LoaderHandler.
Locale class java.util.Locale.
A Locale object represents a specific geographical, political, or cultural region.
Locale(String, String, String). Constructor for class java.util.Locale
Construct a locale from language, country, variant.
Locale(String, String). Constructor for class java.util.Locale
Construct a locale from language, country.
LocateRegistry class java.rmi.registry.LocateRegistry.
This class is used to obtain the bootstrap Registry on a particular host (including your local host).
LogStream class java.rmi.server.LogStream.
LogStream presents a mechanism for logging errors that are of possible interest to those monitoring the system.
Long class java.lang.Long.
The Long class wraps a value of the primitive type long in an object.
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.
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.
LookAndFeel class java.awt.swing.LookAndFeel.
Completely characterizes a look and feel from the point of view of the pluggable look and feel components.
LookupOp class java.awt.image.LookupOp.
This class implements a lookup operation from the source to the destination.
LookupOp(LookupTable). Constructor for class java.awt.image.LookupOp
Constructs a LookupOp object given 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
Creates a new LookupTable from the number of components and an offset into the lookup table.
label. Variable in class org.omg.CORBA.UnionMember
labelFor. Variable in class java.awt.swing.JLabel
--- Accessibility Support ---
largeModel. Variable in class java.awt.swing.JTree
Is this tree a large model? This is a code-optimization setting.
last(). Method in class java.util.TreeSet
Returns the last (highest) element currently in this TreeSet.
last(). Method in interface java.util.SortedSet
Returns the last (highest) element currently in this SortedSet.
last(Container). Method in class java.awt.CardLayout
Flips to the last card of the container.
last(). Method in class java.awt.font.StyledStringIterator
Sets the position to getEndIndex() - 1 and returns the character at that position.
last(). Method in interface java.sql.ResultSet
JDBC 2.0

Moves to the last row in the result set.

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.
lastDividerLocation. Variable in class java.awt.swing.JSplitPane
Previous location of the split pane.
lastEdit(). Method in class java.awt.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 java.awt.swing.DefaultListModel
lastIndexOf(int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String). Method in class java.lang.String
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
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, int). Method in class java.util.AbstractList
Returns the index in this List of the last occurence of the specified element at or before the specified position, 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, int). Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(Object). Method in interface java.util.List
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, int). Method in interface java.util.List
Returns the index in this List of the last occurrence of the specified element at or before the specified position, or -1 if the List does not contain this element.
lastIndexOf(Object). Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified object in this ArrayList.
lastIndexOf(Object, int). Method in class java.util.ArrayList
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(Object). Method in class java.awt.swing.DefaultListModel
lastIndexOf(Object, int). Method in class java.awt.swing.DefaultListModel
lastKey(). Method in class java.util.TreeMap
Returns the last (highest) key currently in this SortedMap.
lastKey(). Method in interface java.util.SortedMap
Returns the last (highest) key currently in this SortedMap.
lastModified(). Method in class java.io.File
Returns the time that the file represented by this File object was last modified.
lastPageFirst(). Method in class java.awt.PrintJob
Returns true if the last page will be printed first.
lastPaintPosition. Variable in class java.awt.swing.JViewport
The last viewPosition that we've painted, so we know how much of the backing store image is valid.
lastRow. Variable in class java.awt.swing.event.TableModelEvent
layeredPane. Variable in class java.awt.swing.JRootPane
layout(). Method in class java.awt.Component
layout(). Method in class java.awt.Container
layout(). Method in class java.awt.ScrollPane
layout(int, int). Method in class java.awt.swing.text.BoxView
Performs layout of the children.
layout(int, int). Method in class java.awt.swing.text.ParagraphView
Lays out the children.
layout(int, int). Method in class java.awt.swing.text.TableView
Performs layout of the children.
layoutCompoundLabel(FontMetrics, String, Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int). Static method in class java.awt.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 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 java.awt.BorderLayout
Lays out the container argument using this border layout.
layoutContainer(Container). Method in class java.awt.swing.OverlayLayout
layoutContainer(Container). Method in class java.awt.swing.ViewportLayout
layoutContainer(Container). Method in class java.awt.swing.ScrollPaneLayout
Layout the scrollpane according to the following constraints:
layoutContainer(Container). Method in class java.awt.swing.BoxLayout
Called by the AWT when the specified container needs to be laid out.
layoutContainer(Container). Method in class java.awt.swing.JRootPane.RootLayout
layoutInfo. Variable in class java.awt.GridBagLayout
lazilyLoadDesktopProperty(String). Method in class java.awt.Toolkit
an opportunity to lazily evaluate desktop property values.
leadAnchorNotificationEnabled. Variable in class java.awt.swing.DefaultListSelectionModel
leadIndex. Variable in class java.awt.swing.tree.DefaultTreeSelectionModel
Index of the lead path in selection.
leadPath. Variable in class java.awt.swing.tree.DefaultTreeSelectionModel
Last path that was added.
leadRow. Variable in class java.awt.swing.tree.DefaultTreeSelectionModel
Lead row.
leading(int). Static method in class java.awt.font.TextHitInfo
Create a hit on the leading edge of the character at charIndex.
leave(InetAddress). Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(InetAddress). Method in class java.net.MulticastSocket
Leave a multicast group.
left. Variable in class java.awt.Insets
The inset from the left.
left. Variable in class java.awt.swing.border.EmptyBorder
leftComponent. Variable in class java.awt.swing.JSplitPane
The left or top component.
len. Variable in class java.util.zip.InflaterInputStream
Length of input buffer.
length(). Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
length(). Method in class java.lang.String
Returns the length of this string.
length(). Method in class java.io.RandomAccessFile
Returns the length of this file.
length(). Method in class java.io.File
Returns the length of the file represented by this File object.
length. Variable in class java.io.OptionalDataException
The number of bytes of primitive data available to be read in the current buffer.
length(). Method in class java.awt.font.StyledString
Returns the length of this styled string.
length(). Method in interface java.awt.swing.text.AbstractDocument.Content
Current length of the sequence of character content.
length(). Method in class java.awt.swing.text.StringContent
Returns the length of the content.
length(). Method in interface java.sql.ClobLocator
The length of the Character Large Object in characters.
length(). Method in interface java.sql.BlobLocator
The length of the Binary Large Object in bytes.
length(). Method in interface org.omg.CORBA.ArrayDef
length(int). Method in interface org.omg.CORBA.ArrayDef
length(). Method in class org.omg.CORBA.TypeCode
Returns the number of elements in the type described by this TypeCode object.
lengths_ac_chrominance. Static variable in class java.awt.image.codec.JPEGHuffmanTable
Standard Huffman table ( JPEG standard section K.3 )
lengths_ac_luminance. Static variable in class java.awt.image.codec.JPEGHuffmanTable
Standard Huffman table ( JPEG standard section K.3 )
lengths_dc_chrominance. Static variable in class java.awt.image.codec.JPEGHuffmanTable
Standard Huffman table ( JPEG standard section K.3 )
lengths_dc_luminance. Static variable in class java.awt.image.codec.JPEGHuffmanTable
Standard Huffman table ( JPEG standard section K.3 )
lightGray. Static variable in class java.awt.Color
The color light gray.
lightWeightPopupEnabled. Variable in class java.awt.swing.JComboBox
lineColor. Variable in class java.awt.swing.border.LineBorder
lineLimitAttribute. Static variable in class java.awt.swing.text.PlainDocument
Name of the attribute that specifies the maximum length of a line, if there is a maximum length.
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.
lineno(). Method in class java.io.StreamTokenizer
Return the current line number.
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).
list(). Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
list(PrintStream). Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintWriter). Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(). Method in class java.io.File
Returns a list of the files in the directory specified by this File object.
list(FilenameFilter). Method in class java.io.File
Returns a list of the files in the directory specified by this File that satisfy the specified filter.
list(). Method in class java.awt.Component
Prints a listing of this component to the standard system output stream System.out.
list(PrintStream). Method in class java.awt.Component
Prints a listing of this component to the specified output stream.
list(PrintStream, int). Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print stream.
list(PrintWriter). Method in class java.awt.Component
Prints a listing to the specified print writer.
list(PrintWriter, int). Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print writer.
list(PrintStream, int). Method in class java.awt.Container
Prints a listing of this container to the specified output stream.
list(PrintWriter, int). Method in class java.awt.Container
Prints out a list, starting at the specified indention, to the specified print writer.
list(String). Static method in class java.rmi.Naming
Returns an array of strings of the URLs in the registry.
list(). Method in interface java.rmi.registry.Registry
Returns an array of the names in the registry.
list(int, BindingListHolder, BindingIteratorHolder). Method in interface org.omg.CosNaming.NamingContext
listIterator(). Method in class java.util.AbstractList
Returns an Iterator of the elements in this List (in proper sequence).
listIterator(int). Method in class java.util.AbstractList
Returns a ListIterator 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 ListIterator over the elements in this List (in proper sequence).
listIterator(int). Method in class java.util.LinkedList
Returns a ListIterator of the elements in this List (in proper sequence), starting at the specified position in the list.
listIterator(). Method in interface java.util.List
Returns a ListIterator of the elements in this List (in proper sequence).
listIterator(int). Method in interface java.util.List
Returns a ListIterator of the elements in this List (in proper sequence), starting at the specified position in the List.
listSelectionModel. Variable in class java.awt.swing.tree.DefaultTreeSelectionModel
Handles maintaining the list selection model.
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".
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 java.awt.swing.AbstractListModel
listenerList. Variable in class java.awt.swing.DefaultCellEditor
Event listeners
listenerList. Variable in class java.awt.swing.JComponent
listenerList. Variable in class java.awt.swing.DefaultButtonModel
listenerList. Variable in class java.awt.swing.DefaultListSelectionModel
listenerList. Variable in class java.awt.swing.Timer
listenerList. Variable in class java.awt.swing.DefaultSingleSelectionModel
listenerList. Variable in class java.awt.swing.DefaultBoundedRangeModel
listenerList. Variable in class java.awt.swing.text.AbstractDocument
The event listener list for the document.
listenerList. Variable in class java.awt.swing.text.DefaultCaret
The event listener list.
listenerList. Variable in class java.awt.swing.text.StyleContext.NamedStyle
The change listeners for the model.
listenerList. Variable in class java.awt.swing.event.EventListenerList
listenerList. Variable in class java.awt.swing.table.DefaultTableColumnModel
List of TableColumnModelListener
listenerList. Variable in class java.awt.swing.table.AbstractTableModel
List of listeners
listenerList. Variable in class java.awt.swing.tree.DefaultTreeSelectionModel
Event listener list.
listenerList. Variable in class java.awt.swing.tree.DefaultTreeModel
Listeners.
listeners. Variable in class java.awt.swing.undo.UndoableEditSupport
load(String). Static method in class java.lang.System
Loads the specified filename as a dynamic library.
load(String). Method in class java.lang.Runtime
Loads the specified filename as a dynamic library.
load(InputStream). Method in class java.util.Properties
Reads a property list (key and element pairs) from the input stream.
load(InputStream, String). Method in class java.security.KeyStore
Loads the keystore from an input stream.
loadChildren(). Method in class java.awt.swing.JTree.DynamicUtilTreeNode
Loads the children based on childValue.
loadChildren(ViewFactory). Method in class java.awt.swing.text.CompositeView
Loads all of the children to initialize the view.
loadChildren(ViewFactory). Method in class java.awt.swing.text.ParagraphView
Loads all of the children to initialize the view.
loadChildren(ViewFactory). Method in class java.awt.swing.text.WrappedPlainView
Loads all of the children to initialize the view.
loadChildren(ViewFactory). Method in class java.awt.swing.text.TableView
Loads all of the children to initialize the view.
loadChildren(ViewFactory). Method in class java.awt.swing.text.TableView.TableRow
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, boolean). Method in class java.lang.ClassLoader
Loads the class with the specified name.
loadClass(String). Method in interface java.rmi.server.LoaderHandler
Load class using java.rmi.server.codebase property.
loadClass(URL, String). Method in interface java.rmi.server.LoaderHandler
Load class from codebase URL specified.
loadClass(String). Static method in class java.rmi.server.RMIClassLoader
Load a class from the URL specified in the java.rmi.server.codebase property.
loadClass(URL, String). Static method in class java.rmi.server.RMIClassLoader
Load a class from a URL.
loadImage(Image). Method in class java.awt.swing.ImageIcon
Wait for the image to load
loadImage(String). Method in class java.beans.SimpleBeanInfo
This is a utility method to help in loading icon images.
loadKeymap(Keymap, JTextComponent.KeyBinding[], Action[]). Static method in class java.awt.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.
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.
loadedChildren. Variable in class java.awt.swing.JTree.DynamicUtilTreeNode
localPort. Variable in class java.net.DatagramSocketImpl
locale. Variable in class java.beans.beancontext.BeanContextSupport
localport. Variable in class java.net.SocketImpl
The local port number to which this socket is connected.
locate(int, int). Method in class java.awt.Component
locate(int, int). Method in class java.awt.Container
locate(Component, int). Method in interface java.awt.accessibility.AccessibleLayout
Determine the object in the given relative direction from the Component passed in.
locate(Point, int). Method in interface java.awt.accessibility.AccessibleLayout
Determine the object in the given relative direction from the Point passed in.
locate(int). Method in interface java.awt.accessibility.AccessibleLayout
Determine the first or last object in the Container.
location(). Method in class java.awt.Component
location(int, int). Method in class java.awt.GridBagLayout
Determines which cell in the layout grid contains the point specified by (x, y).
locationToIndex(Point). Method in class java.awt.swing.JList
Convert a point in JList coordinates to the index of the cell at that location.
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(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
Return the LogStream identified by the given name.
log(String). Method in interface javax.servlet.ServletContext
Writes the given message string to the servlet log file.
log(Exception, String). Method in interface javax.servlet.ServletContext
Write the stacktrace and the given message string to the servlet log file.
log(String). Method in class javax.servlet.GenericServlet
Writes the class name of the servlet and the given message to the servlet log file.
logStream(). Static method in class java.awt.swing.DebugGraphics
Returns the stream to which the DebugGraphics logs drawing operations.
longBitsToDouble(long). Static method in class java.lang.Double
Returns the double-float corresponding to a given bit represention.
longValue(). Method in class java.lang.Number
Returns the value of the specified number 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.lang.Float
Returns the long value of this Float (by casting to a long).
longValue(). Method in class java.lang.Long
Returns the value of this Long 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.Integer
Returns the value of this Integer as a long.
longValue(). Method in class java.lang.Short
Returns the value of this Short as a long.
longValue(). Method in class java.math.BigInteger
Converts this number to a long.
longValue(). Method in class java.math.BigDecimal
Converts this number to a long.
lookup(Class). Static method in class java.io.ObjectStreamClass
Find the descriptor for a class that can be serialized.
lookup(String). Static method in class java.rmi.Naming
Returns the remote object for the URL.
lookup(String). Method in interface java.rmi.registry.Registry
Returns the remote object associated with the specified name in the registry.
lookup(String). Method in interface org.omg.CORBA.Container
lookupConstraints(Component). Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
lookupPixel(int[], int[]). Method in class java.awt.image.LookupTable
Returns an array of components for one pixel.
lookupPixel(int[], int[]). Method in class java.awt.image.ByteLookupTable
Returns an array of components of a pixel, translated with the lookup table.
lookupPixel(byte[], byte[]). Method in class java.awt.image.ByteLookupTable
Returns an array of components of a pixel, translated with the lookup table.
lookupPixel(int[], int[]). Method in class java.awt.image.ShortLookupTable
Returns an array of components of a pixel, translated with the lookup table.
lookupPixel(short[], short[]). Method in class java.awt.image.ShortLookupTable
Returns an array of components of a pixel, translated with the lookup table.
lookup_id(String). Method in interface org.omg.CORBA.Repository
lookup_name(String, int, DefinitionKind, boolean). Method in interface org.omg.CORBA.Container
loop(). Method in interface java.applet.AudioClip
Starts playing this audio clip in a loop.
lostFocus(Event, Object). Method in class java.awt.Component
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.
lowerCaseMode(boolean). Method in class java.io.StreamTokenizer
Determines whether or not word token are automatically lowercased.
lowerLeft. Variable in class java.awt.swing.ScrollPaneLayout
lowerRight. Variable in class java.awt.swing.ScrollPaneLayout
lowestLayer(). Method in class java.awt.swing.JLayeredPane
Returns the lowest layer value from all current children.

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 _
Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.