Uses of Class
org.kie.workbench.common.stunner.core.client.session.command.impl.AbstractSelectionAwareSessionCommand
-
Packages that use AbstractSelectionAwareSessionCommand Package Description org.kie.workbench.common.stunner.core.client.session.command.impl -
-
Uses of AbstractSelectionAwareSessionCommand in org.kie.workbench.common.stunner.core.client.session.command.impl
Subclasses of AbstractSelectionAwareSessionCommand in org.kie.workbench.common.stunner.core.client.session.command.impl Modifier and Type Class Description 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.Methods in org.kie.workbench.common.stunner.core.client.session.command.impl with parameters of type AbstractSelectionAwareSessionCommand Modifier and Type Method Description static voidSessionSingletonCommandsFactory. createOrPut(AbstractSelectionAwareSessionCommand<EditorSession> command, org.kie.workbench.common.stunner.core.client.api.SessionManager sessionManager)
-