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.ILaunchConfigurationDialog
    The edit dialog for launch configurations created by the launch bar. Allows tabs to get the target associated with the edit session.
    Since:
    2.1
    • Field Summary

      • Fields inherited from interface org.eclipse.debug.ui.ILaunchConfigurationDialog

        LAUNCHED_BEFORE_OPENING
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ILaunchTarget getLaunchTarget()
      The target associated with the edit session, usually the active target when the session was started.
      • Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationDialog

        generateName, getActiveTab, getMode, getTabs, setActiveTab, setActiveTab, setName, updateButtons, updateMessage
      • Methods inherited from interface org.eclipse.jface.operation.IRunnableContext

        run
    • Method Detail

      • getLaunchTarget

        ILaunchTarget getLaunchTarget()
        The target associated with the edit session, usually the active target when the session was started.
        Returns:
        launch target