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.
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

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