public class JoinNumberColumns extends Object implements org.gephi.datalab.spi.columns.merge.AttributeColumnsMergeStrategy, GeneralColumnTitleChooser
double[]| Modifier and Type | Field and Description |
|---|---|
private org.gephi.graph.api.Column[] |
columns |
private String |
columnTitle |
private static String |
SEPARATOR |
private org.gephi.graph.api.Table |
table |
| Constructor and Description |
|---|
JoinNumberColumns() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute() |
void |
execute() |
String |
getColumnTitle()
Provide a initial title for the UI if needed.
|
String |
getDescription() |
Icon |
getIcon() |
String |
getName() |
int |
getPosition() |
org.gephi.graph.api.Table |
getTable()
Manipulators must provide the table to use in the UI to validate the column title with this method.
|
int |
getType() |
org.gephi.datalab.spi.ManipulatorUI |
getUI() |
void |
setColumnTitle(String columnTitle)
Called from the UI to set the final title to use.
|
void |
setup(org.gephi.graph.api.Table table,
org.gephi.graph.api.Column[] columns) |
private static final String SEPARATOR
private org.gephi.graph.api.Table table
private org.gephi.graph.api.Column[] columns
private String columnTitle
public void setup(org.gephi.graph.api.Table table,
org.gephi.graph.api.Column[] columns)
setup in interface org.gephi.datalab.spi.columns.merge.AttributeColumnsMergeStrategypublic void execute()
execute in interface org.gephi.datalab.spi.Manipulatorpublic String getName()
getName in interface org.gephi.datalab.spi.Manipulatorpublic String getDescription()
getDescription in interface org.gephi.datalab.spi.Manipulatorpublic boolean canExecute()
canExecute in interface org.gephi.datalab.spi.Manipulatorpublic org.gephi.datalab.spi.ManipulatorUI getUI()
getUI in interface org.gephi.datalab.spi.Manipulatorpublic int getType()
getType in interface org.gephi.datalab.spi.Manipulatorpublic int getPosition()
getPosition in interface org.gephi.datalab.spi.Manipulatorpublic Icon getIcon()
getIcon in interface org.gephi.datalab.spi.Manipulatorpublic org.gephi.graph.api.Table getTable()
GeneralColumnTitleChoosergetTable in interface GeneralColumnTitleChooserpublic String getColumnTitle()
GeneralColumnTitleChoosergetColumnTitle in interface GeneralColumnTitleChooserpublic void setColumnTitle(String columnTitle)
GeneralColumnTitleChoosersetColumnTitle in interface GeneralColumnTitleChoosercolumnTitle - TitleCopyright © 2007–2015 Gephi Consortium. All rights reserved.