Uses of Class
com.jidesoft.swing.TristateCheckBox.State

Packages that use TristateCheckBox.State
com.jidesoft.swing The package contains many based classes we added on top of Swing for JIDE Common Layer. 
 

Uses of TristateCheckBox.State in com.jidesoft.swing
 

Fields in com.jidesoft.swing declared as TristateCheckBox.State
static TristateCheckBox.State TristateCheckBox.DONT_CARE
           
static TristateCheckBox.State TristateCheckBox.NOT_SELECTED
           
static TristateCheckBox.State TristateCheckBox.SELECTED
           
 

Methods in com.jidesoft.swing that return TristateCheckBox.State
protected  TristateCheckBox.State TristateCheckBox.getNextState(TristateCheckBox.State current)
          We rotate between NOT_SELECTED, SELECTED and DONT_CARE.
 TristateCheckBox.State TristateCheckBox.getState()
          Return the current state, which is determined by the selection status of the model.
 

Methods in com.jidesoft.swing with parameters of type TristateCheckBox.State
protected  TristateCheckBox.State TristateCheckBox.getNextState(TristateCheckBox.State current)
          We rotate between NOT_SELECTED, SELECTED and DONT_CARE.
 void TristateCheckBox.setState(TristateCheckBox.State state)
          Set the new state to either SELECTED, NOT_SELECTED or DONT_CARE.
 

Constructors in com.jidesoft.swing with parameters of type TristateCheckBox.State
NullTristateCheckBox(java.lang.String text, javax.swing.Icon icon, TristateCheckBox.State initial)
           
NullTristateCheckBox(java.lang.String text, TristateCheckBox.State initial)
           
TristateCheckBox(java.lang.String text, javax.swing.Icon icon, TristateCheckBox.State initial)
           
TristateCheckBox(java.lang.String text, TristateCheckBox.State initial)
           
 



Copyright © 2009. All Rights Reserved.