|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDebuggerPage
Interface for debugger pages contributed via the "CDebuggerPage" extension point.
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 interface org.eclipse.debug.ui.ILaunchConfigurationTab |
---|
activated, canSave, createControl, deactivated, dispose, getControl, getErrorMessage, getImage, getMessage, getName, initializeFrom, isValid, launched, performApply, setDefaults, setLaunchConfigurationDialog |
Method Detail |
---|
void init(java.lang.String debuggerID)
debuggerID
- the identifier of the debugger this page is created for.java.lang.String getDebuggerIdentifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |