See: Description
| Class | Description |
|---|---|
| AbstractFindAction |
Presents a find dialog to the user and then highlights the found items
in the active view.
|
| AbstractSelectionAction |
AbstractSelectionAction acts on the selection of a target component. |
| ClearSelectionAction |
Clears (de-selects) the selected region.
|
| CopyAction |
Copies the selected region and place its contents into the system clipboard.
|
| CutAction |
Cuts the selected region and places its contents into the system clipboard.
|
| DeleteAction |
Deletes the region at (or after) the caret position.
|
| DuplicateAction |
Duplicates the selected region.
|
| PasteAction |
Pastes the contents of the system clipboard at the caret position.
|
| RedoAction |
Redoes the last user action on the active view.
|
| SelectAllAction |
Selects all items.
|
| UndoAction |
Undoes the last user action.
|