Package org.openstreetmap.josm.gui.oauth
Class ManualAuthorizationUI.TestAccessTokenAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.oauth.ManualAuthorizationUI.TestAccessTokenAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.beans.PropertyChangeListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- ManualAuthorizationUI
class ManualAuthorizationUI.TestAccessTokenAction extends javax.swing.AbstractAction implements java.beans.PropertyChangeListener
Action for testing an Access Token
-
-
Constructor Summary
Constructors Constructor Description TestAccessTokenAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent evt)voidpropertyChange(java.beans.PropertyChangeEvent evt)protected voidupdateEnabledState()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
TestAccessTokenAction
TestAccessTokenAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
updateEnabledState
protected final void updateEnabledState()
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
-
-