public interface GeneralColumnsChooser
ClearNodesData| Modifier and Type | Method and Description |
|---|---|
org.gephi.graph.api.Column[] |
getColumns()
Provide columns to show in the UI to be selected or not.
|
String |
getName()
Provide title for the GeneralChooseColumnsUI.
|
void |
setColumns(org.gephi.graph.api.Column[] columnsToClearData)
The GeneralChooseColumnsUI will use this method to set the columns to finally manipulate, after the GeneralChooseColumnsUI is closed.
|
org.gephi.graph.api.Column[] getColumns()
void setColumns(org.gephi.graph.api.Column[] columnsToClearData)
columnsToClearData - Columns to manipulateString getName()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.