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