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