Package org.gephi.datalab.spi.general
Interface PluginGeneralActionsManipulator
-
- All Superinterfaces:
Manipulator
public interface PluginGeneralActionsManipulator extends Manipulator
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.
- Author:
- Eduardo Ramos
-
-
Method Summary
-
Methods inherited from interface org.gephi.datalab.spi.Manipulator
canExecute, execute, getDescription, getIcon, getName, getPosition, getType, getUI
-
-