Package org.openstreetmap.josm.gui.bbox
Class TileSelectionBBoxChooser.TileAddressValidator
- java.lang.Object
-
- org.openstreetmap.josm.gui.util.ChangeNotifier
-
- org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
-
- org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileAddressValidator
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.awt.event.FocusListener
,java.beans.PropertyChangeListener
,java.util.EventListener
,javax.swing.event.DocumentListener
- Enclosing class:
- TileSelectionBBoxChooser
private static class TileSelectionBBoxChooser.TileAddressValidator extends AbstractTextComponentValidator
Validates a tile address
-
-
Field Summary
Fields Modifier and Type Field Description private TileSelectionBBoxChooser.TileBounds
tileBounds
-
Fields inherited from class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
ERROR_BACKGROUND, ERROR_BORDER, ERROR_COLOR, VALID_BORDER, VALID_COLOR, WARNING_BACKGROUND, WARNING_BORDER, WARNING_COLOR, WARNING_FOREGROUND
-
-
Constructor Summary
Constructors Constructor Description TileAddressValidator(javax.swing.text.JTextComponent tc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TileSelectionBBoxChooser.TileBounds
getTileBounds()
boolean
isValid()
Replies true if the current content of the decorated text component is valid; false otherwisevoid
validate()
Implement in subclasses to validate the content of the text component.-
Methods inherited from class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
actionPerformed, changedUpdate, feedbackDisabled, feedbackInvalid, feedbackValid, feedbackWarning, focusGained, focusLost, getComponent, insertUpdate, propertyChange, removeUpdate
-
Methods inherited from class org.openstreetmap.josm.gui.util.ChangeNotifier
addChangeListener, fireStateChanged, removeChangeListener
-
-
-
-
Field Detail
-
tileBounds
private TileSelectionBBoxChooser.TileBounds tileBounds
-
-
Constructor Detail
-
TileAddressValidator
TileAddressValidator(javax.swing.text.JTextComponent tc)
-
-
Method Detail
-
isValid
public boolean isValid()
Description copied from class:AbstractTextComponentValidator
Replies true if the current content of the decorated text component is valid; false otherwise- Specified by:
isValid
in classAbstractTextComponentValidator
- Returns:
- true if the current content of the decorated text component is valid
-
validate
public void validate()
Description copied from class:AbstractTextComponentValidator
Implement in subclasses to validate the content of the text component.- Specified by:
validate
in classAbstractTextComponentValidator
-
getTileBounds
public TileSelectionBBoxChooser.TileBounds getTileBounds()
-
-