|
Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.plugin.AbstractPlugin
CytoscapePlugin
CyWindow
.
It is encouraged, but not mandatory, for plugins to override the
describe
method to state what the plugin does and how it
should be used.
Constructor Summary | |
AbstractPlugin()
Deprecated. this method's presence is superfluous; it is only here so that you don't have to call super(cytoscapeWindow) in your ctor. |
|
AbstractPlugin(cytoscape.view.CyWindow cyWindow)
Deprecated. Standard constructor with a single CyWindow argument. |
Method Summary | |
String |
describe()
Deprecated. method returning a String description of the plugin. |
static boolean |
loadPlugin(Class pluginClass,
cytoscape.view.CyWindow cyWindow)
Deprecated. Attempts to instantiate a plugin of the class defined by the first argument. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractPlugin()
public AbstractPlugin(cytoscape.view.CyWindow cyWindow)
CyWindow
argument.
Method Detail |
public String describe()
public static boolean loadPlugin(Class pluginClass, cytoscape.view.CyWindow cyWindow)
|
www.cytoscape.org | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |