borland Packages  Class Hierarchy  jbcl.util Package  Index 

CheckState interface

borland.jbcl.util.CheckState

About the CheckState interface

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.


CheckState variables

Variables defined in this interface


CheckState variables

CHECKED

  static final int CHECKED = 1
The state of the object is checked.

INDETERMINATE

  static final int INDETERMINATE = 2
The state of the object cannot be determined.

UNCHECKED

  static final int UNCHECKED = 0
The state of the object is unchecked.