A B C D E F G H I J K L M N O P R S T U V W X Y

L

Label - Class in jcontrol.ui.vole
A label is a very simple component which displays non-editable text or an image resource.
Label(Object, int, int) - Constructor for class jcontrol.ui.vole.Label
Construct a new label with x- and y-coordinate.
Label(String, int, int, int) - Constructor for class jcontrol.ui.vole.Label
Construct a new label with specified alignment.
Label(Object, int, int, int, int, int) - Constructor for class jcontrol.ui.vole.Label
Constructs a new label with specified bounds and alignment.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
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.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in interface jcontrol.io.File
Returns the length of this File.
length() - Method in class jcontrol.io.Resource
Returns the length of the current resource.
LF_CHARS - Static variable in interface jcontrol.comm.ConsoleInputStream
The standard linefeed characters to parse.
LINE_IDLE_TIMEOUT - Static variable in class jcontrol.comm.FT1_2
Maximum time between two characters, minimum idle time berore error is detected (33 bits at 19200 converted to 2 milliseconds)
List - Class in jcontrol.ui.vole
The List component shows a list of text items with a vertical scroll bar on the right.
List() - Constructor for class jcontrol.ui.vole.List
Create a new empty list without scroll bar.
List(int, int, boolean) - Constructor for class jcontrol.ui.vole.List
Create a new empty list at the given x- and y-coordinates.
List(int, int, int, int, boolean) - Constructor for class jcontrol.ui.vole.List
Create a new List with the specified items at the given x- and y-coordinates.
List(String[], int, int, int, int, boolean) - Constructor for class jcontrol.ui.vole.List
Create a new List with the specified list of items at the given x- and y-coordinates with the specified width and height.
listener - Variable in class jcontrol.ui.vole.Component
ActionListener, called on ActionEvents
LOW - Static variable in class jcontrol.io.GPIO
Represents the GPIO state "LOW" Used for input and output channels.

A B C D E F G H I J K L M N O P R S T U V W X Y