Class 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.PerformAutomaticLayoutCommand getPerformAutomaticLayoutCommand()  
      org.kie.workbench.common.stunner.core.client.session.command.impl.ValidateSessionCommand getValidateSessionCommand()  
      protected void registerCommands()  
      • 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
    • Constructor Detail

      • DMNEditorSessionCommands

        @Inject
        public DMNEditorSessionCommands​(org.kie.workbench.common.stunner.core.client.session.command.ManagedClientSessionCommands commands)
    • Method Detail

      • registerCommands

        protected void registerCommands()
        Overrides:
        registerCommands in class org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
      • getValidateSessionCommand

        public org.kie.workbench.common.stunner.core.client.session.command.impl.ValidateSessionCommand getValidateSessionCommand()
        Overrides:
        getValidateSessionCommand in class org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands
      • getPerformAutomaticLayoutCommand

        public org.kie.workbench.common.stunner.core.client.session.command.impl.PerformAutomaticLayoutCommand getPerformAutomaticLayoutCommand()