borland Packages Class Hierarchy jbcl.util Package Index
borland.jbcl.util.CheckState
Variables
An interface for objects that can have three states: checked, unchecked, and indeterminate. The three variables of the interface control the state of the object.
static final int CHECKED = 1The state of the object is checked.
static final int INDETERMINATE = 2The state of the object cannot be determined.
static final int UNCHECKED = 0The state of the object is unchecked.