|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.ui.CDebuggerPageAdapter
public class CDebuggerPageAdapter
Migration from AbstractLaunchConfigurationTab
to ICDebuggerPage
.
Constructor Summary | |
---|---|
CDebuggerPageAdapter(org.eclipse.debug.ui.ILaunchConfigurationTab tab)
Constructor for CDebuggerPageAdapter. |
Method Summary | |
---|---|
void |
activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
boolean |
canSave()
|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
void |
deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
|
void |
dispose()
|
org.eclipse.swt.widgets.Control |
getControl()
|
java.lang.String |
getDebuggerIdentifier()
Returns the identifier of the debugger this page is associated with. |
java.lang.String |
getErrorMessage()
|
org.eclipse.swt.graphics.Image |
getImage()
|
java.lang.String |
getMessage()
|
java.lang.String |
getName()
|
void |
init(java.lang.String debuggerID)
Allows the page to initialize itself after being created. |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
|
void |
launched(org.eclipse.debug.core.ILaunch launch)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setLaunchConfigurationDialog(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CDebuggerPageAdapter(org.eclipse.debug.ui.ILaunchConfigurationTab tab)
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
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public org.eclipse.swt.widgets.Control getControl()
getControl
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
setDefaults
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
initializeFrom
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void dispose()
dispose
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
performApply
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public java.lang.String getErrorMessage()
getErrorMessage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public java.lang.String getMessage()
getMessage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
isValid
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public boolean canSave()
canSave
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void setLaunchConfigurationDialog(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog)
setLaunchConfigurationDialog
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void launched(org.eclipse.debug.core.ILaunch launch)
launched
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public java.lang.String getName()
getName
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
activated
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
public void deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
deactivated
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |