|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkViewTaskFactory | |
---|---|
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 | |
---|---|
class |
AbstractNetworkViewTaskFactory
A NetworkViewTaskFactory that is always ready to produce a TaskIterator. |
Uses of NetworkViewTaskFactory in org.cytoscape.task.edit |
---|
Subinterfaces of NetworkViewTaskFactory in org.cytoscape.task.edit | |
---|---|
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 | |
---|---|
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 |
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). |
Uses of NetworkViewTaskFactory in org.cytoscape.task.write |
---|
Subinterfaces of NetworkViewTaskFactory in org.cytoscape.task.write | |
---|---|
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. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |