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

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

Uses of LegacyTristateCheckBox.State in com.jidesoft.swing
 

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

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

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

Constructors in com.jidesoft.swing with parameters of type LegacyTristateCheckBox.State
LegacyTristateCheckBox(String text, Icon icon, LegacyTristateCheckBox.State initial)
          Deprecated.  
LegacyTristateCheckBox(String text, LegacyTristateCheckBox.State initial)
          Deprecated.  
 



Copyright © 2013. All Rights Reserved.