Uses of Package
org.eclipse.emf.mwe.ui.debug.processing

Packages that use org.eclipse.emf.mwe.ui.debug.processing
org.eclipse.emf.mwe.internal.ui.workflow.debug   
org.eclipse.emf.mwe.ui.debug.processing   
 

Classes in org.eclipse.emf.mwe.ui.debug.processing used by org.eclipse.emf.mwe.internal.ui.workflow.debug
PluginAdapter
          An adapter to the MWE debug model that handle all element type specific activities on the Eclipse side.
That is breakpoint handling and assignment of the right editor for source lookup.
 

Classes in org.eclipse.emf.mwe.ui.debug.processing used by org.eclipse.emf.mwe.ui.debug.processing
PluginAdapter
          An adapter to the MWE debug model that handle all element type specific activities on the Eclipse side.
That is breakpoint handling and assignment of the right editor for source lookup.
PluginExtensionManager
          This class handles all handler and adapter extensions provided by other eclipse plugins.
It is implemented as a singleton, that is instantiated at first usage, what could be breakpoint toggling or debugger run.
The plugin adapters are collected at instantiation time, all handlers and runtime adapters will be collected during init, since they depend on the existence of a DebugModelManager.
Since there is a new DebugModelManager for every debugger run, the init method will be called multiple times.