Uses of Interface
org.eclipse.debug.ui.ILaunchConfigurationDialog
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
-
Uses of ILaunchConfigurationDialog in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionprotected ILaunchConfigurationDialog
AbstractLaunchConfigurationTab.getLaunchConfigurationDialog()
Returns the dialog this tab is contained in, ornull
if not yet set.Modifier and TypeMethodDescriptionvoid
ILaunchConfigurationTabGroup.createTabs
(ILaunchConfigurationDialog dialog, String mode) Creates the tabs contained in this tab group for the specified launch mode.static ILaunchConfiguration
DebugUITools.getLaunchConfiguration
(ILaunchConfigurationDialog dialog) Returns the ILaunchConfiguration corresponding to ILaunchConfigurationDialogvoid
AbstractLaunchConfigurationTab.setLaunchConfigurationDialog
(ILaunchConfigurationDialog dialog) void
ILaunchConfigurationTab.setLaunchConfigurationDialog
(ILaunchConfigurationDialog dialog) Sets the launch configuration dialog that hosts this tab.