|
||||||||||
| 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.UserNameValidator
public class UserNameValidator
| Constructor Summary | |
|---|---|
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 UserNameValidator(javax.swing.text.JTextComponent tc)
| Method Detail |
|---|
public boolean isValid()
AbstractTextComponentValidator
isValid in class AbstractTextComponentValidatorpublic void validate()
AbstractTextComponentValidator
validate in class AbstractTextComponentValidator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||