Package org.cytoscape.task
Interface DynamicTaskFactoryProvisioner
public interface DynamicTaskFactoryProvisioner
TODO: Missing documentation
Module: core-task-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>core-task-api</artifactId> </dependency>
-
Method Summary
Modifier and TypeMethodDescriptioncreateFor
(NetworkCollectionTaskFactory factory) createFor
(NetworkTaskFactory factory) createFor
(NetworkViewTaskFactory factory) createFor
(RowTaskFactory factory, CyRow row) createFor
(TableCellTaskFactory factory, CyColumn column, Object primaryKeyValue) createFor
(TableColumnTaskFactory factory, CyColumn column) createFor
(TableTaskFactory factory)
-
Method Details
-
createFor
-
createFor
-
createFor
-
createFor
-
createFor
-
createFor
-
createFor
-
createFor
-