|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.plugin.debug.PluginDebugManager
public final class PluginDebugManager
Creation date: (7.12.2001 13:57:49)
Constructor Summary | |
---|---|
protected |
PluginDebugManager()
Insert the method's description here. |
Method Summary | |
---|---|
static DebugPlugin |
getDebugPlugin()
Insert the method's description here. |
static PluginDebugManager |
getInstance()
Insert the method's description here. |
static boolean |
isDebugState()
Insert the method's description here. |
void |
pluginAdded(PluginObject plugin)
Insert the method's description here. |
void |
pluginRemoved(PluginObject plugin)
Insert the method's description here. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
Not implemented Creation date: (6.12.2001 22:23:57) |
static void |
setDebugPlugin(DebugPlugin newDebugPlugin)
Insert the method's description here. |
static void |
setDebugState(boolean newDebugState)
Insert the method's description here. |
static void |
stopDebugging()
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 PluginDebugManager()
Method Detail |
---|
public static DebugPlugin getDebugPlugin()
public static PluginDebugManager getInstance()
public static boolean isDebugState()
public void pluginAdded(PluginObject plugin)
pluginAdded
in interface PluginListener
- public void pluginRemoved(PluginObject plugin)
pluginRemoved
in interface PluginListener
- public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
- public static void setDebugPlugin(DebugPlugin newDebugPlugin)
newDebugPlugin
- com.cosylab.vdct.plugin.debug.DebugPluginpublic static void setDebugState(boolean newDebugState)
newDebugState
- booleanpublic static void stopDebugging()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |