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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceThis interface provides a task iterator for grouping nodes.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis interface provides a task iterator for hiding selected edges.interfaceThis interface provides a task iterator for hiding selected nodes.interfaceThis interface provides a task iterator for hiding all of the selected items.interfaceThis interface provides a task iterator for hiding unselected edges.interfaceThis interface provides a task iterator for hiding unselected nodes.interfaceThis interface provides a task iterator for hiding unselected nodes and edges.interfaceThis interface provides a task iterator for unhiding all edges.interfaceThis interface provides a task iterator for unhiding all nodes.interfaceThis interface provides a task iterator for unhiding everything (all nodes and edges).interfaceThis interface provides a task iterator for unhiding selected edges.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis interface provides a task iterator for exporting networks as image.interfaceThis interface provides a task iterator for exporting network views.