Package | Description |
---|---|
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 package defines the task framework, where tasks are units of work.
|
org.cytoscape.work.swing |
This packages provides Swing-specific specialisations of concepts from work-api
This includes
TaskFactory , TaskManager ,
and TaskIterator . |
Modifier and Type | Method and Description |
---|---|
TaskManager |
CyAppAdapter.getTaskManager()
Returns an instance of
TaskManager . |
Modifier and Type | Interface and Description |
---|---|
interface |
SynchronousTaskManager<T>
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 Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DialogTaskManager
|
interface |
PanelTaskManager
A specialization of a TaskManager that creates a JPanel configuration
object and expects its execution context to be another JPanel.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.