Uses of Interface
org.cytoscape.work.TaskFactory
Package
Description
This package defines the various interfaces, abstract classes, and enums
that represent the Cytoscape Swing Application API.
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
This package provides a variety of task factory interfaces for creating
new instances of network and other objects.
This package include a set of task factory interfaces that allow
the modification or editing of various objects within Cytoscape.
This package contains a set of task factory interfaces for reading
various Cytoscape objects from files and URLs.
This package contains a set of task factory interfaces used for
exporting or writing a variety of Cytoscape objects to files.
This package defines the task framework, where tasks are units of work.
-
Uses of TaskFactory in org.cytoscape.application.swing
ModifierConstructorDescriptionAbstractCyAction(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.application.swing.search
Modifier and TypeInterfaceDescriptioninterface
Task Factory that has to be implemented in order to create and register a Network Search provider.Modifier and TypeClassDescriptionclass
This abstract implementation ofNetworkSearchTaskFactory
makes the methodAbstractNetworkSearchTaskFactory.getQueryComponent()
optional. -
Uses of TaskFactory in org.cytoscape.task
Modifier and TypeMethodDescriptionDynamicTaskFactoryProvisioner.createFor(NetworkCollectionTaskFactory factory)
DynamicTaskFactoryProvisioner.createFor(NetworkTaskFactory factory)
DynamicTaskFactoryProvisioner.createFor(NetworkViewCollectionTaskFactory factory)
DynamicTaskFactoryProvisioner.createFor(NetworkViewTaskFactory factory)
DynamicTaskFactoryProvisioner.createFor(RowTaskFactory factory, CyRow row)
DynamicTaskFactoryProvisioner.createFor(TableCellTaskFactory factory, CyColumn column, Object primaryKeyValue)
DynamicTaskFactoryProvisioner.createFor(TableColumnTaskFactory factory, CyColumn column)
DynamicTaskFactoryProvisioner.createFor(TableTaskFactory factory)
-
Uses of TaskFactory in org.cytoscape.task.create
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for creating a new session. -
Uses of TaskFactory in org.cytoscape.task.edit
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for merging two data tables. -
Uses of TaskFactory in org.cytoscape.task.read
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for loading networks from multiple files at once.interface
This interface provides a task iterator for loading networks from a file.interface
This interface provides a task iterator for loading a URL into a network.interface
This interface provides a task iterator for importing the attribute file to one of network tables(Node,Edge or Network Table).interface
This interface provides a task iterator for importing an attribute URL to one of network tables(Node,Edge or Network Table).interface
An interface for loading styles from files.interface
This interface provides a task iterator for loading a session. -
Uses of TaskFactory in org.cytoscape.task.write
Modifier and TypeInterfaceDescriptioninterface
interface
This interface provides a task iterator for exporting the current table.interface
This interface provides a task iterator for exporting the vizmap visual style.interface
This interface provides a task iterator for saving a session in a specified file.interface
This interface provides a task iterator for saving a session. -
Uses of TaskFactory in org.cytoscape.work
Modifier and TypeClassDescriptionclass
A TaskFactory that is always ready to produce a TaskIterator.Modifier and TypeMethodDescriptionTaskManager.getConfiguration(TaskFactory factory, Object tunableContext)
Returns a configuration object generated from theTunable
s read from theTaskFactory
.