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

C

CheckBox - Class in jcontrol.ui.wombat
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.wombat.CheckBox
Create a new labeled CheckBox which is initially "off".
CheckBox(String, int, int, int, int) - Constructor for class jcontrol.ui.wombat.CheckBox
Create a new labeled CheckBox with specified bounds which is initially "off".
clearFocus(IContainer) - Method in class jcontrol.ui.wombat.Frame
 
clearFocus(IContainer) - Method in interface jcontrol.ui.wombat.IFrame
Clears the focus tree under the specified container.
COLOR_COMPONENT_BACKGROUND - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_BACKGROUND_HIGHLIGHTED - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_DARK_SHADOW - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_FOREGROUND - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_FOREGROUND_INACTIVE - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_HIGHLIGHT_SHADOW - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_LIGHT_SHADOW - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_LIST_BACKGROUND - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_NORMAL_SHADOW - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_SELECTION_TEXT - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_SELECTION_TEXT_BACKGROUND - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_SELECTION_TEXT_BACKGROUND_INACTIVE - Static variable in class jcontrol.ui.wombat.Component
 
COLOR_COMPONENT_SELECTION_TEXT_INACTIVE - Static variable in class jcontrol.ui.wombat.Component
 
ComboBox - Class in jcontrol.ui.wombat
The class ComboBox implements a choice user interface object.
ComboBox(int, int, int) - Constructor for class jcontrol.ui.wombat.ComboBox
Constructs a new empty ComboBox at the given x- and y-coordinates.
ComboBox(String[], int, int, int) - Constructor for class jcontrol.ui.wombat.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.wombat.event.ActionEvent
The command String (optional)
Component - Class in jcontrol.ui.wombat
A Component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
Component() - Constructor for class jcontrol.ui.wombat.Component
 
Container - Class in jcontrol.ui.wombat
A container object is a component that can contain other components.
Container(int) - Constructor for class jcontrol.ui.wombat.Container
Constructs a new Container.
Container() - Constructor for class jcontrol.ui.wombat.Container
Create a new Container with a default initial capacity of 10.

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