Interface ILaunchTargetUIManager

  • All Known Implementing Classes:
    LaunchTargetUIManager

    public interface ILaunchTargetUIManager
    A manager for the launch target UI.
    • Method Detail

      • getLabelProvider

        org.eclipse.jface.viewers.ILabelProvider getLabelProvider​(ILaunchTarget target)
        Return a label provider that gives the test and image for the target.
        Parameters:
        target - the launch target
        Returns:
        the label provider for the launch target
      • getLaunchTargetWizards

        @Deprecated
        org.eclipse.ui.wizards.IWizardDescriptor[] getLaunchTargetWizards()
        Deprecated.
        this should never have been in the interface, now returns null
        Returns:
        null
      • editLaunchTarget

        void editLaunchTarget​(ILaunchTarget target)
        Open a dialog to edit the specified launch target.
        Parameters:
        target - launch target to edit