Uses of Class
adams.gui.core.NumberTextField.Type
-
Packages that use NumberTextField.Type Package Description adams.gui.core adams.gui.goe -
-
Uses of NumberTextField.Type in adams.gui.core
Fields in adams.gui.core declared as NumberTextField.Type Modifier and Type Field Description protected NumberTextField.TypeNumberTextField.NumberCheckModel. m_Typethe type of numbers to handle.Methods in adams.gui.core that return NumberTextField.Type Modifier and Type Method Description NumberTextField.TypeNumberTextField.NumberCheckModel. getType()Returns the type of numbers being checked for.static NumberTextField.TypeNumberTextField.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberTextField.Type[]NumberTextField.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.gui.core with parameters of type NumberTextField.Type Constructor Description BoundedNumberCheckModel(NumberTextField.Type type, Number lower, Number upper)Initializes the model with 0 as default value.BoundedNumberCheckModel(NumberTextField.Type type, Number lower, Number upper, Number defValue)Initializes the model with the specified default value.NumberCheckModel(NumberTextField.Type type)Initializes the model with 0 as default value.NumberCheckModel(NumberTextField.Type type, Number defValue)Initializes the model with the specified default value.NumberTextField(NumberTextField.Type type)Constructs a newTextField.NumberTextField(NumberTextField.Type type, int columns)Constructs a new emptyTextFieldwith the specified number of columns.NumberTextField(NumberTextField.Type type, String text)Constructs a newTextFieldinitialized with the specified text.NumberTextField(NumberTextField.Type type, String text, int columns)Constructs a newTextFieldinitialized with the specified text and columns.NumberTextField(NumberTextField.Type type, Document doc, String text, int columns)Constructs a newBaseTextFieldthat uses the given text storage model and the given number of columns. -
Uses of NumberTextField.Type in adams.gui.goe
Methods in adams.gui.goe that return NumberTextField.Type Modifier and Type Method Description protected abstract NumberTextField.TypeAbstractFloatingPointNumberEditor. getType()Returns the type of number to check for.protected NumberTextField.TypeDoubleEditor. getType()Returns the type of number to check for.protected NumberTextField.TypeFloatEditor. getType()Returns the type of number to check for.
-