Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.task.NetworkViewCollectionTaskFactory

Packages that use NetworkViewCollectionTaskFactory
org.cytoscape.task This package provides base classes for common task factory types as well as their associated task types found in Cytoscape. 
org.cytoscape.task.destroy This package includes a set of task factory interfaces for deleting or or destroying objects within Cytoscape. 
org.cytoscape.task.visualize This package include a set of task factory interfaces used to manipulate the visualizations of network views. 
 

Uses of NetworkViewCollectionTaskFactory in org.cytoscape.task
 

Classes in org.cytoscape.task that implement NetworkViewCollectionTaskFactory
 class AbstractNetworkViewCollectionTaskFactory
          A NetworkViewCollectionTaskFactory that is always ready to produce a TaskIterator.
 

Methods in org.cytoscape.task with parameters of type NetworkViewCollectionTaskFactory
 TaskFactory DynamicTaskFactoryProvisioner.createFor(NetworkViewCollectionTaskFactory factory)
           
 

Uses of NetworkViewCollectionTaskFactory in org.cytoscape.task.destroy
 

Subinterfaces of NetworkViewCollectionTaskFactory in org.cytoscape.task.destroy
 interface DestroyNetworkViewTaskFactory
          This interface provides a task iterator that destroys a network view.
 

Uses of NetworkViewCollectionTaskFactory in org.cytoscape.task.visualize
 

Subinterfaces of NetworkViewCollectionTaskFactory in org.cytoscape.task.visualize
 interface ApplyPreferredLayoutTaskFactory
          This interface provides a task iterator for applying the preferred layout.
 interface ApplyVisualStyleTaskFactory
          Marker interface which provides a task iterator for applying a visual style to views.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.