Uses of Interface
org.gephi.datalab.spi.Manipulator
-
Packages that use Manipulator Package Description org.gephi.datalab.api Data Laboratory API, all capabilites are exposed through various controllers.org.gephi.datalab.spi Interfaces for creating data laboratory plugins.org.gephi.datalab.spi.columns.merge org.gephi.datalab.spi.edges org.gephi.datalab.spi.general org.gephi.datalab.spi.nodes org.gephi.datalab.spi.rows.merge org.gephi.datalab.spi.values -
-
Uses of Manipulator in org.gephi.datalab.api
Methods in org.gephi.datalab.api with parameters of type Manipulator Modifier and Type Method Description void
DataLaboratoryHelper. executeManipulator(Manipulator m)
Prepares the dialog UI of a manipulator if it has one and executes the manipulator in a separate Thread when the dialog is accepted or directly if there is no UI. -
Uses of Manipulator in org.gephi.datalab.spi
Subinterfaces of Manipulator in org.gephi.datalab.spi Modifier and Type Interface Description interface
ContextMenuItemManipulator
This interface defines a common extension for the manipulators that appear as context menu items such as NodesManipulator, EdgesManipulator and GraphContextMenuItem (from Visualization API)Methods in org.gephi.datalab.spi with parameters of type Manipulator Modifier and Type Method Description void
ManipulatorUI. setup(Manipulator m, DialogControls dialogControls)
Prepare this UI to be able to interact with its Manipulator. -
Uses of Manipulator in org.gephi.datalab.spi.columns.merge
Subinterfaces of Manipulator in org.gephi.datalab.spi.columns.merge Modifier and Type Interface Description interface
AttributeColumnsMergeStrategy
Service for defining strategies for merging attribute columns of a table. -
Uses of Manipulator in org.gephi.datalab.spi.edges
Subinterfaces of Manipulator in org.gephi.datalab.spi.edges Modifier and Type Interface Description interface
EdgesManipulator
Manipulator for edges. -
Uses of Manipulator in org.gephi.datalab.spi.general
Subinterfaces of Manipulator in org.gephi.datalab.spi.general Modifier and Type Interface Description interface
GeneralActionsManipulator
Manipulator for general actions that don't need to obtain any data before being executed.interface
PluginGeneralActionsManipulator
This interface defines the same service as GeneralActionsManipulator, with one only change: the actions are shown in a drop down panel as plugins, to tell the difference between normal, basic general actions in data laboratory and plugins. -
Uses of Manipulator in org.gephi.datalab.spi.nodes
Subinterfaces of Manipulator 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. -
Uses of Manipulator in org.gephi.datalab.spi.rows.merge
Subinterfaces of Manipulator in org.gephi.datalab.spi.rows.merge Modifier and Type Interface Description interface
AttributeRowsMergeStrategy
Service for defining strategies for merging a column of rows of a table. -
Uses of Manipulator in org.gephi.datalab.spi.values
Subinterfaces of Manipulator in org.gephi.datalab.spi.values Modifier and Type Interface Description interface
AttributeValueManipulator
Manipulator for a single AttributeValue (cells) on right click.
-