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

cytoscape.plugin
Class PluginInquireAction

java.lang.Object
  extended by cytoscape.plugin.PluginInquireAction

public abstract class PluginInquireAction
extends Object

Object should be implmeneted by anyone using the PluginManager#inquireThread(String, PluginInquireAction) method to get plugins from a given site.


Constructor Summary
PluginInquireAction()
           
 
Method Summary
 Exception getException()
           
 IOException getIOException()
           
 org.jdom.JDOMException getJDOMException()
           
abstract  String getProgressBarMessage()
           
abstract  void inquireAction(List<DownloadableInfo> results)
          Does some work on the list that results from a successful inquire query.
 boolean isExceptionThrown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginInquireAction

public PluginInquireAction()
Method Detail

isExceptionThrown

public boolean isExceptionThrown()

getException

public Exception getException()

getJDOMException

public org.jdom.JDOMException getJDOMException()

getIOException

public IOException getIOException()

getProgressBarMessage

public abstract String getProgressBarMessage()
Returns:
Message to display in progress bar

inquireAction

public abstract void inquireAction(List<DownloadableInfo> results)
Does some work on the list that results from a successful inquire query.

Parameters:
-
Throws:
Exception

www.cytoscape.org