borland Packages Class Hierarchy jb.util Package
com.borland.jb.util.TriStateProperty
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.
public static final int DEFAULT = -1The property value is the default value.
public static final int FALSE = 0The property value is false.
public static final int TRUE = 1The property value is true.