Uses of Interface
org.kie.workbench.common.stunner.core.client.session.command.ClientSessionCommand
-
Packages that use ClientSessionCommand Package Description org.kie.workbench.common.stunner.core.client.session.command org.kie.workbench.common.stunner.core.client.session.command.impl -
-
Uses of ClientSessionCommand in org.kie.workbench.common.stunner.core.client.session.command
Classes in org.kie.workbench.common.stunner.core.client.session.command with type parameters of type ClientSessionCommand Modifier and Type Class Description classAbstractClientSessionCommandExecutedEvent<C extends ClientSessionCommand,S extends org.kie.workbench.common.stunner.core.client.session.ClientSession>Classes in org.kie.workbench.common.stunner.core.client.session.command that implement ClientSessionCommand Modifier and Type Class Description classAbstractClientSessionCommand<S extends org.kie.workbench.common.stunner.core.client.session.ClientSession>Methods in org.kie.workbench.common.stunner.core.client.session.command with type parameters of type ClientSessionCommand Modifier and Type Method Description <S extends ClientSessionCommand>
SManagedClientSessionCommands. get(int index)<S extends ClientSessionCommand>
SManagedClientSessionCommands. get(Class<? extends ClientSessionCommand> type)<S extends ClientSessionCommand>
voidManagedClientSessionCommands. visit(BiConsumer<Class<S>,S> visitor)Methods in org.kie.workbench.common.stunner.core.client.session.command that return ClientSessionCommand Modifier and Type Method Description ClientSessionCommand<S>AbstractClientSessionCommand. listen(org.uberfire.mvp.Command statusCallback)ClientSessionCommand<S>ClientSessionCommand. listen(org.uberfire.mvp.Command statusCallback)Method parameters in org.kie.workbench.common.stunner.core.client.session.command with type arguments of type ClientSessionCommand Modifier and Type Method Description <S extends ClientSessionCommand>
SManagedClientSessionCommands. get(Class<? extends ClientSessionCommand> type)ManagedClientSessionCommandsManagedClientSessionCommands. register(Class<? extends ClientSessionCommand> type)Constructor parameters in org.kie.workbench.common.stunner.core.client.session.command with type arguments of type ClientSessionCommand Constructor Description ManagedClientSessionCommands(org.kie.workbench.common.stunner.core.util.DefinitionUtils definitionUtils, org.jboss.errai.ioc.client.api.ManagedInstance<ClientSessionCommand> sessionCommands)ManagedClientSessionCommands(org.kie.workbench.common.stunner.core.util.DefinitionUtils definitionUtils, org.jboss.errai.ioc.client.api.ManagedInstance<ClientSessionCommand> sessionCommands, int size) -
Uses of ClientSessionCommand in org.kie.workbench.common.stunner.core.client.session.command.impl
Classes in org.kie.workbench.common.stunner.core.client.session.command.impl that implement ClientSessionCommand Modifier and Type Class Description classAbstractExportSessionCommandclassAbstractSelectionAwareSessionCommand<S extends org.kie.workbench.common.stunner.core.client.session.ClientSession>classClearSessionCommandThis session commands clear the canvas and internal graph structure.classCopySelectionSessionCommandThis session command obtains the selected elements on session and copy the elements to a clipboard.classCutSelectionSessionCommandThis session command copy to the clipboard usingCopySelectionSessionCommandselected elements and delete them using theDeleteSelectionSessionCommand.classDeleteSelectionSessionCommandThis session command obtains the selected elements on session and executes a delete operation for each one.classExportToJpgSessionCommandclassExportToPdfSessionCommandclassExportToPngSessionCommandclassExportToRawFormatSessionCommandclassExportToSvgSessionCommandclassPasteSelectionSessionCommandThis session command obtains the selected elements on the clipboard and clone each one of them.classPerformAutomaticLayoutCommandclassRedoSessionCommandclassSaveDiagramSessionCommandThis session commands saves the current Diagram onCanvasHandler.getDiagram().classSwitchGridSessionCommandclassUndoSessionCommandclassValidateSessionCommandclassVisitGraphSessionCommand
-