Package org.eclipse.launchbar.ui
Interface ILaunchBarUIManager
-
- All Known Implementing Classes:
LaunchBarUIManager
public interface ILaunchBarUIManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.jface.viewers.ILabelProvidergetLabelProvider(ILaunchDescriptor descriptor)org.eclipse.core.runtime.IStatusopenConfigurationEditor(ILaunchDescriptor descriptor)
-
-
-
Method Detail
-
getLabelProvider
org.eclipse.jface.viewers.ILabelProvider getLabelProvider(ILaunchDescriptor descriptor) throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
-
openConfigurationEditor
org.eclipse.core.runtime.IStatus openConfigurationEditor(ILaunchDescriptor descriptor)
-
-