| Class | Description |
|---|---|
| AbstractExportSessionCommand | |
| ClearSessionCommand |
This session commands clear the canvas and internal graph structure.
|
| ClearStatesSessionCommand |
Clears the state for all canvas shapes by setting each
one's state the value
NONE. |
| CopySelectionSessionCommand |
This session command obtains the selected elements on session and copy the elements to a clipboard.
|
| CutSelectionSessionCommand |
This session command copy to the clipboard using
CopySelectionSessionCommand selected elements and delete them using the DeleteSelectionSessionCommand |
| DeleteSelectionSessionCommand |
This session command obtains the selected elements on session and executes a delete operation for each one.
|
| ExportToJpgSessionCommand | |
| ExportToPdfSessionCommand | |
| ExportToPngSessionCommand | |
| PasteSelectionSessionCommand |
This session command obtains the selected elements on the clipboard and clone each one of them.
|
| RedoSessionCommand | |
| SessionCommandFactory | |
| SwitchGridSessionCommand | |
| UndoSessionCommand | |
| ValidateSessionCommand | |
| VisitGraphSessionCommand |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.