- LAST_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.LastChildSelector
-
Last child selector singleton to avoid creating several ones.
- LastChildSelector - Class in ej.mwt.stylesheet.selector
-
A last child selector selects by checking if a widget is the last child of its parent.
- LastChildSelector() - Constructor for class ej.mwt.stylesheet.selector.LastChildSelector
-
- 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(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, searching
backward starting at the specified index.
- lastIndexOf(String) - Method in class java.lang.StringBuffer
-
Returns the index within this string of the rightmost occurrence of the specified substring.
- lastIndexOf(String, int) - Method in class java.lang.StringBuffer
-
Returns the index within this string of the last occurrence of the specified substring.
- lastIndexOf(String) - Method in class java.lang.StringBuilder
-
Returns the index within this string of the rightmost occurrence of the specified substring.
- lastIndexOf(String, int) - Method in class java.lang.StringBuilder
-
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 of the last occurrence of the specified element in this list, or -1 if this
list does not contain the element.
- lastIndexOf(Object) - Method in class java.util.ArrayList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this
list does not contain the element.
- lastIndexOf(Object) - Method in interface java.util.List
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this
list does not contain the element.
- lastIndexOf(Object) - Method in class java.util.Vector
-
Returns the index of the last occurrence of the specified element in this vector, or -1 if this
vector does not contain the element.
- lastIndexOf(Object, int) - Method in class java.util.Vector
-
Returns the index of the last occurrence of the specified element in this vector, searching
backwards from index
, or returns -1 if the element is not found.
- layOut(Widget, Rectangle) - Method in interface ej.mwt.style.dimension.Dimension
-
Lays out a widget.
- layOut(Widget, Rectangle, boolean, boolean, int, int) - Static method in class ej.mwt.style.dimension.DimensionHelper
-
Lays out a widget.
- layOut(Widget, Rectangle) - Method in class ej.mwt.style.dimension.FixedDimension
-
- layOut(Widget, Rectangle) - Method in class ej.mwt.style.dimension.NoDimension
-
- layOut(Widget, Rectangle) - Method in class ej.mwt.style.dimension.OptimalDimension
-
- layOut(Widget, Rectangle) - Method in class ej.mwt.style.dimension.RelativeDimension
-
- layOutChild(Widget, int, int, int, int) - Method in class ej.mwt.Container
-
Lays out a child of this container.
- layOutChildren(int, int) - Method in class ej.mwt.Container
-
Lays out the children of this container.
- leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
-
Leave a multicast group.
- leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
-
Leave a multicast group on a specified local interface.
- LEFT - Static variable in class ej.mwt.util.Alignment
-
Constant for positioning on the left.
- length() - Method in class ej.bon.ResourceArray
-
Gets the number of elements contained in the array (not the size in bytes).
- length() - Method in interface java.lang.CharSequence
-
Returns the length of this character sequence.
- length() - Method in class java.lang.String
-
Returns the length of this string.
- length() - Method in class java.lang.StringBuffer
-
- length() - Method in class java.lang.StringBuilder
-
Returns the length (character count).
- Level - Class in java.util.logging
-
Level defines a set of standard logging levels.
- Level(String, int) - Constructor for class java.util.logging.Level
-
Creates a named Level with the given integer value.
- limit(int, int, int) - Static method in class ej.bon.XMath
-
Limits a value between two others:
If value
is lower than min
, returns
min
.
If value
is greater than max
, returns
max
.
Otherwise, returns value
.
- limit(float, float, float) - Static method in class ej.bon.XMath
-
Limits a value between two others:
If value
is lower than min
, returns
min
.
If value
is greater than max
, returns
max
.
Otherwise, returns value
.
- limit(long, long, long) - Static method in class ej.bon.XMath
-
Limits a value between two others:
If value
is lower than min
, returns
min
.
If value
is greater than max
, returns
max
.
Otherwise, returns value
.
- limit(double, double, double) - Static method in class ej.bon.XMath
-
Limits a value between two others:
If value
is lower than min
, returns
min
.
If value
is greater than max
, returns
max
.
Otherwise, returns value
.
- LinkageError - Error in java.lang
-
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 error java.lang.LinkageError
-
Constructs a LinkageError
with no detail message.
- LinkageError(String) - Constructor for error java.lang.LinkageError
-
Constructs a LinkageError
with the specified detail message.
- LinkageError(String, Throwable) - Constructor for error java.lang.LinkageError
-
Constructs a LinkageError
with the specified detail message and cause.
- List<E> - Interface in java.util
-
An ordered collection (also known as a sequence).
- listIterator() - Method in class java.util.AbstractList
-
Returns a list iterator over the elements in this list (in proper sequence).
- listIterator(int) - Method in class java.util.AbstractList
-
Returns a list iterator over the elements in this list (in proper sequence), starting at the
specified position in the list.
- listIterator() - Method in class java.util.ArrayList
-
Returns a list iterator over the elements in this list (in proper sequence).
- listIterator(int) - Method in class java.util.ArrayList
-
Returns a list iterator over 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 list iterator over the elements in this list (in proper sequence).
- listIterator(int) - Method in interface java.util.List
-
Returns a list iterator over the elements in this list (in proper sequence), starting at the
specified position in the list.
- ListIterator<E> - Interface in java.util
-
An iterator for lists that allows the programmer to traverse the list in either direction, modify
the list during iteration, and obtain the iterator's current position in the list.
- listIterator() - Method in class java.util.Vector
-
Returns a list iterator over the elements in this list (in proper sequence), starting at the
specified position in the list.
- listIterator(int) - Method in class java.util.Vector
-
Returns a list iterator over the elements in this list (in proper sequence), starting at the
specified position in the list.
- LITTLE_ENDIAN - Static variable in class ej.bon.ByteArray
-
Access mode little endian.
- load(String) - Method in interface ej.storage.Storage
-
Loads the data stored with a specific ID or null
if there is none.
- load(InputStream, char[]) - Method in class java.security.KeyStore
-
Loads this KeyStore from the given input stream.
- log(double) - Static method in class java.lang.Math
-
Returns the natural logarithm (base e) of a double
value.
- log(Level, String) - Method in class java.util.logging.Logger
-
Log a message, with no arguments.
- log(Level, String, Throwable) - Method in class java.util.logging.Logger
-
Log a message, with an associated throwable object.
- log(LogRecord) - Method in class java.util.logging.Logger
-
Log a LogRecord.
- log10(double) - Static method in class java.lang.Math
-
Returns the base 10 logarithm of a double
value.
- log1p(double) - Static method in class java.lang.Math
-
Returns the natural logarithm of the sum of the argument and 1.
- Logger - Class in java.util.logging
-
A Logger is used to log messages.
- Logger(String, String) - Constructor for class java.util.logging.Logger
-
Protected method to create a logger.
- LogManager - Class in java.util.logging
-
- LogManager() - Constructor for class java.util.logging.LogManager
-
Protected constructor.
- LogRecord - Class in java.util.logging
-
LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.
- LogRecord(Level, String) - Constructor for class java.util.logging.LogRecord
-
Construct a LogRecord with the given level and message.
- Long - Class in java.lang
-
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 specified long
argument.
- Long(String) - Constructor for class java.lang.Long
-
Constructs a newly allocated Long
object that represents the long
value indicated
by the String
parameter.
- LONG - Static variable in class java.util.Calendar
-
A style specifier indicating a long name, such as "January".
- LONG - Static variable in class java.util.TimeZone
-
A style specifier for getDisplayName()
indicating a long name, such as "Pacific
Standard Time."
- LONG_SIZE - Static variable in class ej.bon.ByteArray
-
The size of a long.
- longBitsToDouble(long) - Static method in class java.lang.Double
-
Returns the double
value corresponding to a given bit representation.
- 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 value of this Double
as a long
(by casting to type long
).
- longValue() - Method in class java.lang.Float
-
Returns value of this Float
as a long
(by casting to type 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
value.
- 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
.