Package org.gephi.datalab.spi.nodes
Interface NodesManipulator
-
- All Superinterfaces:
ContextMenuItemManipulator
,Manipulator
public interface NodesManipulator extends ContextMenuItemManipulator
Please note that the methods offered in this service are the same as Visualization API GraphContextMenuItem. It is possible to reuse actions implementations by adding both
Manipulator for nodes.ServiceProvider
annotations.- Author:
- Eduardo Ramos
- See Also:
Manipulator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setup(Node[] nodes, Node clickedNode)
Prepare nodes for this action.-
Methods inherited from interface org.gephi.datalab.spi.ContextMenuItemManipulator
getMnemonicKey, getSubItems, isAvailable
-
Methods inherited from interface org.gephi.datalab.spi.Manipulator
canExecute, execute, getDescription, getIcon, getName, getPosition, getType, getUI
-
-