Cytoscape 2.8.0 API

Uses of Class
cytoscape.task.ui.JTaskConfig

Packages that use JTaskConfig
cytoscape.layout Classes providing some kind of graph layout functionality. 
cytoscape.task.ui UI code related to task control. 
cytoscape.task.util Utility manager for executing tasks. 
 

Uses of JTaskConfig in cytoscape.layout
 

Methods in cytoscape.layout that return JTaskConfig
static JTaskConfig LayoutTask.getDefaultTaskConfig()
          This method returns a default TaskConfig object.
 

Uses of JTaskConfig in cytoscape.task.ui
 

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

Uses of JTaskConfig in cytoscape.task.util
 

Methods in cytoscape.task.util with parameters of type JTaskConfig
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.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.