Package org.eclipse.launchbar.ui.target
Interface ILaunchTargetUIManager
-
- All Known Implementing Classes:
LaunchTargetUIManager
public interface ILaunchTargetUIManagerA manager for the launch target UI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voideditLaunchTarget(ILaunchTarget target)Open a dialog to edit the specified launch target.org.eclipse.jface.viewers.ILabelProvidergetLabelProvider(ILaunchTarget target)Return a label provider that gives the test and image for the target.org.eclipse.ui.wizards.IWizardDescriptor[]getLaunchTargetWizards()Deprecated.this should never have been in the interface, now returns null
-
-
-
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
-
-