Package com.bc.ceres.swing.actions
-
Class Summary Class Description AbstractSelectionAction An abstract base class for generic actions which depend and operate on the current selection abstraction.AbstractSystemAction An abstract base class for generic actions which can is executed either whenAbstractSystemAction.actionPerformed(java.awt.event.ActionEvent)
is called from a Swing UI, or programmatically by invokingAbstractSystemAction.execute()
.AbstractUndoAction CopyAction A generic 'copy' action.CutAction A generic 'cut' action.DeleteAction A generic 'delete' action.PasteAction A generic 'paste' action.RedoAction SelectAllAction A generic 'select all' action.UndoAction