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