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 classBaseObjectTextField.BaseObjectCheckModel<T extends BaseObject>A model for checking regexp values.static classCheckedTextField.StringCheckModelA (dummy) check model that allows any string.static classDateTextField.DateCheckModelA model for checking dates.static classIndexTextField.IndexCheckModelA model for checking Index values.static classNumberTextField.BoundedNumberCheckModelA check model for numbers.static classNumberTextField.NumberCheckModelA check model for numbers.static classRangeTextField.RangeCheckModelA model for checking Range values.static classRegExpConstrainedTextField.RegExpConstraintCheckModelA model for checking entered string again regexp.Fields in adams.gui.core declared as CheckedTextField.AbstractCheckModel Modifier and Type Field Description protected CheckedTextField.AbstractCheckModelCheckedTextField. m_CheckModelthe checkmodel in use.Methods in adams.gui.core that return CheckedTextField.AbstractCheckModel Modifier and Type Method Description CheckedTextField.AbstractCheckModelCheckedTextField. getCheckModel()Returns the underlying check model.protected CheckedTextField.AbstractCheckModelCheckedTextField. getDefaultCheckModel()Returns the default model to use.protected CheckedTextField.AbstractCheckModelDateTextField. getDefaultCheckModel()Returns the default model to use.protected CheckedTextField.AbstractCheckModelNumberTextField. getDefaultCheckModel()Returns the default model to use.Methods in adams.gui.core with parameters of type CheckedTextField.AbstractCheckModel Modifier and Type Method Description voidCheckedTextField. setCheckModel(CheckedTextField.AbstractCheckModel value)Sets the underlying check model.voidDateTextField. setCheckModel(CheckedTextField.AbstractCheckModel value)Sets the underlying check model.voidNumberTextField. 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 emptyTextFieldwith the specified number of columns.CheckedTextField(CheckedTextField.AbstractCheckModel model)Constructs a newTextField.CheckedTextField(String text, int columns, CheckedTextField.AbstractCheckModel model)Constructs a newTextFieldinitializeCheckModeld with the specified text and columns.CheckedTextField(String text, CheckedTextField.AbstractCheckModel model)Constructs a newTextFieldinitializeCheckModeld with the specified text.CheckedTextField(Document doc, String text, int columns, CheckedTextField.AbstractCheckModel model)Constructs a newBaseTextFieldthat uses the given text storage model and the given number of columns.
-