Package org.eclipse.launchbar.ui
Interface ILaunchBarLaunchConfigDialog
-
- All Superinterfaces:
org.eclipse.debug.ui.ILaunchConfigurationDialog,org.eclipse.jface.operation.IRunnableContext
- All Known Implementing Classes:
LaunchBarLaunchConfigDialog
public interface ILaunchBarLaunchConfigDialog extends org.eclipse.debug.ui.ILaunchConfigurationDialogThe edit dialog for launch configurations created by the launch bar. Allows tabs to get the target associated with the edit session.- Since:
- 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILaunchTargetgetLaunchTarget()The target associated with the edit session, usually the active target when the session was started.
-
-
-
Method Detail
-
getLaunchTarget
ILaunchTarget getLaunchTarget()
The target associated with the edit session, usually the active target when the session was started.- Returns:
- launch target
-
-