|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskManager | |
---|---|
org.cytoscape.app | 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. |
org.cytoscape.work | This packages everything relating to tasks in Cytoscape. |
org.cytoscape.work.swing | This packages provides Swing-specific specialisations of concepts from work-api
This includes TaskFactory , TaskManager ,
and TaskIterator . |
Uses of TaskManager in org.cytoscape.app |
---|
Methods in org.cytoscape.app that return TaskManager | |
---|---|
TaskManager |
CyAppAdapter.getTaskManager()
Returns an instance of TaskManager . |
Uses of TaskManager in org.cytoscape.work |
---|
Subinterfaces of TaskManager in org.cytoscape.work | |
---|---|
interface |
SynchronousTaskManager<T>
A marker interface that indicates that the TaskManager in question will execute the tasks found in the TaskFactory synchronously, rather than asynchronously. |
Classes in org.cytoscape.work that implement TaskManager | |
---|---|
class |
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 |
---|
Subinterfaces of TaskManager in org.cytoscape.work.swing | |
---|---|
interface |
DialogTaskManager
A specialization of TaskManager that creates a JDialog configuration
object and expects the dialog parent to be a Window . |
interface |
PanelTaskManager
A specialization of a TaskManager that creates a JPanel configuration object and expects its execution context to be another JPanel. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |