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 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.String
getAuthor()
Insert the method's description here.String
getDescription()
Insert the method's description here.Map
getMacroSet()
Get currently active macro set.String
getName()
Insert the method's description here.String
getValue(String field)
Insert the method's description here.String
getVersion()
Insert the method's description here.void
init(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 interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
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.
-
-
-
Method Detail
-
deregisterAll
public void deregisterAll()
Insert the method's description here. Creation date: (8.12.2001 17:45:13)- Specified by:
deregisterAll
in interfaceDebugPlugin
-
deregisterMonitor
public void deregisterMonitor(Debuggable field)
Insert the method's description here. Creation date: (7.12.2001 19:40:04)- Specified by:
deregisterMonitor
in 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:
getDescription
in 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:
getValue
in 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:
getVersion
in 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:
registerMonitor
in interfaceDebugPlugin
- Parameters:
field
- com.cosylab.vdct.graphics.objects.Debuggable
-
run
public void run()
When an object implementing interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
method to be called in that separately executing thread.The general contract of the method
run
is that it may take any action whatsoever.- Specified by:
run
in 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:
startDebugging
in 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:
stopDebugging
in interfaceDebugPlugin
-
getMacroSet
public Map getMacroSet()
Description copied from interface:DebugPlugin
Get currently active macro set.- Specified by:
getMacroSet
in interfaceDebugPlugin
- Returns:
- currently active macro set.
- See Also:
DebugPlugin.getMacroSet()
-
-