|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeColumnsManipulator
Manipulation action to use for Data Laboratory column manipulator buttons.
This special type of manipulator does not need any builder, implementations can be published simply with @ServiceProvider(service = AttributeColumnsManipulator.class)
annotation
These are shown as drop down buttons and are able to:
Method Summary | |
---|---|
boolean |
canManipulateColumn(AttributeTable table,
AttributeColumn column)
Indicates if this AttributeColumnsManipulator can manipulate a specific AttributeColumn. |
void |
execute(AttributeTable table,
AttributeColumn column)
Execute this AttributeColumnsManipulator with the indicated table and column |
java.lang.String |
getDescription()
Description of the AttributeColumnsManipulator. |
java.awt.Image |
getIcon()
Returns an icon for this AttributeColumnsManipulator if necessary. |
java.lang.String |
getName()
Return name to show for this AttributeColumnsManipulator on the ui. |
int |
getPosition()
Returns a position value that indicates the position of this AttributeColumnsManipulator in its type group. |
int |
getType()
Type of manipulator. |
AttributeColumnsManipulatorUI |
getUI(AttributeTable table,
AttributeColumn column)
Returns a ManipulatorUI for this Manipulator if it needs one. |
Method Detail |
---|
void execute(AttributeTable table, AttributeColumn column)
table
- AttributeTable of the columncolumn
- AttributeColumn of the table to manipulatejava.lang.String getName()
java.lang.String getDescription()
boolean canManipulateColumn(AttributeTable table, AttributeColumn column)
AttributeColumnsManipulatorUI getUI(AttributeTable table, AttributeColumn column)
table
- AttributeTable of the columncolumn
- AttributeColumn of the table to manipulate
int getType()
int getPosition()
java.awt.Image getIcon()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |