Uses of Interface
org.locationtech.jts.jump.workbench.ui.ValidatingTextField.Validator
-
Packages that use ValidatingTextField.Validator Package Description org.locationtech.jts.jump.workbench.ui -
-
Uses of ValidatingTextField.Validator in org.locationtech.jts.jump.workbench.ui
Classes in org.locationtech.jts.jump.workbench.ui that implement ValidatingTextField.Validator Modifier and Type Class Description static classValidatingTextField.BoundedDoubleValidatorstatic classValidatingTextField.BoundedIntValidatorExtends CompositeValidator to validat that integers is within a set of boundary values.static classValidatingTextField.CompositeValidatorImplements validator to check for more than one condition.static classValidatingTextField.GreaterThanOrEqualValidatorImplements validator with a greater than or equal to threshold.static classValidatingTextField.GreaterThanValidatorImplements validator with a greater than threshold.static classValidatingTextField.LessThanOrEqualValidatorImplements validator with a less than or equal to threshold.static classValidatingTextField.LessThanValidatorImplements validator with a less than threshold.Fields in org.locationtech.jts.jump.workbench.ui declared as ValidatingTextField.Validator Modifier and Type Field Description static ValidatingTextField.ValidatorValidatingTextField. DOUBLE_VALIDATORPrevents the user from entering invalid double.static ValidatingTextField.ValidatorValidatingTextField. DUMMY_VALIDATORValidator that does nothing.static ValidatingTextField.ValidatorValidatingTextField. INTEGER_VALIDATORPrevents the user from entering invalid integer.static ValidatingTextField.ValidatorValidatingTextField. LONG_VALIDATORMethods in org.locationtech.jts.jump.workbench.ui with parameters of type ValidatingTextField.Validator Modifier and Type Method Description static voidValidatingTextField. installValidationBehavior(JTextField textField, ValidatingTextField.Validator validator, ValidatingTextField.Cleaner cleaner)Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type ValidatingTextField.Validator Constructor Description CompositeValidator(ValidatingTextField.Validator[] validators)ValidatingTextField(String text, int columns, int horizontalAlignment, ValidatingTextField.Validator validator, ValidatingTextField.Cleaner cleaner)Validator for text fields.ValidatingTextField(String text, int columns, ValidatingTextField.Validator validator)Validator that uses dummy cleaner.
-