Index L of all Fields and Methods
All Packages Class Hierarchy
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
Other
Index L of all Fields and Methods
- 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.
- last().
Method in class java.text.BreakIterator
- Return the last boundary.
- last().
Method in interface java.text.CharacterIterator
- Set the position to getEndIndex()-1, return the character at that position.
- last().
Method in class java.text.StringCharacterIterator
- Set the position to getEndIndex() and return the
character at that position.
- last(Container).
Method in class java.awt.CardLayout
- Flips to the last card of the container.
- lastElement().
Method in class java.util.Vector
- Returns the last component of the vector.
- lastIndexOf(int).
Method in class java.lang.String
- Returns the index within this string of the last occurrence of the
specified character.
- lastIndexOf(int, int).
Method in class java.lang.String
- Returns the index within this string of the last occurrence of the
specified character, searching backward starting at the specified index.
- lastIndexOf(Object).
Method in class java.util.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(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.
- lastModified().
Method in class java.io.File
- Returns the time that the file represented by this
File
object was last modified.
- LastOwnerException().
Constructor for class java.security.acl.LastOwnerException
- Constructs a LastOwnerException.
- lastPageFirst().
Method in class java.awt.PrintJob
- Returns true if the last page will be printed first.
- layout().
Method in class java.awt.Component
-
- layout().
Method in class java.awt.Container
-
- layout().
Method in class java.awt.ScrollPane
-
- layoutContainer(Container).
Method in class java.awt.BorderLayout
- Lays out the container argument using this border layout.
- layoutContainer(Container).
Method in class java.awt.CardLayout
-
Lays out the specified container using this card layout.
- layoutContainer(Container).
Method in class java.awt.FlowLayout
- Lays out the container.
- layoutContainer(Container).
Method in class java.awt.GridBagLayout
-
Lays out the specified container using this grid bag layout.
- layoutContainer(Container).
Method in class java.awt.GridLayout
-
Lays out the specified container using this layout.
- layoutContainer(Container).
Method in interface java.awt.LayoutManager
-
Lays out the container in the specified panel.
- layoutInfo.Variable in class java.awt.GridBagLayout
-
- Lease(VMID, long).
Constructor for class java.rmi.dgc.Lease
- Constructs a lease with a specific VMID and lease duration.
- leave(InetAddress).
Method in class java.net.DatagramSocketImpl
- Leave the multicast group.
- leaveGroup(InetAddress).
Method in class java.net.MulticastSocket
- Leave a multicast group.
- LEFT.Static variable in class java.awt.Event
- The Left Arrow key, a non-ASCII action key.
- LEFT.Static variable in class java.awt.FlowLayout
- This value indicates that each row of components
should be left-justified.
- left.Variable in class java.awt.Insets
- The inset from the left.
- LEFT.Static variable in class java.awt.Label
- Indicates that the label should be left justified.
- LEFT_ALIGNMENT.Static variable in class java.awt.Component
- Ease-of-use constant for
getAlignmentX
.
- len.Variable in class java.util.zip.InflaterInputStream
- Length of input buffer.
- length.Variable in class java.io.OptionalDataException
- The number of bytes of primitive data available to be read
in the current buffer.
- length().
Method in class java.io.File
- Returns the length of the file represented by this
File
object.
- length().
Method in class java.io.RandomAccessFile
- Returns the length of this file.
- length().
Method in class java.lang.String
- Returns the length of this string.
- length().
Method in class java.lang.StringBuffer
- Returns the length (character count) of this string buffer.
- LETTER_NUMBER.Static variable in class java.lang.Character
-
- lightGray.Static variable in class java.awt.Color
- The color light gray.
- LINE_SEPARATOR.Static variable in class java.lang.Character
-
- lineno().
Method in class java.io.StreamTokenizer
- Return 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(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.
- 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 of this component to the standard system output
stream
System.out
.
- list().
Method in class java.io.File
- Returns a list of the files in the directory specified by this
File
object.
- List().
Constructor for class java.awt.List
- Creates a new scrolling list.
- list().
Method in interface java.rmi.registry.Registry
- Returns an array of the names in the registry.
- list().
Method in class java.lang.ThreadGroup
- Prints information about this thread group to the standard
output.
- 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(int).
Constructor for class java.awt.List
- Creates a new scrolling list initialized with the specified
number of visible lines.
- List(int, boolean).
Constructor for class java.awt.List
- Creates a new scrolling list initialized to display the specified
number of rows.
- list(PrintStream).
Method in class java.awt.Component
- Prints a listing of this component to the specified output
stream.
- list(PrintStream).
Method in class java.util.Properties
- Prints this property list out to the specified output stream.
- list(PrintStream, int).
Method in class java.awt.Component
- Prints out a list, starting at the specified indention, to the
specified print stream.
- list(PrintStream, int).
Method in class java.awt.Container
- Prints a listing of this container to the specified output
stream.
- list(PrintWriter).
Method in class java.awt.Component
- Prints a listing to the specified print writer.
- list(PrintWriter).
Method in class java.util.Properties
- Prints this property list out to the specified output stream.
- list(PrintWriter, int).
Method in class java.awt.Component
- Prints out a list, starting at the specified indention, to
the specified print writer.
- list(PrintWriter, int).
Method in class java.awt.Container
- Prints out a list, starting at the specified indention, to the specified
print writer.
- list(String).
Static method in class java.rmi.Naming
- Returns an array of strings of the URLs in the registry.
- 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.
- 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.
- ListResourceBundle().
Constructor for class java.util.ListResourceBundle
-
- LOAD.Static variable in class java.awt.FileDialog
- This constant value indicates that the purpose of the file
dialog window is to locate a file from which to read.
- load(InputStream).
Method in class java.util.Properties
- Reads a property list from an input stream.
- load(String).
Method in class java.lang.Runtime
- Loads the specified filename as a dynamic library.
- load(String).
Static method in class java.lang.System
- Loads the specified filename as a dynamic library.
- LOAD_FILE.Static variable in class java.awt.Event
- A file loading event.
- loadClass(String).
Method in class java.lang.ClassLoader
- Requests the class loader to load and resolve a class with the specified
name.
- loadClass(String).
Method in interface java.rmi.server.LoaderHandler
- Load class using java.rmi.server.codebase property.
- 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(String, boolean).
Method in class java.lang.ClassLoader
- Resolves the specified name to a Class.
- loadClass(URL, String).
Method in interface java.rmi.server.LoaderHandler
- Load class from codebase URL specified.
- loadClass(URL, String).
Static method in class java.rmi.server.RMIClassLoader
- Load a class from a URL.
- loadImage(String).
Method in class java.beans.SimpleBeanInfo
- This is a utility method to help in loading icon images.
- LOADING.Static variable in class java.awt.MediaTracker
- Flag indicating some media is currently being loaded.
- loadLibrary(String).
Method in class java.lang.Runtime
- Loads the dynamic library with the specified library name.
- loadLibrary(String).
Static method in class java.lang.System
- Loads the system library specified by the
libname
argument.
- 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.
- Locale(String, String).
Constructor for class java.util.Locale
- Construct a locale from language, country.
- Locale(String, String, String).
Constructor for class java.util.Locale
- Construct a locale from language, country, variant.
- LocaleData().
Constructor for class java.text.resources.LocaleData
-
- LocaleElements().
Constructor for class java.text.resources.LocaleElements
-
- LocaleElements_ar().
Constructor for class java.text.resources.LocaleElements_ar
-
- LocaleElements_be().
Constructor for class java.text.resources.LocaleElements_be
-
- LocaleElements_bg().
Constructor for class java.text.resources.LocaleElements_bg
-
- LocaleElements_ca().
Constructor for class java.text.resources.LocaleElements_ca
-
- LocaleElements_cs().
Constructor for class java.text.resources.LocaleElements_cs
-
- LocaleElements_da().
Constructor for class java.text.resources.LocaleElements_da
-
- LocaleElements_de().
Constructor for class java.text.resources.LocaleElements_de
-
- LocaleElements_de_AT().
Constructor for class java.text.resources.LocaleElements_de_AT
-
- LocaleElements_de_AT_EURO().
Constructor for class java.text.resources.LocaleElements_de_AT_EURO
-
- LocaleElements_de_CH().
Constructor for class java.text.resources.LocaleElements_de_CH
-
- LocaleElements_de_DE_EURO().
Constructor for class java.text.resources.LocaleElements_de_DE_EURO
-
- LocaleElements_de_LU().
Constructor for class java.text.resources.LocaleElements_de_LU
-
- LocaleElements_de_LU_EURO().
Constructor for class java.text.resources.LocaleElements_de_LU_EURO
-
- LocaleElements_el().
Constructor for class java.text.resources.LocaleElements_el
-
- LocaleElements_en().
Constructor for class java.text.resources.LocaleElements_en
-
- LocaleElements_en_AU().
Constructor for class java.text.resources.LocaleElements_en_AU
-
- LocaleElements_en_CA().
Constructor for class java.text.resources.LocaleElements_en_CA
-
- LocaleElements_en_GB().
Constructor for class java.text.resources.LocaleElements_en_GB
-
- LocaleElements_en_IE().
Constructor for class java.text.resources.LocaleElements_en_IE
-
- LocaleElements_en_IE_EURO().
Constructor for class java.text.resources.LocaleElements_en_IE_EURO
-
- LocaleElements_en_NZ().
Constructor for class java.text.resources.LocaleElements_en_NZ
-
- LocaleElements_en_ZA().
Constructor for class java.text.resources.LocaleElements_en_ZA
-
- LocaleElements_es().
Constructor for class java.text.resources.LocaleElements_es
-
- LocaleElements_es_AR().
Constructor for class java.text.resources.LocaleElements_es_AR
-
- LocaleElements_es_BO().
Constructor for class java.text.resources.LocaleElements_es_BO
-
- LocaleElements_es_CL().
Constructor for class java.text.resources.LocaleElements_es_CL
-
- LocaleElements_es_CO().
Constructor for class java.text.resources.LocaleElements_es_CO
-
- LocaleElements_es_CR().
Constructor for class java.text.resources.LocaleElements_es_CR
-
- LocaleElements_es_DO().
Constructor for class java.text.resources.LocaleElements_es_DO
-
- LocaleElements_es_EC().
Constructor for class java.text.resources.LocaleElements_es_EC
-
- LocaleElements_es_ES_EURO().
Constructor for class java.text.resources.LocaleElements_es_ES_EURO
-
- LocaleElements_es_GT().
Constructor for class java.text.resources.LocaleElements_es_GT
-
- LocaleElements_es_HN().
Constructor for class java.text.resources.LocaleElements_es_HN
-
- LocaleElements_es_MX().
Constructor for class java.text.resources.LocaleElements_es_MX
-
- LocaleElements_es_NI().
Constructor for class java.text.resources.LocaleElements_es_NI
-
- LocaleElements_es_PA().
Constructor for class java.text.resources.LocaleElements_es_PA
-
- LocaleElements_es_PE().
Constructor for class java.text.resources.LocaleElements_es_PE
-
- LocaleElements_es_PR().
Constructor for class java.text.resources.LocaleElements_es_PR
-
- LocaleElements_es_PY().
Constructor for class java.text.resources.LocaleElements_es_PY
-
- LocaleElements_es_SV().
Constructor for class java.text.resources.LocaleElements_es_SV
-
- LocaleElements_es_UY().
Constructor for class java.text.resources.LocaleElements_es_UY
-
- LocaleElements_es_VE().
Constructor for class java.text.resources.LocaleElements_es_VE
-
- LocaleElements_et().
Constructor for class java.text.resources.LocaleElements_et
-
- LocaleElements_fi().
Constructor for class java.text.resources.LocaleElements_fi
-
- LocaleElements_fi_FI_EURO().
Constructor for class java.text.resources.LocaleElements_fi_FI_EURO
-
- LocaleElements_fr().
Constructor for class java.text.resources.LocaleElements_fr
-
- LocaleElements_fr_BE().
Constructor for class java.text.resources.LocaleElements_fr_BE
-
- LocaleElements_fr_BE_EURO().
Constructor for class java.text.resources.LocaleElements_fr_BE_EURO
-
- LocaleElements_fr_CA().
Constructor for class java.text.resources.LocaleElements_fr_CA
-
- LocaleElements_fr_CH().
Constructor for class java.text.resources.LocaleElements_fr_CH
-
- LocaleElements_fr_FR_EURO().
Constructor for class java.text.resources.LocaleElements_fr_FR_EURO
-
- LocaleElements_fr_LU().
Constructor for class java.text.resources.LocaleElements_fr_LU
-
- LocaleElements_fr_LU_EURO().
Constructor for class java.text.resources.LocaleElements_fr_LU_EURO
-
- LocaleElements_hr().
Constructor for class java.text.resources.LocaleElements_hr
-
- LocaleElements_hu().
Constructor for class java.text.resources.LocaleElements_hu
-
- LocaleElements_is().
Constructor for class java.text.resources.LocaleElements_is
-
- LocaleElements_it().
Constructor for class java.text.resources.LocaleElements_it
-
- LocaleElements_it_CH().
Constructor for class java.text.resources.LocaleElements_it_CH
-
- LocaleElements_it_IT_EURO().
Constructor for class java.text.resources.LocaleElements_it_IT_EURO
-
- LocaleElements_iw().
Constructor for class java.text.resources.LocaleElements_iw
-
- LocaleElements_ja().
Constructor for class java.text.resources.LocaleElements_ja
-
- LocaleElements_ko().
Constructor for class java.text.resources.LocaleElements_ko
-
- LocaleElements_lt().
Constructor for class java.text.resources.LocaleElements_lt
-
- LocaleElements_lv().
Constructor for class java.text.resources.LocaleElements_lv
-
- LocaleElements_mk().
Constructor for class java.text.resources.LocaleElements_mk
-
- LocaleElements_nl().
Constructor for class java.text.resources.LocaleElements_nl
-
- LocaleElements_nl_BE().
Constructor for class java.text.resources.LocaleElements_nl_BE
-
- LocaleElements_nl_BE_EURO().
Constructor for class java.text.resources.LocaleElements_nl_BE_EURO
-
- LocaleElements_nl_NL_EURO().
Constructor for class java.text.resources.LocaleElements_nl_NL_EURO
-
- LocaleElements_no().
Constructor for class java.text.resources.LocaleElements_no
-
- LocaleElements_no_NO_NY().
Constructor for class java.text.resources.LocaleElements_no_NO_NY
-
- LocaleElements_pl().
Constructor for class java.text.resources.LocaleElements_pl
-
- LocaleElements_pt().
Constructor for class java.text.resources.LocaleElements_pt
-
- LocaleElements_pt_BR().
Constructor for class java.text.resources.LocaleElements_pt_BR
-
- LocaleElements_pt_PT_EURO().
Constructor for class java.text.resources.LocaleElements_pt_PT_EURO
-
- LocaleElements_ro().
Constructor for class java.text.resources.LocaleElements_ro
-
- LocaleElements_ru().
Constructor for class java.text.resources.LocaleElements_ru
-
- LocaleElements_sh().
Constructor for class java.text.resources.LocaleElements_sh
-
- LocaleElements_sk().
Constructor for class java.text.resources.LocaleElements_sk
-
- LocaleElements_sl().
Constructor for class java.text.resources.LocaleElements_sl
-
- LocaleElements_sq().
Constructor for class java.text.resources.LocaleElements_sq
-
- LocaleElements_sr().
Constructor for class java.text.resources.LocaleElements_sr
-
- LocaleElements_sv().
Constructor for class java.text.resources.LocaleElements_sv
-
- LocaleElements_th().
Constructor for class java.text.resources.LocaleElements_th
-
- LocaleElements_tr().
Constructor for class java.text.resources.LocaleElements_tr
-
- LocaleElements_uk().
Constructor for class java.text.resources.LocaleElements_uk
-
- LocaleElements_zh().
Constructor for class java.text.resources.LocaleElements_zh
-
- LocaleElements_zh_TW().
Constructor for class java.text.resources.LocaleElements_zh_TW
-
- localPort.Variable in class java.net.DatagramSocketImpl
-
- 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
-
- 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)
.
- 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(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.
- 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.
- LONG.Static variable in class java.text.DateFormat
- Constant for long style pattern.
- 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.
- longBitsToDouble(long).
Static method in class java.lang.Double
- Returns the double-float corresponding to a given bit represention.
- longValue().
Method in class java.math.BigDecimal
- Converts this number to a long.
- longValue().
Method in class java.math.BigInteger
- Converts this number to a long.
- longValue().
Method in class java.lang.Byte
- Returns the value of this Byte as a long.
- longValue().
Method in class java.lang.Double
- Returns the long value of this Double (by casting to a long).
- longValue().
Method in class java.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 specified number as a
long
.
- longValue().
Method in class java.lang.Short
- Returns the value of this Short as a long.
- LONGVARBINARY.Static variable in class java.sql.Types
-
- LONGVARCHAR.Static variable in class java.sql.Types
-
- 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.
- lookupConstraints(Component).
Method in class java.awt.GridBagLayout
- Retrieves the constraints for the specified component.
- loop().
Method in interface java.applet.AudioClip
- Starts playing this audio 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
-
- 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.
- lostOwnership(Clipboard, Transferable).
Method in class java.awt.datatransfer.StringSelection
-
- LOWERCASE_LETTER.Static variable in class java.lang.Character
-
- lowerCaseMode(boolean).
Method in class java.io.StreamTokenizer
- Determines whether or not word token are automatically lowercased.
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
Other
All Packages Class Hierarchy