Class 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.EditorSessionCommands bind​(org.kie.workbench.common.stunner.core.client.session.ClientSession session)  
      org.kie.workbench.common.stunner.forms.client.session.command.GenerateDiagramFormsSessionCommand getGenerateDiagramFormsSessionCommand()  
      org.kie.workbench.common.stunner.forms.client.session.command.GenerateProcessFormsSessionCommand getGenerateProcessFormsSessionCommand()  
      org.kie.workbench.common.stunner.forms.client.session.command.GenerateSelectedFormsSessionCommand getGenerateSelectedFormsSessionCommand()  
      protected void registerCommands()  
      • 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
    • Constructor Detail

      • AbstractProcessEditorSessionCommands

        public AbstractProcessEditorSessionCommands​(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
      • bind

        public org.kie.workbench.common.stunner.client.widgets.editor.EditorSessionCommands bind​(org.kie.workbench.common.stunner.core.client.session.ClientSession session)
        Overrides:
        bind in class org.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()