Cytoscape 2.8.0 API

Uses of Interface
cytoscape.task.Haltable

Packages that use Haltable
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 Cytoscape Task Framework. 
cytoscape.task.sample Sample task, used to illustrate the Task framework. 
cytoscape.visual.customgraphic   
cytoscape.visual.ui Top-level UI components for the cytoscape.visual package. 
 

Uses of Haltable in cytoscape.actions
 

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

Uses of Haltable in cytoscape.layout
 

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

Uses of Haltable in cytoscape.plugin
 

Classes in cytoscape.plugin that implement Haltable
 class PluginManagerInquireTask
           
 

Uses of Haltable in cytoscape.task
 

Subinterfaces of Haltable in cytoscape.task
 interface Task
          Represents a task that can be terminated prematurely by the same entity that started the task - tasks are started with Task.run() and tasks are terminated prematurely [and asynchronously] with Task.halt().
 

Uses of Haltable in cytoscape.task.sample
 

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

Uses of Haltable in cytoscape.visual.customgraphic
 

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

Uses of Haltable in cytoscape.visual.ui
 

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


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.