org.openbp.cockpit.plugins.debugger
Class DebuggerOptionModule

java.lang.Object
  extended by org.openbp.jaspira.plugin.OptionModule
      extended by org.openbp.jaspira.plugin.ExternalOptionModule
          extended by org.openbp.cockpit.plugins.debugger.DebuggerOptionModule

public class DebuggerOptionModule
extends ExternalOptionModule

Option module containing all debugger options.

Author:
Jens Ferchland

Nested Class Summary
 class DebuggerOptionModule.AutosaveOption
          Boolean option that determines if edited objects should be saved automatically when issueing a run/step command.
 class DebuggerOptionModule.DebuggerIdOption
          Boolean option that determines if visual processes should be skipped during single-stepping.
 class DebuggerOptionModule.LinkTraceOption
          This is the Option that defines the shadow of the editor components.
 class DebuggerOptionModule.SkipSystemModelOption
          Boolean option that determines if visual processes should be skipped during single-stepping.
 
Constructor Summary
DebuggerOptionModule(Plugin plugin)
          Constructor.
 
Method Summary
 
Methods inherited from class org.openbp.jaspira.plugin.ExternalOptionModule
getPlugin
 
Methods inherited from class org.openbp.jaspira.plugin.OptionModule
getExternalOptionClasses, install, loadOptions, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebuggerOptionModule

public DebuggerOptionModule(Plugin plugin)
Constructor.

Parameters:
plugin - The plugin this module is associated with


Copyright © 2011. All Rights Reserved.