Methods in cytoscape.plugin that throw WebstartException |
void |
PluginManager.delete(DownloadableInfo Obj)
Marks the given object for deletion the next time Cytoscape is restarted. |
void |
PluginManager.update(DownloadableInfo Current,
DownloadableInfo New)
Finds the given version of the new object, sets the old object for
deletion and downloads new object to temporary directory |
void |
PluginManager.update(DownloadableInfo currentObj,
DownloadableInfo newObj,
TaskMonitor taskMonitor)
Finds the given version of the new object, sets the old object for
deletion and downloads new object to temporary directory |