Uses of Interface
org.cytoscape.task.NetworkViewTaskFactory
Packages that use NetworkViewTaskFactory
Package
Description
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
This package include a set of task factory interfaces that allow
the modification or editing of various objects within Cytoscape.
This package includes a set of task factory interfaces showing and hiding
nodes and edges within network views.
This package contains a set of task factory interfaces used for
exporting or writing a variety of Cytoscape objects to files.
-
Uses of NetworkViewTaskFactory in org.cytoscape.task
Classes in org.cytoscape.task that implement NetworkViewTaskFactoryModifier and TypeClassDescriptionclass
A NetworkViewTaskFactory that is always ready to produce a TaskIterator.Methods in org.cytoscape.task with parameters of type NetworkViewTaskFactoryModifier and TypeMethodDescriptionDynamicTaskFactoryProvisioner.createFor(NetworkViewTaskFactory factory)
-
Uses of NetworkViewTaskFactory in org.cytoscape.task.edit
Subinterfaces of NetworkViewTaskFactory in org.cytoscape.task.editModifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for grouping nodes.interface
This interface provides a task iterator ungrouping a group from a network view. -
Uses of NetworkViewTaskFactory in org.cytoscape.task.hide
Subinterfaces of NetworkViewTaskFactory in org.cytoscape.task.hideModifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for hiding selected edges.interface
This interface provides a task iterator for hiding selected nodes.interface
This interface provides a task iterator for hiding all of the selected items.interface
This interface provides a task iterator for hiding unselected edges.interface
This interface provides a task iterator for hiding unselected nodes.interface
This interface provides a task iterator for hiding unselected nodes and edges.interface
This interface provides a task iterator for unhiding all edges.interface
This interface provides a task iterator for unhiding all nodes.interface
This interface provides a task iterator for unhiding everything (all nodes and edges).interface
This interface provides a task iterator for unhiding selected edges.interface
This interface provides a task iterator for unhiding selected nodes. -
Uses of NetworkViewTaskFactory in org.cytoscape.task.write
Subinterfaces of NetworkViewTaskFactory in org.cytoscape.task.writeModifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for exporting networks as image.interface
This interface provides a task iterator for exporting network views.