Uses of Interface
org.gephi.datalab.spi.ContextMenuItemManipulator
-
Packages that use ContextMenuItemManipulator Package Description org.gephi.datalab.spi Interfaces for creating data laboratory plugins.org.gephi.datalab.spi.edges org.gephi.datalab.spi.nodes -
-
Uses of ContextMenuItemManipulator in org.gephi.datalab.spi
Methods in org.gephi.datalab.spi that return ContextMenuItemManipulator Modifier and Type Method Description ContextMenuItemManipulator[]
ContextMenuItemManipulator. getSubItems()
This is optional. -
Uses of ContextMenuItemManipulator in org.gephi.datalab.spi.edges
Subinterfaces of ContextMenuItemManipulator in org.gephi.datalab.spi.edges Modifier and Type Interface Description interface
EdgesManipulator
Manipulator for edges. -
Uses of ContextMenuItemManipulator in org.gephi.datalab.spi.nodes
Subinterfaces of ContextMenuItemManipulator in org.gephi.datalab.spi.nodes Modifier and Type Interface Description interface
NodesManipulator
Please note that the methods offered in this service are the same as Visualization API GraphContextMenuItem.
-