Package | Description |
---|---|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
Modifier and Type | Method and Description |
---|---|
protected ILaunchConfigurationDialog |
AbstractLaunchConfigurationTab.getLaunchConfigurationDialog()
Returns the dialog this tab is contained in, or
null if not yet set. |
Modifier and Type | Method and Description |
---|---|
void |
ILaunchConfigurationTabGroup.createTabs(ILaunchConfigurationDialog dialog,
String mode)
Creates the tabs contained in this tab group for the specified
launch mode.
|
void |
AbstractLaunchConfigurationTab.setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog) |
void |
ILaunchConfigurationTab.setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog)
Sets the launch configuration dialog that hosts this tab.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.