Package org.kie.workbench.common.stunner.core.client.session.command.impl
-
Class Summary Class Description AbstractExportSessionCommand AbstractSelectionAwareSessionCommand<S extends org.kie.workbench.common.stunner.core.client.session.ClientSession> ClearSessionCommand This session commands clear the canvas and internal graph structure.ClearSessionCommandExecutedEvent CopySelectionSessionCommand This session command obtains the selected elements on session and copy the elements to a clipboard.CopySelectionSessionCommandExecutedEvent CutSelectionSessionCommand This session command copy to the clipboard usingCopySelectionSessionCommandselected elements and delete them using theDeleteSelectionSessionCommand.CutSelectionSessionCommandExecutedEvent DeleteSelectionSessionCommand This session command obtains the selected elements on session and executes a delete operation for each one.ExportToJpgSessionCommand ExportToPdfSessionCommand ExportToPngSessionCommand ExportToRawFormatSessionCommand ExportToSvgSessionCommand PasteSelectionSessionCommand This session command obtains the selected elements on the clipboard and clone each one of them.PerformAutomaticLayoutCommand RedoSessionCommand SaveDiagramSessionCommand This session commands saves the current Diagram onCanvasHandler.getDiagram().SessionSingletonCommandsFactory The purpose of this class is to have only one copy of Copy, Delete per Client Session.SwitchGridSessionCommand UndoSessionCommand ValidateSessionCommand VisitGraphSessionCommand