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 TriStateTriState. parse(String s)Parses the given string and returns the associated enum.static TriStateTriState. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static TriStateTriState. 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 TriStateTriStateEditor. m_Currentthe current value.Methods in adams.gui.goe that return TriState Modifier and Type Method Description static TriStateTriStateEditor. comboBoxToTriState(BaseComboBox<String> comboBox)Turns the state of the combobox intoTriStateenum.Methods in adams.gui.goe with parameters of type TriState Modifier and Type Method Description static voidTriStateEditor. selectComboBoxIndex(BaseComboBox<String> comboBox, TriState state)Sets the state of a combobox based on theTriStateenum.
-