Package org.openstreetmap.josm.actions
Class AbstractShowHistoryAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.actions.AbstractShowHistoryAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Direct Known Subclasses:
ChangesetContentPanel.ShowHistoryAction,SelectionListDialog.ShowHistoryAction,ShowHistoryAction
public abstract class AbstractShowHistoryAction extends javax.swing.AbstractAction
Superclass of "History" actions in various parts of JOSM.- Since:
- 16495
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractShowHistoryAction()Constructs a newAbstractShowHistoryAction.
-
Method Summary
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
AbstractShowHistoryAction
protected AbstractShowHistoryAction()
Constructs a newAbstractShowHistoryAction.
-
-