Uses of Class
org.bidib.wizard.mvc.common.view.checkboxtree.TristateCheckBox.State
-
Packages that use TristateCheckBox.State Package Description org.bidib.wizard.mvc.common.view.checkboxtree -
-
Uses of TristateCheckBox.State in org.bidib.wizard.mvc.common.view.checkboxtree
Fields in org.bidib.wizard.mvc.common.view.checkboxtree declared as TristateCheckBox.State Modifier and Type Field Description static TristateCheckBox.StateTristateCheckBox. DONT_CARETristateCheckBox.StateTristateCheckBox. NOT_SELECTEDTristateCheckBox.StateTristateCheckBox. SELECTEDMethods in org.bidib.wizard.mvc.common.view.checkboxtree that return TristateCheckBox.State Modifier and Type Method Description TristateCheckBox.StateTristateCheckBox. getState()Return the current state, which is determined by the selection status of the model.Methods in org.bidib.wizard.mvc.common.view.checkboxtree with parameters of type TristateCheckBox.State Modifier and Type Method Description voidTristateCheckBox. setState(TristateCheckBox.State state)Set the new state to either SELECTED, NOT_SELECTED or DONT_CARE.Constructors in org.bidib.wizard.mvc.common.view.checkboxtree with parameters of type TristateCheckBox.State Constructor Description TristateCheckBox(String text, Icon icon, TristateCheckBox.State initial)TristateCheckBox(String text, TristateCheckBox.State initial)
-