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 void
actionPerformed(java.awt.event.ActionEvent evt)
void
propertyChange(java.beans.PropertyChangeEvent evt)
protected void
updateEnabledState()
-
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:
actionPerformed
in interfacejava.awt.event.ActionListener
-
updateEnabledState
protected final void updateEnabledState()
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange
in interfacejava.beans.PropertyChangeListener
-
-