Package | Description |
---|---|
org.gephi.datalab.api |
Data Laboratory API, all capabilites are exposed through various controllers.
|
org.gephi.datalab.spi.columns |
Modifier and Type | Method and Description |
---|---|
AttributeColumnsManipulator |
DataLaboratoryHelper.getAttributeColumnsManipulatorByName(String name)
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
|
AttributeColumnsManipulator[] |
DataLaboratoryHelper.getAttributeColumnsManipulators()
Prepares an array that has one instance of every AttributeColumnsManipulator implementation
that has a builder registered and returns it.
|
Modifier and Type | Method and Description |
---|---|
void |
DataLaboratoryHelper.executeAttributeColumnsManipulator(AttributeColumnsManipulator m,
GraphModel graphModel,
Table table,
Column column)
Prepares the dialog UI of a AttributeColumnsManipulator if it has one and executes the manipulator in a separate
Thread when the dialog is accepted or directly if there is no UI.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeColumnsManipulatorUI.setup(AttributeColumnsManipulator m,
GraphModel graphModel,
Table table,
Column column,
DialogControls dialogControls)
Prepare this UI to be able to interact with its AttributeColumnsManipulator.
|
Copyright © 2007–2015 Gephi Consortium. All rights reserved.