|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
org.openstreetmap.josm.gui.preferences.server.OsmApiUrlInputPanel.ApiUrlValidator
private static class OsmApiUrlInputPanel.ApiUrlValidator
Constructor Summary | |
---|---|
OsmApiUrlInputPanel.ApiUrlValidator(javax.swing.text.JTextComponent tc)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator |
---|
actionPerformed, changedUpdate, feedbackDisabled, feedbackInvalid, feedbackValid, focusGained, focusLost, getComponent, insertUpdate, propertyChange, removeUpdate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OsmApiUrlInputPanel.ApiUrlValidator(javax.swing.text.JTextComponent tc) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
Method Detail |
---|
public boolean isValid()
AbstractTextComponentValidator
isValid
in class AbstractTextComponentValidator
public void validate()
AbstractTextComponentValidator
validate
in class AbstractTextComponentValidator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |