Cytoscape 2.8.0 API

Uses of Class
cytoscape.plugin.ManagerException

Packages that use ManagerException
cytoscape.plugin Classes related to Cytoscape plugins. 
 

Uses of ManagerException in cytoscape.plugin
 

Methods in cytoscape.plugin that throw ManagerException
 void PluginManager.delete()
          Takes all objects on the "to-delete" list and deletes them.
 DownloadableInfo PluginManager.download(DownloadableInfo Obj)
          Downloads given object to the temporary directory.
 DownloadableInfo PluginManager.download(DownloadableInfo Obj, TaskMonitor taskMonitor)
          Downloads given object to the temporary directory.
 PluginInfo PluginProperties.fillPluginInfoObject(DownloadableInfo info)
          Takes a PluginInfo object (can be null) and fills it in with information that would not come from a properties file like the unique identifier and download url.
 boolean InstallableTheme.install()
           
 boolean InstallablePlugin.install()
           
 boolean Installable.install()
           
 boolean InstallableTheme.install(TaskMonitor taskMonitor)
           
 boolean InstallablePlugin.install(TaskMonitor taskMonitor)
           
 boolean Installable.install(TaskMonitor taskMonitor)
           
 boolean InstallableTheme.installToDir(File dir)
           
 boolean InstallablePlugin.installToDir(File dir)
           
 boolean Installable.installToDir(File dir)
           
 boolean InstallableTheme.installToDir(File dir, TaskMonitor taskMonitor)
           
 boolean InstallablePlugin.installToDir(File dir, TaskMonitor taskMonitor)
           
 boolean Installable.installToDir(File dir, TaskMonitor taskMonitor)
           
 void PluginManager.loadPlugin(PluginInfo p)
          Load a single plugin based on the PluginInfo object given
 boolean InstallableTheme.uninstall()
           
 boolean InstallablePlugin.uninstall()
           
 boolean Installable.uninstall()
           
 boolean InstallableTheme.update(DownloadableInfo newInfoObj)
           
 boolean InstallablePlugin.update(DownloadableInfo newObj)
           
 boolean Installable.update(DownloadableInfo newObj)
           
 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
 boolean InstallableTheme.update(DownloadableInfo newInfoObj, TaskMonitor taskMonitor)
           
 boolean InstallablePlugin.update(DownloadableInfo newInfoObj, TaskMonitor taskMonitor)
           
 boolean Installable.update(DownloadableInfo newObj, TaskMonitor taskMonitor)
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.