Uses of Interface
org.cytoscape.work.TaskManager
Package
Description
This is the Cytoscape App API, which supports development of Cytoscape 3.X
apps in a manner similar to apps developed in Cytoscape 2.X.
This package defines the task framework, where tasks are units of work.
This packages provides Swing-specific specialisations of concepts from work-api
This includes
TaskFactory
, TaskManager
,
and TaskIterator
.-
Uses of TaskManager in org.cytoscape.app
Modifier and TypeMethodDescriptionCyAppAdapter.getTaskManager()
Deprecated.Returns an instance ofTaskManager
. -
Uses of TaskManager in org.cytoscape.work
Modifier and TypeInterfaceDescriptioninterface
A marker interface that indicates that the TaskManager in question will execute the tasks found in the TaskFactory synchronously with the current thread, blocking code execution until all tasks finish.Modifier and TypeClassDescriptionclass
AbstractTaskManager<T,C>
Provides access to a TunableInterceptor to all derived classes and a utility method to determine if an object has been annotated with Tunables. -
Uses of TaskManager in org.cytoscape.work.swing
Modifier and TypeInterfaceDescriptioninterface
interface
A specialization of a TaskManager that creates a JPanel configuration object and expects its execution context to be another JPanel.