private static class BoundingBoxSelectionPanel.LongitudeValidator extends AbstractTextComponentValidator
| Constructor and Description |
|---|
LongitudeValidator(javax.swing.text.JTextComponent tc) |
| Modifier and Type | Method and Description |
|---|---|
static void |
decorate(javax.swing.text.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, removeUpdateLongitudeValidator(javax.swing.text.JTextComponent tc)
public static void decorate(javax.swing.text.JTextComponent tc)
public void validate()
AbstractTextComponentValidatorvalidate in class AbstractTextComponentValidatorpublic boolean isValid()
AbstractTextComponentValidatorisValid in class AbstractTextComponentValidator