Cytoscape 2.8.0 API

Uses of Class
cytoscape.plugin.PluginStatus

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

Uses of PluginStatus in cytoscape.plugin
 

Methods in cytoscape.plugin that return PluginStatus
static PluginStatus PluginStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PluginStatus[] PluginStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cytoscape.plugin with parameters of type PluginStatus
protected  void PluginTracker.addDownloadable(DownloadableInfo obj, PluginStatus Status)
           
protected  List<DownloadableInfo> PluginTracker.getDownloadableListByStatus(PluginStatus Status)
          Get the list of all downloadable object by their status.
 List<DownloadableInfo> PluginManager.getDownloadables(PluginStatus Status)
          Get a list of downloadable objects by status.
protected  org.jdom.Element PluginTracker.getMatchingInfoObj(DownloadableInfo Obj, PluginStatus Status)
          Matches one of the following rule: 1.
protected  List<PluginInfo> PluginTracker.getPluginListByStatus(PluginStatus Status)
          Gets a list of plugins by their status.
protected  List<ThemeInfo> PluginTracker.getThemeListByStatus(PluginStatus Status)
          Gets a list of themes by their status.
protected  void PluginTracker.removeDownloadable(DownloadableInfo obj, PluginStatus Status)
          Removes the given DownloadableInfo object from the list of plugins/themes sharing the given status.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.