Uses of Class
org.eclipse.emf.mwe.internal.ui.debug.processing.DebugModelManager

Packages that use DebugModelManager
org.eclipse.emf.mwe.internal.ui.debug.model   
org.eclipse.emf.mwe.internal.ui.debug.processing   
org.eclipse.emf.mwe.internal.ui.debug.processing.handlers   
org.eclipse.emf.mwe.ui.debug.processing   
 

Uses of DebugModelManager in org.eclipse.emf.mwe.internal.ui.debug.model
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.model that return DebugModelManager
 DebugModelManager DebugElement.getDebugModelManager()
           
 DebugModelManager DebugTarget.getDebugModelManager()
           
 

Uses of DebugModelManager in org.eclipse.emf.mwe.internal.ui.debug.processing
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.processing that return DebugModelManager
static DebugModelManager DebugModelManager.newDebugModelManager(DebugTarget target, Connection connection)
           
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.processing with parameters of type DebugModelManager
 void PluginHandler.setDebugModelManager(DebugModelManager dmm)
           
 

Uses of DebugModelManager in org.eclipse.emf.mwe.internal.ui.debug.processing.handlers
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.processing.handlers with parameters of type DebugModelManager
 void BreakpointPluginHandler.setDebugModelManager(DebugModelManager dmm)
           
 void VariablesPluginHandler.setDebugModelManager(DebugModelManager dmm)
           
 void EventPluginHandler.setDmm(DebugModelManager dmm)
           
 

Uses of DebugModelManager in org.eclipse.emf.mwe.ui.debug.processing
 

Methods in org.eclipse.emf.mwe.ui.debug.processing with parameters of type DebugModelManager
 void PluginExtensionManager.init(DebugModelManager dmm, Connection connection)