public interface GeneralColumnTitleChooser
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnTitle()
Provide a initial title for the UI if needed.
|
org.gephi.graph.api.Table |
getTable()
Manipulators must provide the table to use in the UI to validate the column title with this method.
|
void |
setColumnTitle(String columnTitle)
Called from the UI to set the final title to use.
|
String getColumnTitle()
void setColumnTitle(String columnTitle)
columnTitle - Titleorg.gephi.graph.api.Table getTable()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.