|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.plugin.PluginManager
public final class PluginManager
Insert the class' description here. Creation date: (6.12.2001 22:14:18)
Constructor Summary | |
---|---|
protected |
PluginManager()
Insert the method's description here. |
Method Summary | |
---|---|
void |
addPlugin(PluginObject plugin)
Insert the method's description here. |
void |
addPluginListener(PluginListener listener)
Insert the method's description here. |
void |
checkAutoStartPlugins()
Insert the method's description here. |
void |
destroyAllPlugins()
Insert the method's description here. |
static PluginManager |
getInstance()
Insert the method's description here. |
java.util.Iterator |
getPlugins()
Insert the method's description here. |
PluginSerializer |
getPluginSerializer()
|
void |
removePlugin(PluginObject plugin)
Insert the method's description here. |
void |
removePluginListener(PluginListener listener)
Insert the method's description here. |
void |
save()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PluginManager()
Method Detail |
---|
public PluginSerializer getPluginSerializer()
public void addPlugin(PluginObject plugin)
- public void addPluginListener(PluginListener listener)
- public void checkAutoStartPlugins()
- public void destroyAllPlugins()
- public static PluginManager getInstance()
public java.util.Iterator getPlugins()
-
public void removePlugin(PluginObject plugin)
- public void removePluginListener(PluginListener listener)
- public void save()
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |