Package org.openstreetmap.josm.gui.oauth
Class ManualAuthorizationUI.AccessTokenSecretValidator
- java.lang.Object
-
- org.openstreetmap.josm.gui.util.ChangeNotifier
-
- org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
-
- org.openstreetmap.josm.gui.widgets.DefaultTextComponentValidator
-
- org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.AccessTokenSecretValidator
-
- All Implemented Interfaces:
ActionListener
,FocusListener
,PropertyChangeListener
,EventListener
,DocumentListener
- Enclosing class:
- ManualAuthorizationUI
private static class ManualAuthorizationUI.AccessTokenSecretValidator extends DefaultTextComponentValidator
-
-
Field Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description AccessTokenSecretValidator(JTextComponent tc)
-
Method Summary
-
Methods inherited from class org.openstreetmap.josm.gui.widgets.DefaultTextComponentValidator
isValid, validate
-
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
-
-
-
-
Constructor Detail
-
AccessTokenSecretValidator
AccessTokenSecretValidator(JTextComponent tc)
-
-