borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

TriStateProperty interface

borland.jbcl.util.TriStateProperty

About the TriStateProperty interface

Variables  

The TriStateProperty interface is used to implement a property that can have three states: true, false, or default. The three integer variables of the interface control the property value.


TriStateProperty variables

Variables defined in this interface


TriStateProperty variables

DEFAULT

  public static final int DEFAULT = -1
The property value is the default value.

FALSE

  public static final int FALSE = 0
The property value is false.

TRUE

  public static final int TRUE = 1
The property value is true.