private static class TileSelectionBBoxChooser.TileAddressValidator extends AbstractTextComponentValidator
| Modifier and Type | Field and Description |
|---|---|
private TileSelectionBBoxChooser.TileBounds |
tileBounds |
| Constructor and Description |
|---|
TileAddressValidator(javax.swing.text.JTextComponent tc) |
| Modifier and Type | Method and Description |
|---|---|
TileSelectionBBoxChooser.TileBounds |
getTileBounds() |
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, removeUpdateprivate TileSelectionBBoxChooser.TileBounds tileBounds
TileAddressValidator(javax.swing.text.JTextComponent tc)
public boolean isValid()
AbstractTextComponentValidatorisValid in class AbstractTextComponentValidatorpublic void validate()
AbstractTextComponentValidatorvalidate in class AbstractTextComponentValidatorpublic TileSelectionBBoxChooser.TileBounds getTileBounds()