Package org.gephi.datalab.spi.values
Interface AttributeValueManipulator
-
- All Superinterfaces:
Manipulator
public interface AttributeValueManipulator extends Manipulator
Manipulator for a single AttributeValue (cells) on right click.- Author:
- Eduardo Ramos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setup(Element row, Column column)
Prepare the AttributeValue data.-
Methods inherited from interface org.gephi.datalab.spi.Manipulator
canExecute, execute, getDescription, getIcon, getName, getPosition, getType, getUI
-
-