Index of all Fields and Methods Packages Classes   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(). 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.
Label(String, int). Constructor for class java.awt.Label
Constructs a new label with the specified String of text and the specified alignment.
last(Container). Method in class java.awt.CardLayout
Flips to the last card of the specified container.
lastElement(). Method in class java.util.Vector
Returns the last element of the sequence.
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.
lastIndexOf(Object). Method in class java.util.Vector
Searches backwards for the specified object, starting from the last position and returns an index to it.
lastIndexOf(Object, int). Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified position and returns an index to it.
lastIndexOf(String). Method in class java.lang.String
Returns the index within this String of the last 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.
lastModified(). Method in class java.io.File
Returns the last modification time.
layout(). Method in class java.awt.Component
Lays out the component.
layout(). Method in class java.awt.Container
Does a layout on this Container.
layoutContainer(Container). Method in class java.awt.BorderLayout
Lays out the specified container.
layoutContainer(Container). Method in class java.awt.CardLayout
Performs a layout in the specified panel.
layoutContainer(Container). Method in class java.awt.FlowLayout
Lays out the container.
layoutContainer(Container). Method in class java.awt.GridBagLayout
Lays out the container in the specified panel.
layoutContainer(Container). Method in class java.awt.GridLayout
Lays out the container in the specified panel.
layoutContainer(Container). Method in interface java.awt.LayoutManager
Lays out the container in the specified panel.
layoutInfo. Variable in class java.awt.GridBagLayout
LEFT. Static variable in class java.awt.Event
The left arrow key.
LEFT. Static variable in class java.awt.FlowLayout
The left alignment variable.
left. Variable in class java.awt.Insets
The inset from the left.
LEFT. Static variable in class java.awt.Label
The left alignment.
length(). Method in class java.io.File
Returns the length of the file.
length(). Method in class java.io.RandomAccessFile
Returns the length of the file.
length(). Method in class java.lang.String
Returns the length of the String.
length(). Method in class java.lang.StringBuffer
Returns the length (character count) of the buffer.
lightGray. Static variable in class java.awt.Color
The color light gray.
lineno(). Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberInputStream(InputStream). Constructor for class java.io.LineNumberInputStream
Constructs a new LineNumberInputStream initialized with the specified input stream.
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.
list(). Method in class java.awt.Component
Prints a listing to a print stream.
list(). Method in class java.io.File
Lists the files in a directory.
List(). Constructor for class java.awt.List
Creates a new scrolling list initialized with no visible Lines or multiple selections.
list(). Method in class java.lang.ThreadGroup
Lists this Thread group.
list(FilenameFilter). Method in class java.io.File
Uses the specified filter to list files in a directory.
List(int, boolean). Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines and a boolean stating whether multiple selections are allowed or not.
list(PrintStream). Method in class java.awt.Component
Prints a listing to the specified print out stream.
list(PrintStream). Method in class java.util.Properties
List properties, for debugging
list(PrintStream, int). Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print stream.
list(PrintStream, int). Method in class java.awt.Container
Prints out a list, starting at the specified indention, to the specified out stream.
LIST_DESELECT. Static variable in class java.awt.Event
LIST_SELECT. Static variable in class java.awt.Event
listBreakpoints(). Method in class sun.tools.debug.RemoteDebugger
Return a list of the breakpoints which are currently set.
listClasses(). Method in class sun.tools.debug.RemoteDebugger
List the currently known classes.
listen(int). Method in class java.net.SocketImpl
Listens for connections over a specified amount of time.
listThreadGroups(RemoteThreadGroup). Method in class sun.tools.debug.RemoteDebugger
List threadgroups
listThreads(boolean). Method in class sun.tools.debug.RemoteThreadGroup
List a threadgroup's threads
LOAD. Static variable in class java.awt.FileDialog
The file load variable.
load(InputStream). Method in class java.util.Properties
Loads properties from an InputStream.
load(String). Method in class java.lang.Runtime
Loads a dynamic library, given a complete path name.
load(String). Static method in class java.lang.System
Loads a dynamic library, given a complete path name.
LOAD_FILE. Static variable in class java.awt.Event
A file loading event.
loadClass(String, boolean). Method in class java.lang.ClassLoader
Resolves the specified name to a Class.
LOADING. Static variable in class java.awt.MediaTracker
Flag indicating some media is currently being loaded.
loadLibrary(String). Method in class java.lang.Runtime
Loads a dynamic library with the specified library name.
loadLibrary(String). Static method in class java.lang.System
Loads a dynamic library with the specified library name.
localport. Variable in class java.net.SocketImpl
locate(int, int). Method in class java.awt.Component
Returns the component or subcomponent that contains the x,y location.
locate(int, int). Method in class java.awt.Container
Locates the component that contains the x,y position.
location(). Method in class java.awt.Component
Returns the current location of this component.
location(int, int). Method in class java.awt.GridBagLayout
log(double). Static method in class java.lang.Math
Returns the natural logarithm (base e) of a.
Long(long). Constructor for class java.lang.Long
Constructs a Long object initialized to the specified value.
Long(String). Constructor for class java.lang.Long
Constructs a Long object initialized to the value specified by the String parameter.
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.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.Integer
Returns the value of this Integer as a long.
longValue(). Method in class java.lang.Long
Returns the value of this Long as a long.
longValue(). Method in class java.lang.Number
Returns the value of the number as a long.
lookupConstraints(Component). Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
loop(). Method in interface java.applet.AudioClip
Starts playing the clip in a loop.
LOST_FOCUS. Static variable in class java.awt.Event
A component lost the focus.
lostFocus(Event, Object). Method in class java.awt.Component
Indicates that this component has lost the input focus.
lowerCaseMode(boolean). Method in class java.io.StreamTokenizer
Examines a boolean to decide whether TT_WORD tokens are forced to be lower case.