Class ContextMenuHelper
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.ContextMenuHelper
- All Implemented Interfaces:
HelperClass
public class ContextMenuHelper extends Object implements HelperClass
-
Constructor Summary
Constructors Constructor Description ContextMenuHelper()
-
Method Summary
Modifier and Type Method Description static void
createAndShowContextMenuForAlgorithm(ProvidesNodeContextMenu a)
static Collection<Node>
getActiveNodeSelection()
static Collection<GraphElement>
getActiveSelection()
-
Constructor Details
-
ContextMenuHelper
public ContextMenuHelper()
-
-
Method Details
-
createAndShowContextMenuForAlgorithm
-
getActiveNodeSelection
- Returns:
- All nodes of current view, if no node is selected. If nodes are selected, a List with that Nodes is returned.
-
getActiveSelection
-