private static class TileSelectionBBoxChooser.TileAddressValidator extends AbstractTextComponentValidator
Modifier and Type | Field and Description |
---|---|
private TileSelectionBBoxChooser.TileBounds |
tileBounds |
Constructor and Description |
---|
TileSelectionBBoxChooser.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, removeUpdate
private TileSelectionBBoxChooser.TileBounds tileBounds
public TileSelectionBBoxChooser.TileAddressValidator(javax.swing.text.JTextComponent tc) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public boolean isValid()
AbstractTextComponentValidator
isValid
in class AbstractTextComponentValidator
public void validate()
AbstractTextComponentValidator
validate
in class AbstractTextComponentValidator
public TileSelectionBBoxChooser.TileBounds getTileBounds()