|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginInfo | |
---|---|
cytoscape.plugin | Classes related to Cytoscape plugins. |
Uses of PluginInfo in cytoscape.plugin |
---|
Methods in cytoscape.plugin that return PluginInfo | |
---|---|
protected static PluginInfo |
PluginFileReader.addLicense(PluginInfo obj,
org.jdom.Element Plugin)
|
protected PluginInfo |
PluginFileReader.createPluginObject(org.jdom.Element CurrentPlugin)
Creates the PluginInfo object from the xml |
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. |
PluginInfo |
InstallablePlugin.getInfoObj()
|
Methods in cytoscape.plugin that return types with arguments of type PluginInfo | |
---|---|
protected List<PluginInfo> |
PluginTracker.getPluginListByStatus(PluginStatus Status)
Gets a list of plugins by their status. |
List<PluginInfo> |
ThemeInfo.getPlugins()
|
protected List<PluginInfo> |
PluginFileReader.getPlugins()
Use getDownloadables() This gets the PluginInfo objects as set up in the xml document. |
static Map<String,List<PluginInfo>> |
ManagerUtil.sortByClass(List<PluginInfo> Plugins)
|
static Map<String,List<PluginInfo>> |
ManagerUtil.sortByID(List<PluginInfo> Plugins)
|
Methods in cytoscape.plugin with parameters of type PluginInfo | |
---|---|
protected static PluginInfo |
PluginFileReader.addLicense(PluginInfo obj,
org.jdom.Element Plugin)
|
void |
ThemeInfo.addPlugin(PluginInfo plugin)
|
boolean |
ThemeInfo.containsPlugin(PluginInfo plugin)
|
void |
PluginManager.loadPlugin(PluginInfo p)
Load a single plugin based on the PluginInfo object given |
void |
ThemeInfo.replacePlugin(PluginInfo oldPlugin,
PluginInfo newPlugin)
|
Method parameters in cytoscape.plugin with type arguments of type PluginInfo | |
---|---|
static Map<String,List<PluginInfo>> |
ManagerUtil.sortByClass(List<PluginInfo> Plugins)
|
static Map<String,List<PluginInfo>> |
ManagerUtil.sortByID(List<PluginInfo> Plugins)
|
Constructors in cytoscape.plugin with parameters of type PluginInfo | |
---|---|
InstallablePlugin(PluginInfo obj)
|
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |