Cytoscape 2.6.0 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.plugin
Class PluginManagerInquireTask

java.lang.Object
  extended by cytoscape.plugin.PluginManagerInquireTask
All Implemented Interfaces:
cytoscape.task.Haltable, cytoscape.task.Task, Runnable

public class PluginManagerInquireTask
extends Object
implements cytoscape.task.Task


Constructor Summary
PluginManagerInquireTask(String Url, PluginInquireAction Obj)
           
 
Method Summary
 String getTitle()
           
 void halt()
           
 void run()
           
 void setTaskMonitor(cytoscape.task.TaskMonitor monitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginManagerInquireTask

public PluginManagerInquireTask(String Url,
                                PluginInquireAction Obj)
Method Detail

setTaskMonitor

public void setTaskMonitor(cytoscape.task.TaskMonitor monitor)
                    throws IllegalThreadStateException
Specified by:
setTaskMonitor in interface cytoscape.task.Task
Throws:
IllegalThreadStateException

halt

public void halt()
Specified by:
halt in interface cytoscape.task.Haltable
Specified by:
halt in interface cytoscape.task.Task

getTitle

public String getTitle()
Specified by:
getTitle in interface cytoscape.task.Task

run

public void run()
Specified by:
run in interface cytoscape.task.Task
Specified by:
run in interface Runnable

www.cytoscape.org