| Package | Description |
|---|---|
| org.kie.workbench.common.stunner.core.client.session.command.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExportSessionCommand |
class |
AbstractSelectionAwareSessionCommand<S extends ClientSession> |
class |
ClearSessionCommand
This session commands clear the canvas and internal graph structure.
|
class |
CopySelectionSessionCommand
This session command obtains the selected elements on session and copy the elements to a clipboard.
|
class |
CutSelectionSessionCommand
This session command copy to the clipboard using
CopySelectionSessionCommand selected elements and delete them using the DeleteSelectionSessionCommand |
class |
DeleteSelectionSessionCommand
This session command obtains the selected elements on session and executes a delete operation for each one.
|
class |
ExportToBpmnSessionCommand |
class |
ExportToJpgSessionCommand |
class |
ExportToPdfSessionCommand |
class |
ExportToPngSessionCommand |
class |
ExportToSvgSessionCommand |
class |
PasteSelectionSessionCommand
This session command obtains the selected elements on the clipboard and clone each one of them.
|
class |
PerformAutomaticLayoutCommand |
class |
RedoSessionCommand |
class |
SaveDiagramSessionCommand
This session commands saves the current Diagram on
CanvasHandler.getDiagram(). |
class |
SwitchGridSessionCommand |
class |
UndoSessionCommand |
class |
ValidateSessionCommand |
class |
VisitGraphSessionCommand |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.