Package com.cosylab.vdct.plugin.debug
Interface DebugPlugin
-
- All Superinterfaces:
Plugin
- All Known Implementing Classes:
DebugSimulator
public interface DebugPlugin extends Plugin
Narrow interface to be added Creation date: (7.12.2001 19:09:18)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deregisterAll()
Insert the method's description here.void
deregisterMonitor(Debuggable field)
Insert the method's description here.Map
getMacroSet()
Get currently active macro set.String
getValue(String field)
Insert the method's description here.void
registerMonitor(Debuggable field)
Insert the method's description here.void
startDebugging()
Insert the method's description here.void
stopDebugging()
Insert the method's description here.-
Methods inherited from interface com.cosylab.vdct.plugin.Plugin
destroy, getAuthor, getDescription, getName, getVersion, init, start, stop
-
-
-
-
Method Detail
-
deregisterAll
void deregisterAll()
Insert the method's description here. Creation date: (8.12.2001 17:44:51)
-
deregisterMonitor
void deregisterMonitor(Debuggable field)
Insert the method's description here. Creation date: (7.12.2001 19:20:55)- Parameters:
field
- com.cosylab.vdct.graphics.objects.Debuggable
-
getValue
String getValue(String field)
Insert the method's description here. Creation date: (7.12.2001 19:09:51)- Parameters:
field
- java.lang.String- Returns:
- java.lang.String
-
registerMonitor
void registerMonitor(Debuggable field)
Insert the method's description here. Creation date: (7.12.2001 19:20:37)- Parameters:
field
- com.cosylab.vdct.graphics.objects.Debuggable
-
startDebugging
void startDebugging()
Insert the method's description here. Creation date: (8.12.2001 17:59:52)
-
stopDebugging
void stopDebugging()
Insert the method's description here. Creation date: (8.12.2001 18:00:07)
-
getMacroSet
Map getMacroSet()
Get currently active macro set.- Returns:
- currently active macro set.
-
-