|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AttributeColumnsController | This interface defines part of the Data Laboratory API basic actions. |
AttributeColumnsMergeStrategiesController | This interface defines part of the Data Laboratory API basic actions. |
DataTablesController | This interface defines part of the Data Laboratory API. |
DataTablesEventListener | This is the interface for a listener of DataTablesController requests. |
GraphElementsController | This interface defines part of the Data Laboratory API basic actions. |
SearchReplaceController | Independent controller for search/replace feature. |
Class Summary | |
---|---|
SearchReplaceController.SearchOptions | Class that wraps the different possible options of search and provides various useful constructors. |
SearchReplaceController.SearchResult | Class that wraps the result of a search contaning the search options used for this result and the node or edge, row, column and start-end index of the value where ocurrence was found. |
Enum Summary | |
---|---|
AttributeColumnsMergeStrategiesController.BooleanOperations | Enumeration that defines the supported logic operations for a merge with booleanLogicOperationsMerge strategy. |
DataTablesEventListener.ExportMode |
Data Laboratory API, all capabilites are exposed through various controllers.
Use the various controllers to perform the same actions programatically
as the Data Laboratory UI is doing. Use Lookup
to find
controllers, for instance:
AttributeColumnsController acc = Lookup.getDefault().lookup(AttributeColumnsController.class);
Note that all operations are done on the current workspace
|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |