Package com.bc.ceres.swing.actions
package com.bc.ceres.swing.actions
-
ClassesClassDescriptionAn abstract base class for generic actions which depend and operate on the current selection abstraction.An abstract base class for generic actions which can is executed either when
AbstractSystemAction.actionPerformed(java.awt.event.ActionEvent)
is called from a Swing UI, or programmatically by invokingAbstractSystemAction.execute()
.A generic 'copy' action.A generic 'cut' action.A generic 'delete' action.A generic 'paste' action.A generic 'select all' action.