Class AbstractSelectionAction

All Implemented Interfaces:
SelectionChangeListener, ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
CopyAction, CutAction, DeleteAction, PasteAction, SelectAllAction

public abstract class AbstractSelectionAction extends AbstractSystemAction implements SelectionChangeListener
An abstract base class for generic actions which depend and operate on the current selection abstraction.
Since:
Ceres 0.10
See Also: