Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.debug.ui.ILaunchConfigurationDialog

Packages that use ILaunchConfigurationDialog
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
 

Uses of ILaunchConfigurationDialog in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui that return ILaunchConfigurationDialog
protected  ILaunchConfigurationDialog AbstractLaunchConfigurationTab.getLaunchConfigurationDialog()
          Returns the dialog this tab is contained in, or null if not yet set.
 

Methods in org.eclipse.debug.ui with parameters of type ILaunchConfigurationDialog
 void ILaunchConfigurationTabGroup.createTabs(ILaunchConfigurationDialog dialog, java.lang.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.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.