Package com.cosylab.vdct.plugin
Class PluginManager
- java.lang.Object
-
- com.cosylab.vdct.plugin.PluginManager
-
public final class PluginManager extends Object
Insert the class' description here. Creation date: (6.12.2001 22:14:18)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PluginManager()
Insert the method's description here.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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.
-
-
-
Method Detail
-
getPluginSerializer
public PluginSerializer getPluginSerializer()
- Returns:
- something
-
addPlugin
public void addPlugin(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:17:37)- Parameters:
plugin
- plugin
-
addPluginListener
public void addPluginListener(PluginListener listener)
Insert the method's description here. Creation date: (6.12.2001 22:17:37)- Parameters:
listener
- listener
-
checkAutoStartPlugins
public void checkAutoStartPlugins()
Insert the method's description here. Creation date: (6.12.2001 22:17:37)
-
destroyAllPlugins
public void destroyAllPlugins()
Insert the method's description here. Creation date: (6.12.2001 22:17:37)
-
getInstance
public static PluginManager getInstance()
Insert the method's description here. Creation date: (6.12.2001 22:26:27)- Returns:
- com.cosylab.vdct.plugin.PluginManager
-
getPlugins
public Iterator getPlugins()
Insert the method's description here. Creation date: (6.12.2001 22:17:37)- Returns:
- something
-
removePlugin
public void removePlugin(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:17:37)- Parameters:
plugin
- plugin
-
removePluginListener
public void removePluginListener(PluginListener listener)
Insert the method's description here. Creation date: (6.12.2001 22:17:37)- Parameters:
listener
- listener
-
save
public void save()
Insert the method's description here. Creation date: (6.12.2001 22:17:37)
-
-