|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.plugins.DebugSimulator
public class DebugSimulator
Insert the type's description here. Creation date: (7.12.2001 16:40:05)
Constructor Summary | |
---|---|
DebugSimulator()
DebugSimulator constructor comment. |
Method Summary | |
---|---|
void |
deregisterAll()
Insert the method's description here. |
void |
deregisterMonitor(Debuggable field)
Insert the method's description here. |
void |
destroy()
Insert the method's description here. |
java.lang.String |
getAuthor()
Insert the method's description here. |
java.lang.String |
getDescription()
Insert the method's description here. |
java.util.Map |
getMacroSet()
Get currently active macro set. |
java.lang.String |
getName()
Insert the method's description here. |
java.lang.String |
getValue(java.lang.String field)
Insert the method's description here. |
java.lang.String |
getVersion()
Insert the method's description here. |
void |
init(java.util.Properties properties,
PluginContext context)
Insert the method's description here. |
void |
registerMonitor(Debuggable field)
Insert the method's description here. |
void |
run()
When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread. |
void |
start()
Insert the method's description here. |
void |
startDebugging()
Insert the method's description here. |
void |
stop()
Insert the method's description here. |
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 |
---|
public DebugSimulator()
Method Detail |
---|
public void deregisterAll()
deregisterAll
in interface DebugPlugin
public void deregisterMonitor(Debuggable field)
deregisterMonitor
in interface DebugPlugin
field
- com.cosylab.vdct.graphics.objects.Debuggablepublic void destroy()
destroy
in interface Plugin
- public java.lang.String getAuthor()
getAuthor
in interface Plugin
public java.lang.String getDescription()
getDescription
in interface Plugin
public java.lang.String getName()
getName
in interface Plugin
-
public java.lang.String getValue(java.lang.String field)
getValue
in interface DebugPlugin
field
- java.lang.String
public java.lang.String getVersion()
getVersion
in interface Plugin
public void init(java.util.Properties properties, PluginContext context)
init
in interface Plugin
- public void registerMonitor(Debuggable field)
registerMonitor
in interface DebugPlugin
field
- com.cosylab.vdct.graphics.objects.Debuggablepublic void run()
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
The general contract of the method run
is that it may
take any action whatsoever.
run
in interface java.lang.Runnable
Thread.run()
public void start()
start
in interface Plugin
- public void startDebugging()
startDebugging
in interface DebugPlugin
public void stop()
stop
in interface Plugin
- public void stopDebugging()
stopDebugging
in interface DebugPlugin
public java.util.Map getMacroSet()
DebugPlugin
getMacroSet
in interface DebugPlugin
DebugPlugin.getMacroSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |