Uses of Class
org.meteoinfo.ui.TristateCheckBox.State
-
Packages that use TristateCheckBox.State Package Description org.meteoinfo.ui -
-
Uses of TristateCheckBox.State in org.meteoinfo.ui
Fields in org.meteoinfo.ui declared as TristateCheckBox.State Modifier and Type Field Description static TristateCheckBox.StateTristateCheckBox. DONT_CAREstatic TristateCheckBox.StateTristateCheckBox. NOT_SELECTEDstatic TristateCheckBox.StateTristateCheckBox. SELECTEDMethods in org.meteoinfo.ui 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.meteoinfo.ui 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.meteoinfo.ui with parameters of type TristateCheckBox.State Constructor Description TristateCheckBox(java.lang.String text, javax.swing.Icon icon, TristateCheckBox.State initial)TristateCheckBox(java.lang.String text, TristateCheckBox.State initial)
-