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

C

CheckBox - class jcontrol.ui.vole.CheckBox.
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.
ClockImages - class jcontrol.ui.vole.meter.ClockImages.
 
ClockImages() - Constructor for class jcontrol.ui.vole.meter.ClockImages
 
COLON - Static variable in class jcontrol.ui.vole.meter.ClockImages
 
colon() - Method in class jcontrol.ui.vole.meter.DigitalClock
Draws the colon between hours and minutes.
ComboBox - class jcontrol.ui.vole.ComboBox.
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 jcontrol.ui.vole.Component.
Component is the base class for VOLE user interface objects.
Component() - Constructor for class jcontrol.ui.vole.Component
 
Container - class jcontrol.ui.vole.Container.
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.
currentItem - Variable in class jcontrol.ui.vole.List
 
currentItem - Variable in class jcontrol.ui.vole.ComboBox
 

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