|
||||||||||
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.oauth.FullyAutomaticPropertiesPanel.UserNameValidator
private static class FullyAutomaticPropertiesPanel.UserNameValidator
Constructor Summary | |
---|---|
FullyAutomaticPropertiesPanel.UserNameValidator(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 FullyAutomaticPropertiesPanel.UserNameValidator(javax.swing.text.JTextComponent tc)
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 |