cytoscape.plugin
Class PluginInquireAction
java.lang.Object
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.
PluginInquireAction
public PluginInquireAction()
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