public abstract class SimulationDebugElement extends org.eclipse.core.runtime.PlatformObject implements org.eclipse.debug.core.model.IDebugElement, Adapter
Adapter.Internal| Constructor and Description |
|---|
SimulationDebugElement(org.eclipse.debug.core.model.IDebugTarget myDebugTarget,
org.eclipse.debug.core.ILaunch launch) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAdapter(Class adapter) |
org.eclipse.debug.core.model.IDebugTarget |
getDebugTarget() |
org.eclipse.debug.core.ILaunch |
getLaunch() |
String |
getModelIdentifier() |
Notifier |
getTarget() |
boolean |
isAdapterForType(Object type) |
abstract void |
notifyChanged(Notification notification) |
void |
setTarget(Notifier newTarget) |
public SimulationDebugElement(org.eclipse.debug.core.model.IDebugTarget myDebugTarget,
org.eclipse.debug.core.ILaunch launch)
public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
getDebugTarget in interface org.eclipse.debug.core.model.IDebugElementpublic org.eclipse.debug.core.ILaunch getLaunch()
getLaunch in interface org.eclipse.debug.core.model.IDebugElementpublic String getModelIdentifier()
getModelIdentifier in interface org.eclipse.debug.core.model.IDebugElementpublic Object getAdapter(Class adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptablegetAdapter in class org.eclipse.core.runtime.PlatformObjectpublic boolean isAdapterForType(Object type)
isAdapterForType in interface Adapterpublic abstract void notifyChanged(Notification notification)
notifyChanged in interface Adapter