|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskFactory | |
---|---|
org.cytoscape.application.swing | This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API. |
org.cytoscape.task.create | This package provides a variety of task factory interfaces for creating new instances of network and other objects. |
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.read | This package contains a set of task factory interfaces for reading various Cytoscape objects from files and URLs. |
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. |
org.cytoscape.work | This packages everything relating to tasks in Cytoscape. |
Uses of TaskFactory in org.cytoscape.application.swing |
---|
Constructors in org.cytoscape.application.swing with parameters of type TaskFactory | |
---|---|
AbstractCyAction(Map<String,String> configProps,
CyApplicationManager applicationManager,
CyNetworkViewManager networkViewManager,
TaskFactory factory)
Creates a new AbstractCyAction object. |
|
AbstractCyAction(Map<String,String> configProps,
TaskFactory predicate)
Creates a new AbstractCyAction object. |
Uses of TaskFactory in org.cytoscape.task.create |
---|
Subinterfaces of TaskFactory in org.cytoscape.task.create | |
---|---|
interface |
NewSessionTaskFactory
This interface provides a task iterator for creating a new session. |
Uses of TaskFactory in org.cytoscape.task.edit |
---|
Subinterfaces of TaskFactory in org.cytoscape.task.edit | |
---|---|
interface |
MapGlobalToLocalTableTaskFactory
This interface provides a task iterator for mapping a global to a local table. |
Uses of TaskFactory in org.cytoscape.task.read |
---|
Subinterfaces of TaskFactory in org.cytoscape.task.read | |
---|---|
interface |
LoadNetworkFileTaskFactory
This interface provides a task iterator for loading networks from files. |
interface |
LoadNetworkURLTaskFactory
This interface provides a task iterator for loading a URL into a network. |
interface |
LoadTableFileTaskFactory
This interface provides a task iterator for loading the attribute file to a table. |
interface |
LoadTableURLTaskFactory
This interface provides a task iterator for loading an attribute URL to a table. |
interface |
LoadVizmapFileTaskFactory
An interface for loading styles from files. |
interface |
OpenSessionTaskFactory
This interface provides a task iterator for loading a session. |
Uses of TaskFactory in org.cytoscape.task.write |
---|
Subinterfaces of TaskFactory in org.cytoscape.task.write | |
---|---|
interface |
ExportSelectedTableTaskFactory
This interface provides a task iterator for exporting the current table. |
interface |
ExportVizmapTaskFactory
This interface provides a task iterator for exporting the vizmap visual style. |
interface |
SaveSessionAsTaskFactory
This interface provides a task iterator for saving a session in a specified file. |
Uses of TaskFactory in org.cytoscape.work |
---|
Classes in org.cytoscape.work that implement TaskFactory | |
---|---|
class |
AbstractTaskFactory
A TaskFactory that is always ready to produce a TaskIterator. |
Methods in org.cytoscape.work with parameters of type TaskFactory | |
---|---|
T |
TaskManager.getConfiguration(TaskFactory factory,
Object tunableContext)
Returns a configuration object generated from the Tunables read from the TaskFactory. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |