Cytoscape 2.8.0 API

Uses of Interface
cytoscape.task.Task

Packages that use Task
cytoscape.actions UI classes that are attached to menu items in the menu or tool bar of the window. 
cytoscape.layout Classes providing some kind of graph layout functionality. 
cytoscape.plugin Classes related to Cytoscape plugins. 
cytoscape.task.sample Sample task, used to illustrate the Task framework. 
cytoscape.task.ui UI code related to task control. 
cytoscape.task.util Utility manager for executing tasks. 
cytoscape.visual.customgraphic   
cytoscape.visual.ui Top-level UI components for the cytoscape.visual package. 
 

Uses of Task in cytoscape.actions
 

Classes in cytoscape.actions that implement Task
 class LoadNetworkTask
          Task to load a new network.
 

Uses of Task in cytoscape.layout
 

Classes in cytoscape.layout that implement Task
 class LayoutTask
          A wrapper for applying a layout in a task.
 

Uses of Task in cytoscape.plugin
 

Classes in cytoscape.plugin that implement Task
 class PluginManagerInquireTask
           
 

Uses of Task in cytoscape.task.sample
 

Classes in cytoscape.task.sample that implement Task
 class SampleTask
          Sample Task, used to illustrate the Task Framework.
 

Uses of Task in cytoscape.task.ui
 

Constructors in cytoscape.task.ui with parameters of type Task
JTask(Task task, JTaskConfig config)
          Constructor.
 

Uses of Task in cytoscape.task.util
 

Methods in cytoscape.task.util with parameters of type Task
static boolean TaskManager.executeTask(Task task, JTaskConfig config)
          Executes the specified task in a new thread, and automatically pops open a JTask UI Component for visually monitoring the task.
 

Uses of Task in cytoscape.visual.customgraphic
 

Classes in cytoscape.visual.customgraphic that implement Task
 class PersistImageTask
           
 class RestoreImageTask
           
 

Uses of Task in cytoscape.visual.ui
 

Classes in cytoscape.visual.ui that implement Task
 class RedrawTask
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.