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

C

CheckBox - Class in jcontrol.ui.vole
The CheckBox is a graphical component that can be in either an "on" (true) or "off" (false) state.
CheckBox(String, int, int) - Constructor for class jcontrol.ui.vole.CheckBox
Create a new labeled CheckBox which is initially "off".
CheckBox(String, int, int, int, int) - Constructor for class jcontrol.ui.vole.CheckBox
Create a new labeled CheckBox with specified bounds which is initially "off".
children - Variable in class jcontrol.ui.vole.Container
The children of the container.
ComboBox - Class in jcontrol.ui.vole
The class ComboBox implements a graphical combo box for the Vole GUI.
ComboBox() - Constructor for class jcontrol.ui.vole.ComboBox
Creates a new and empty ComboBox.
ComboBox(int, int) - Constructor for class jcontrol.ui.vole.ComboBox
Constructs a new empty ComboBox at the given x- and y-coordinates.
ComboBox(String[], int, int) - Constructor for class jcontrol.ui.vole.ComboBox
Constructs a new ComboBox with a list of items at the given x- and y-coordinates.
ComboBox(String[], int, int, int) - Constructor for class jcontrol.ui.vole.ComboBox
Constructs a new ComboBox with a list of items at the given x- and y-coordinates with the specified width and height.
command - Variable in class jcontrol.ui.vole.event.ActionEvent
 
Component - Class in jcontrol.ui.vole
Component is the base class for VOLE user interface objects.
Component() - Constructor for class jcontrol.ui.vole.Component
 
Container - Class in jcontrol.ui.vole
A container is a component that can contain other Vole components.
Container() - Constructor for class jcontrol.ui.vole.Container
Create a new Container.
Container(int, int, int, int) - Constructor for class jcontrol.ui.vole.Container
Create a new Container with the specified dimensions.

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