Uses of Interface
org.locationtech.jts.jump.workbench.ui.ValidatingTextField.Cleaner
-
Packages that use ValidatingTextField.Cleaner Package Description org.locationtech.jts.jump.workbench.ui -
-
Uses of ValidatingTextField.Cleaner in org.locationtech.jts.jump.workbench.ui
Classes in org.locationtech.jts.jump.workbench.ui that implement ValidatingTextField.Cleaner Modifier and Type Class Description static class
ValidatingTextField.BlankCleaner
Implements cleaner which cleans up blank strings.static class
ValidatingTextField.CompositeCleaner
static class
ValidatingTextField.MaxIntCleaner
static class
ValidatingTextField.MinIntCleaner
static class
ValidatingTextField.NumberCleaner
Allow the user to start typing a number with "-" or "."Fields in org.locationtech.jts.jump.workbench.ui declared as ValidatingTextField.Cleaner Modifier and Type Field Description static ValidatingTextField.Cleaner
ValidatingTextField. DUMMY_CLEANER
Cleaner that does nothing.static ValidatingTextField.Cleaner
ValidatingTextField. NUMBER_CLEANER
The validators allow the user to simply enter "+", "-", or ".".Methods in org.locationtech.jts.jump.workbench.ui with parameters of type ValidatingTextField.Cleaner Modifier and Type Method Description static void
ValidatingTextField. installValidationBehavior(JTextField textField, ValidatingTextField.Validator validator, ValidatingTextField.Cleaner cleaner)
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type ValidatingTextField.Cleaner Constructor Description CompositeCleaner(ValidatingTextField.Cleaner[] cleaners)
ValidatingTextField(String text, int columns, int horizontalAlignment, ValidatingTextField.Validator validator, ValidatingTextField.Cleaner cleaner)
Validator for text fields.
-