Class DMNEditorSessionCommands
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
-
- org.kie.workbench.common.dmn.project.client.session.DMNEditorSessionCommands
-
@Dependent public class DMNEditorSessionCommands extends org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
-
-
Constructor Summary
Constructors Constructor Description DMNEditorSessionCommands(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.core.client.session.command.impl.PerformAutomaticLayoutCommandgetPerformAutomaticLayoutCommand()org.kie.workbench.common.stunner.core.client.session.command.impl.ValidateSessionCommandgetValidateSessionCommand()protected voidregisterCommands()-
Methods inherited from class org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
bind, clear, destroy, get, getClearSessionCommand, getCommands, getCopySelectionSessionCommand, getCutSelectionSessionCommand, getDeleteSelectionSessionCommand, getExportToJpgSessionCommand, getExportToPdfSessionCommand, getExportToPngSessionCommand, getExportToRawFormatSessionCommand, getExportToSvgSessionCommand, getPasteSelectionSessionCommand, getRedoSessionCommand, getSaveDiagramSessionCommand, getSwitchGridSessionCommand, getUndoSessionCommand, getVisitGraphSessionCommand, init
-
-
-
-
Method Detail
-
registerCommands
protected void registerCommands()
- Overrides:
registerCommandsin classorg.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
-
getValidateSessionCommand
public org.kie.workbench.common.stunner.core.client.session.command.impl.ValidateSessionCommand getValidateSessionCommand()
- Overrides:
getValidateSessionCommandin classorg.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
-
getPerformAutomaticLayoutCommand
public org.kie.workbench.common.stunner.core.client.session.command.impl.PerformAutomaticLayoutCommand getPerformAutomaticLayoutCommand()
-
-