Uses of Interface
org.cytoscape.task.NodeViewTaskFactory
Packages that use NodeViewTaskFactory
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 for selecting, de-selecting and inverting selections
of nodes, edges, or combinations of both based on specific criteria.
-
Uses of NodeViewTaskFactory in org.cytoscape.task
Classes in org.cytoscape.task that implement NodeViewTaskFactoryModifier and TypeClassDescriptionclass
A NodeViewTaskFactory that is always ready to produce a TaskIterator. -
Uses of NodeViewTaskFactory in org.cytoscape.task.edit
Subinterfaces of NodeViewTaskFactory in org.cytoscape.task.editModifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator collapsing selection of nodes from a node view.interface
This interface provides a task iterator expanding a group from a node view.interface
This interface provides a task iterator ungrouping a selection of nodes from a node view. -
Uses of NodeViewTaskFactory in org.cytoscape.task.select
Subinterfaces of NodeViewTaskFactory in org.cytoscape.task.selectModifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for selecting neighbor nodes.