Package com.cosylab.vdct.plugins
Class DebugSimulator
- java.lang.Object
-
- com.cosylab.vdct.plugins.DebugSimulator
-
- All Implemented Interfaces:
DebugPlugin,Plugin,Runnable
public class DebugSimulator extends Object implements DebugPlugin, Runnable
Insert the type's description here. Creation date: (7.12.2001 16:40:05)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Constructor Description DebugSimulator()DebugSimulator constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidderegisterAll()Insert the method's description here.voidderegisterMonitor(Debuggable field)Insert the method's description here.voiddestroy()Insert the method's description here.StringgetAuthor()Insert the method's description here.StringgetDescription()Insert the method's description here.MapgetMacroSet()Get currently active macro set.StringgetName()Insert the method's description here.StringgetValue(String field)Insert the method's description here.StringgetVersion()Insert the method's description here.voidinit(Properties properties, PluginContext context)Insert the method's description here.voidregisterMonitor(Debuggable field)Insert the method's description here.voidrun()When an object implementing interfaceRunnableis used to create a thread, starting the thread causes the object'srunmethod to be called in that separately executing thread.voidstart()Insert the method's description here.voidstartDebugging()Insert the method's description here.voidstop()Insert the method's description here.voidstopDebugging()Insert the method's description here.
-
-
-
Method Detail
-
deregisterAll
public void deregisterAll()
Insert the method's description here. Creation date: (8.12.2001 17:45:13)- Specified by:
deregisterAllin interfaceDebugPlugin
-
deregisterMonitor
public void deregisterMonitor(Debuggable field)
Insert the method's description here. Creation date: (7.12.2001 19:40:04)- Specified by:
deregisterMonitorin interfaceDebugPlugin- Parameters:
field- com.cosylab.vdct.graphics.objects.Debuggable
-
destroy
public void destroy()
Insert the method's description here. Creation date: (7.12.2001 16:40:05)
-
getAuthor
public String getAuthor()
Insert the method's description here. Creation date: (7.12.2001 16:40:05)
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (7.12.2001 16:40:05)- Specified by:
getDescriptionin interfacePlugin- Returns:
- java.lang.String
-
getName
public String getName()
Insert the method's description here. Creation date: (7.12.2001 16:40:05)
-
getValue
public String getValue(String field)
Insert the method's description here. Creation date: (7.12.2001 19:40:04)- Specified by:
getValuein interfaceDebugPlugin- Parameters:
field- java.lang.String- Returns:
- java.lang.String
-
getVersion
public String getVersion()
Insert the method's description here. Creation date: (7.12.2001 16:40:05)- Specified by:
getVersionin interfacePlugin- Returns:
- java.lang.String
-
init
public void init(Properties properties, PluginContext context)
Insert the method's description here. Creation date: (7.12.2001 16:40:05)
-
registerMonitor
public void registerMonitor(Debuggable field)
Insert the method's description here. Creation date: (7.12.2001 19:40:04)- Specified by:
registerMonitorin interfaceDebugPlugin- Parameters:
field- com.cosylab.vdct.graphics.objects.Debuggable
-
run
public void run()
When an object implementing interfaceRunnableis used to create a thread, starting the thread causes the object'srunmethod to be called in that separately executing thread.The general contract of the method
runis that it may take any action whatsoever.- Specified by:
runin interfaceRunnable- See Also:
Thread.run()
-
start
public void start()
Insert the method's description here. Creation date: (7.12.2001 16:40:05)
-
startDebugging
public void startDebugging()
Insert the method's description here. Creation date: (8.12.2001 18:00:20)- Specified by:
startDebuggingin interfaceDebugPlugin
-
stop
public void stop()
Insert the method's description here. Creation date: (7.12.2001 16:40:05)
-
stopDebugging
public void stopDebugging()
Insert the method's description here. Creation date: (8.12.2001 18:00:20)- Specified by:
stopDebuggingin interfaceDebugPlugin
-
getMacroSet
public Map getMacroSet()
Description copied from interface:DebugPluginGet currently active macro set.- Specified by:
getMacroSetin interfaceDebugPlugin- Returns:
- currently active macro set.
- See Also:
DebugPlugin.getMacroSet()
-
-