|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| CopyCommand | Copies the current selection to the clipboard. |
| CutCommand | Cuts the current selection and places it into the clipboard. |
| DeleteCommand | Deletes the current selection of the active document. |
| FitToViewportCommand |
Zooms the current VisualGraph to a size that it fits
the current Viewport.
|
| GroupSelectionCommand | Groups the currently selected objects of the active document. |
| QuitCommand |
Invokes the exit() method defined in interface Application.
|
| RedoCommand |
The RedoCommand is used to redo the last undone action.
|
| SelectAllCommand | Selects all objects in the currently selected document. |
| UndoCommand |
Reverts the last performed Command and returns the application
to the state it had before the it was performed.
|
| UngroupSelectionCommand | Ungroups a previously grouped selection of elements. |
Generic commands are those commands which are not dependant of a gui library like swing, swt, etc. These commands will work in a any envirement.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||