Class AbstractProcessEditorSessionCommands
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
-
- org.kie.workbench.common.stunner.bpmn.project.client.editor.AbstractProcessEditorSessionCommands
-
- Direct Known Subclasses:
BPMNEditorSessionCommands
public abstract class AbstractProcessEditorSessionCommands extends org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
-
-
Constructor Summary
Constructors Constructor Description AbstractProcessEditorSessionCommands(org.kie.workbench.common.stunner.core.client.session.command.ManagedClientSessionCommands commands)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommandsbind(org.kie.workbench.common.stunner.core.client.session.ClientSession session)org.kie.workbench.common.stunner.forms.client.session.command.GenerateDiagramFormsSessionCommandgetGenerateDiagramFormsSessionCommand()org.kie.workbench.common.stunner.forms.client.session.command.GenerateProcessFormsSessionCommandgetGenerateProcessFormsSessionCommand()org.kie.workbench.common.stunner.forms.client.session.command.GenerateSelectedFormsSessionCommandgetGenerateSelectedFormsSessionCommand()protected voidregisterCommands()-
Methods inherited from class org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
clear, destroy, get, getClearSessionCommand, getCommands, getCopySelectionSessionCommand, getCutSelectionSessionCommand, getDeleteSelectionSessionCommand, getExportToJpgSessionCommand, getExportToPdfSessionCommand, getExportToPngSessionCommand, getExportToRawFormatSessionCommand, getExportToSvgSessionCommand, getPasteSelectionSessionCommand, getRedoSessionCommand, getSaveDiagramSessionCommand, getSwitchGridSessionCommand, getUndoSessionCommand, getValidateSessionCommand, getVisitGraphSessionCommand, init
-
-
-
-
Method Detail
-
registerCommands
protected void registerCommands()
- Overrides:
registerCommandsin classorg.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
-
bind
public org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands bind(org.kie.workbench.common.stunner.core.client.session.ClientSession session)
- Overrides:
bindin classorg.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
-
getGenerateProcessFormsSessionCommand
public org.kie.workbench.common.stunner.forms.client.session.command.GenerateProcessFormsSessionCommand getGenerateProcessFormsSessionCommand()
-
getGenerateDiagramFormsSessionCommand
public org.kie.workbench.common.stunner.forms.client.session.command.GenerateDiagramFormsSessionCommand getGenerateDiagramFormsSessionCommand()
-
getGenerateSelectedFormsSessionCommand
public org.kie.workbench.common.stunner.forms.client.session.command.GenerateSelectedFormsSessionCommand getGenerateSelectedFormsSessionCommand()
-
-