Uses of Class
org.kie.workbench.common.dmn.client.editors.contextmenu.ContextMenu
-
Packages that use ContextMenu Package Description org.kie.workbench.common.dmn.client.editors.contextmenu org.kie.workbench.common.dmn.client.editors.drd -
-
Uses of ContextMenu in org.kie.workbench.common.dmn.client.editors.contextmenu
Methods in org.kie.workbench.common.dmn.client.editors.contextmenu with parameters of type ContextMenu Modifier and Type Method Description voidContextMenuView. init(ContextMenu presenter)Method parameters in org.kie.workbench.common.dmn.client.editors.contextmenu with type arguments of type ContextMenu Modifier and Type Method Description voidContextMenu. show(Consumer<ContextMenu> contextMenuConsumer)This overloaded version of show method accepts a lambda with a series of operations to be performed before showing the context menu -
Uses of ContextMenu in org.kie.workbench.common.dmn.client.editors.drd
Methods in org.kie.workbench.common.dmn.client.editors.drd with parameters of type ContextMenu Modifier and Type Method Description protected voidDRDContextMenu. setDRDContextMenuHandler(ContextMenu contextMenu, Collection<org.kie.workbench.common.stunner.core.graph.Node<? extends org.kie.workbench.common.stunner.core.graph.content.definition.Definition<?>,org.kie.workbench.common.stunner.core.graph.Edge>> selectedNodes)Constructors in org.kie.workbench.common.dmn.client.editors.drd with parameters of type ContextMenu Constructor Description DRDContextMenu(ContextMenu contextMenu, org.kie.workbench.common.stunner.core.client.i18n.ClientTranslationService translationService, DRDContextMenuService drdContextMenuService, DMNDiagramsSession dmnDiagramsSession)
-