Package org.gephi.datalab.api

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