Uses of Class
adams.core.TriState
-
Packages that use TriState Package Description adams.core adams.gui.goe -
-
Uses of TriState in adams.core
Methods in adams.core that return TriState Modifier and Type Method Description TriState
TriState. parse(String s)
Parses the given string and returns the associated enum.static TriState
TriState. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static TriState
TriState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TriState[]
TriState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TriState in adams.gui.goe
Fields in adams.gui.goe declared as TriState Modifier and Type Field Description protected TriState
TriStateEditor. m_Current
the current value.Methods in adams.gui.goe that return TriState Modifier and Type Method Description static TriState
TriStateEditor. comboBoxToTriState(BaseComboBox<String> comboBox)
Turns the state of the combobox intoTriState
enum.Methods in adams.gui.goe with parameters of type TriState Modifier and Type Method Description static void
TriStateEditor. selectComboBoxIndex(BaseComboBox<String> comboBox, TriState state)
Sets the state of a combobox based on theTriState
enum.
-