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

Package cytoscape.plugin

Classes related to Cytoscape plugins.

See:
          Description

Class Summary
CytoscapePlugin A CytoscapePlugin is the new "Global" plugin.
ManagerUtil  
PluginFileReader  
PluginInfo  
PluginInquireAction Object should be implmeneted by anyone using the PluginManager#inquireThread(String, PluginInquireAction) method to get plugins from a given site.
PluginManager  
PluginProperties This class reads the plugin.props file that is expected to be in each plugin jar file and turns it into a PluginInfo object for the PluginManager
PluginTracker  
 

Enum Summary
Category  
PluginInfo.FileType Jar and Zip files currently supported
PluginProperties.PluginProperty Properties in the plugin.props file
PluginStatus  
PluginXml  
 

Exception Summary
ManagerException Thrown to indicate PluginManager errors
NotAPluginException Thrown to indicate that a class cannot be used as a plugin becuase it does not extend CytoscapePlugin.
PluginException  
WebstartException This exception is used when methods that can't be used from the PluginManager if webstart is running are called.
 

Package cytoscape.plugin Description

Classes related to Cytoscape plugins. Enables loading of plugins from jar files; from the command-line, or while Cytoscape is running. Central PluginRegistry for multiple windows.


www.cytoscape.org