private static class FullyAutomaticAuthorizationUI.PasswordValidator extends AbstractTextComponentValidator
Constructor and Description |
---|
PasswordValidator(JTextComponent tc) |
Modifier and Type | Method and Description |
---|---|
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
PasswordValidator(JTextComponent tc)
public boolean isValid()
AbstractTextComponentValidator
isValid
in class AbstractTextComponentValidator
public void validate()
AbstractTextComponentValidator
validate
in class AbstractTextComponentValidator