Uses of Interface
com.vividsolutions.jump.workbench.ui.ValidatingTextField.Validator
Packages that use ValidatingTextField.Validator
-
Uses of ValidatingTextField.Validator in com.vividsolutions.jump.workbench.ui
Classes in com.vividsolutions.jump.workbench.ui that implement ValidatingTextField.ValidatorModifier and TypeClassDescriptionstatic classstatic classExtends CompositeValidator to validat that integers is within a set of boundary values.static classImplements validator to check for more than one condition.static classImplements validator with a greater than or equal to threshold.static classImplements validator with a greater than threshold.static classImplements validator with a less than or equal to threshold.static classImplements validator with a less than threshold.Fields in com.vividsolutions.jump.workbench.ui declared as ValidatingTextField.ValidatorModifier and TypeFieldDescriptionstatic final ValidatingTextField.ValidatorValidatingTextField.DOUBLE_VALIDATORPrevents the user from entering invalid double.ValidatingTextField.DUMMY_VALIDATORValidator that does nothing.static final ValidatingTextField.ValidatorValidatingTextField.INTEGER_VALIDATORPrevents the user from entering invalid integer.static final ValidatingTextField.ValidatorValidatingTextField.LONG_VALIDATORMethods in com.vividsolutions.jump.workbench.ui with parameters of type ValidatingTextField.ValidatorModifier and TypeMethodDescriptionstatic voidValidatingTextField.installValidationBehavior(JTextField textField, ValidatingTextField.Validator validator, ValidatingTextField.Cleaner cleaner) Constructors in com.vividsolutions.jump.workbench.ui with parameters of type ValidatingTextField.ValidatorModifierConstructorDescriptionCompositeValidator(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.