Package org.openstreetmap.josm.gui.oauth
Class OAuthAuthorizationWizard.CancelAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.CancelAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- OAuthAuthorizationWizard
class OAuthAuthorizationWizard.CancelAction extends javax.swing.AbstractAction
-
-
Constructor Summary
Constructors Constructor Description CancelAction()
Constructs a newCancelAction
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
void
cancel()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
CancelAction
CancelAction()
Constructs a newCancelAction
.
-
-
Method Detail
-
cancel
public void cancel()
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
-
-