Uses of Interface
org.cytoscape.task.NetworkViewTaskFactory
-
Packages that use NetworkViewTaskFactory Package Description 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.edit This package include a set of task factory interfaces that allow the modification or editing of various objects within Cytoscape.org.cytoscape.task.hide This package includes a set of task factory interfaces showing and hiding nodes and edges within network views.org.cytoscape.task.write 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 NetworkViewTaskFactory Modifier and Type Class Description class
AbstractNetworkViewTaskFactory
A NetworkViewTaskFactory that is always ready to produce a TaskIterator.Methods in org.cytoscape.task with parameters of type NetworkViewTaskFactory Modifier and Type Method Description TaskFactory
DynamicTaskFactoryProvisioner. createFor(NetworkViewTaskFactory factory)
-
Uses of NetworkViewTaskFactory in org.cytoscape.task.edit
Subinterfaces of NetworkViewTaskFactory in org.cytoscape.task.edit Modifier and Type Interface Description interface
GroupNodesTaskFactory
This interface provides a task iterator for grouping nodes.interface
UnGroupTaskFactory
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.hide Modifier and Type Interface Description interface
HideSelectedEdgesTaskFactory
This interface provides a task iterator for hiding selected edges.interface
HideSelectedNodesTaskFactory
This interface provides a task iterator for hiding selected nodes.interface
HideSelectedTaskFactory
This interface provides a task iterator for hiding all of the selected items.interface
HideUnselectedEdgesTaskFactory
This interface provides a task iterator for hiding unselected edges.interface
HideUnselectedNodesTaskFactory
This interface provides a task iterator for hiding unselected nodes.interface
HideUnselectedTaskFactory
This interface provides a task iterator for hiding unselected nodes and edges.interface
UnHideAllEdgesTaskFactory
This interface provides a task iterator for unhiding all edges.interface
UnHideAllNodesTaskFactory
This interface provides a task iterator for unhiding all nodes.interface
UnHideAllTaskFactory
This interface provides a task iterator for unhiding everything (all nodes and edges).interface
UnHideSelectedEdgesTaskFactory
This interface provides a task iterator for unhiding selected edges.interface
UnHideSelectedNodesTaskFactory
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.write Modifier and Type Interface Description interface
ExportNetworkImageTaskFactory
This interface provides a task iterator for exporting networks as image.interface
ExportNetworkViewTaskFactory
This interface provides a task iterator for exporting network views.
-