private static class BoundingBoxSelectionPanel.LongitudeValidator extends AbstractTextComponentValidator
Constructor and Description |
---|
LongitudeValidator(JTextComponent tc) |
Modifier and Type | Method and Description |
---|---|
static void |
decorate(JTextComponent tc) |
boolean |
isValid()
Replies true if the current content of the decorated text component is valid;
false otherwise
|
void |
validate()
Implement in subclasses to validate the content of the text component.
|
actionPerformed, changedUpdate, feedbackDisabled, feedbackInvalid, feedbackValid, focusGained, focusLost, getComponent, insertUpdate, propertyChange, removeUpdate
LongitudeValidator(JTextComponent tc)
public static void decorate(JTextComponent tc)
public void validate()
AbstractTextComponentValidator
validate
in class AbstractTextComponentValidator
public boolean isValid()
AbstractTextComponentValidator
isValid
in class AbstractTextComponentValidator