com.cosylab.vdct.plugin
Class PluginManager

java.lang.Object
  extended by com.cosylab.vdct.plugin.PluginManager

public final class PluginManager
extends java.lang.Object

Insert the class' description here. Creation date: (6.12.2001 22:14:18)

Author:
Matej Sekoranja

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

PluginManager

protected PluginManager()
Insert the method's description here. Creation date: (6.12.2001 22:25:50)

Method Detail

getPluginSerializer

public PluginSerializer getPluginSerializer()
Returns:

addPlugin

public void addPlugin(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:17:37)

Parameters:
-

addPluginListener

public void addPluginListener(PluginListener listener)
Insert the method's description here. Creation date: (6.12.2001 22:17:37)

Parameters:
-

checkAutoStartPlugins

public void checkAutoStartPlugins()
Insert the method's description here. Creation date: (6.12.2001 22:17:37)

Parameters:
-

destroyAllPlugins

public void destroyAllPlugins()
Insert the method's description here. Creation date: (6.12.2001 22:17:37)

Parameters:
-

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 java.util.Iterator getPlugins()
Insert the method's description here. Creation date: (6.12.2001 22:17:37)

Parameters:
-
Returns:

removePlugin

public void removePlugin(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:17:37)

Parameters:
-

removePluginListener

public void removePluginListener(PluginListener listener)
Insert the method's description here. Creation date: (6.12.2001 22:17:37)

Parameters:
-

save

public void save()
Insert the method's description here. Creation date: (6.12.2001 22:17:37)

Parameters:
-