public interface EditNetworkTitleTaskFactory extends NetworkTaskFactory
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>| Modifier and Type | Method and Description |
|---|---|
TaskIterator |
createTaskIterator(CyNetwork network,
String title)
Creates a task iterator for editing a network's title.
|
createTaskIterator, isReadyTaskIterator createTaskIterator(CyNetwork network, String title)
network - The network to edit the name of.title - The new network title.TaskIterator.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.