Package com.cosylab.vdct.plugin.debug
Class PluginDebugManager
- java.lang.Object
-
- com.cosylab.vdct.plugin.debug.PluginDebugManager
-
- All Implemented Interfaces:
PluginListener,PropertyChangeListener,EventListener
public final class PluginDebugManager extends Object implements PluginListener, PropertyChangeListener
Creation date: (7.12.2001 13:57:49)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPluginDebugManager()Insert the method's description here.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DebugPlugingetDebugPlugin()Insert the method's description here.static PluginDebugManagergetInstance()Insert the method's description here.static booleanisDebugState()Insert the method's description here.voidpluginAdded(PluginObject plugin)Insert the method's description here.voidpluginRemoved(PluginObject plugin)Insert the method's description here.voidpropertyChange(PropertyChangeEvent evt)Not implemented Creation date: (6.12.2001 22:23:57)static voidsetDebugPlugin(DebugPlugin newDebugPlugin)Insert the method's description here.static voidsetDebugState(boolean newDebugState)Insert the method's description here.static voidstopDebugging()Insert the method's description here.
-
-
-
Method Detail
-
getDebugPlugin
public static DebugPlugin getDebugPlugin()
Insert the method's description here. Creation date: (8.12.2001 17:47:11)- Returns:
- com.cosylab.vdct.plugin.debug.DebugPlugin
-
getInstance
public static PluginDebugManager getInstance()
Insert the method's description here. Creation date: (7.12.2001 14:01:03)- Returns:
- com.cosylab.vdct.plugin.PluginDebugManager
-
isDebugState
public static boolean isDebugState()
Insert the method's description here. Creation date: (8.12.2001 18:47:14)- Returns:
- boolean
-
pluginAdded
public void pluginAdded(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:23:57)- Specified by:
pluginAddedin interfacePluginListener- Parameters:
plugin- plugin
-
pluginRemoved
public void pluginRemoved(PluginObject plugin)
Insert the method's description here. Creation date: (6.12.2001 22:23:57)- Specified by:
pluginRemovedin interfacePluginListener- Parameters:
plugin- plugin
-
propertyChange
public void propertyChange(PropertyChangeEvent evt)
Not implemented Creation date: (6.12.2001 22:23:57)- Specified by:
propertyChangein interfacePropertyChangeListener
-
setDebugPlugin
public static void setDebugPlugin(DebugPlugin newDebugPlugin)
Insert the method's description here. Creation date: (8.12.2001 17:47:11)- Parameters:
newDebugPlugin- com.cosylab.vdct.plugin.debug.DebugPlugin
-
setDebugState
public static void setDebugState(boolean newDebugState)
Insert the method's description here. Creation date: (8.12.2001 18:47:14)- Parameters:
newDebugState- boolean
-
stopDebugging
public static void stopDebugging()
Insert the method's description here. Creation date: (8.12.2001 18:57:13)
-
-