Uses of Class
adams.gui.core.CheckedTextField.AbstractCheckModel
-
Packages that use CheckedTextField.AbstractCheckModel Package Description adams.gui.core -
-
Uses of CheckedTextField.AbstractCheckModel in adams.gui.core
Subclasses of CheckedTextField.AbstractCheckModel in adams.gui.core Modifier and Type Class Description static class
BaseObjectTextField.BaseObjectCheckModel<T extends BaseObject>
A model for checking regexp values.static class
CheckedTextField.StringCheckModel
A (dummy) check model that allows any string.static class
DateTextField.DateCheckModel
A model for checking dates.static class
IndexTextField.IndexCheckModel
A model for checking Index values.static class
NumberTextField.BoundedNumberCheckModel
A check model for numbers.static class
NumberTextField.NumberCheckModel
A check model for numbers.static class
RangeTextField.RangeCheckModel
A model for checking Range values.static class
RegExpConstrainedTextField.RegExpConstraintCheckModel
A model for checking entered string again regexp.Fields in adams.gui.core declared as CheckedTextField.AbstractCheckModel Modifier and Type Field Description protected CheckedTextField.AbstractCheckModel
CheckedTextField. m_CheckModel
the checkmodel in use.Methods in adams.gui.core that return CheckedTextField.AbstractCheckModel Modifier and Type Method Description CheckedTextField.AbstractCheckModel
CheckedTextField. getCheckModel()
Returns the underlying check model.protected CheckedTextField.AbstractCheckModel
CheckedTextField. getDefaultCheckModel()
Returns the default model to use.protected CheckedTextField.AbstractCheckModel
DateTextField. getDefaultCheckModel()
Returns the default model to use.protected CheckedTextField.AbstractCheckModel
NumberTextField. getDefaultCheckModel()
Returns the default model to use.Methods in adams.gui.core with parameters of type CheckedTextField.AbstractCheckModel Modifier and Type Method Description void
CheckedTextField. setCheckModel(CheckedTextField.AbstractCheckModel value)
Sets the underlying check model.void
DateTextField. setCheckModel(CheckedTextField.AbstractCheckModel value)
Sets the underlying check model.void
NumberTextField. setCheckModel(CheckedTextField.AbstractCheckModel value)
Sets the underlying check model.Constructors in adams.gui.core with parameters of type CheckedTextField.AbstractCheckModel Constructor Description CheckedTextField(int columns, CheckedTextField.AbstractCheckModel model)
Constructs a new emptyTextField
with the specified number of columns.CheckedTextField(CheckedTextField.AbstractCheckModel model)
Constructs a newTextField
.CheckedTextField(String text, int columns, CheckedTextField.AbstractCheckModel model)
Constructs a newTextField
initializeCheckModeld with the specified text and columns.CheckedTextField(String text, CheckedTextField.AbstractCheckModel model)
Constructs a newTextField
initializeCheckModeld with the specified text.CheckedTextField(Document doc, String text, int columns, CheckedTextField.AbstractCheckModel model)
Constructs a newBaseTextField
that uses the given text storage model and the given number of columns.
-