|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataTablesController
This interface defines part of the Data Laboratory API.
It provides methods to control the Data Table UI that shows a table for nodes and edges.
This is done by registering the data table ui as a listener of these events that can be requested with this controller. Note that data table ui will not be registered to listen to the events of this controller until it is instanced opening Data Laboratory Group
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.gephi.datalab.api.DataTablesEventListener |
---|
DataTablesEventListener.ExportMode |
Method Summary | |
---|---|
DataTablesEventListener |
getDataTablesEventListener()
Returns the current registered DataTablesEventListener. |
boolean |
isDataTablesReady()
Indicates if Data Table UI is registered as a listener of the events created by this controller. |
void |
selectTable(AttributeTable table)
Request the tables implementation to show the given table (nodes or edges table) |
void |
setDataTablesEventListener(DataTablesEventListener listener)
Register a listener for these requests. |
Method Detail |
---|
void selectTable(AttributeTable table)
table
- Table to showvoid setDataTablesEventListener(DataTablesEventListener listener)
listener
- Instance of DataTablesEventListenerDataTablesEventListener getDataTablesEventListener()
boolean isDataTablesReady()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |