|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.cdt.debug.ui.AbstractCDebuggerPage
public abstract class AbstractCDebuggerPage
Common function for debugger pages.
Constructor Summary | |
---|---|
AbstractCDebuggerPage()
|
Method Summary | |
---|---|
java.lang.String |
getDebuggerIdentifier()
Returns the identifier of the debugger this page is associated with. |
void |
init(java.lang.String debuggerID)
Allows the page to initialize itself after being created. |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
activated, canSave, deactivated, dispose, getControl, getErrorMessage, getImage, getMessage, isValid, launched, setLaunchConfigurationDialog |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab |
---|
activated, canSave, createControl, deactivated, dispose, getControl, getErrorMessage, getImage, getMessage, getName, initializeFrom, isValid, launched, performApply, setDefaults, setLaunchConfigurationDialog |
Constructor Detail |
---|
public AbstractCDebuggerPage()
Method Detail |
---|
public void init(java.lang.String debuggerID)
ICDebuggerPage
init
in interface ICDebuggerPage
debuggerID
- the identifier of the debugger this page is created for.public java.lang.String getDebuggerIdentifier()
ICDebuggerPage
getDebuggerIdentifier
in interface ICDebuggerPage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |