Package org.gephi.datalab.spi.general
Interface GeneralActionsManipulator
-
- All Superinterfaces:
Manipulator
public interface GeneralActionsManipulator extends Manipulator
Manipulator for general actions that don't need to obtain any data before being executed.
They are added as buttons in Data table toolbar.
The implementations don't need a builder and can simply be published with
@ServiceProvider(service = GeneralActionsManipulator.class)
annotation- Author:
- Eduardo Ramos
- See Also:
Manipulator
-
-
Method Summary
-
Methods inherited from interface org.gephi.datalab.spi.Manipulator
canExecute, execute, getDescription, getIcon, getName, getPosition, getType, getUI
-
-