Eclipse Platform
Release 3.2

org.eclipse.ui.navigator
Interface ICommonLabelProvider

All Superinterfaces:
IBaseLabelProvider, IDescriptionProvider, ILabelProvider, IMementoAware
All Known Implementing Classes:
SynchronizationLabelProvider

public interface ICommonLabelProvider
extends ILabelProvider, IMementoAware, IDescriptionProvider

Allows extensions to vary their behavior based on properties in the extension model and the given memento.

Clients should refer to the org.eclipse.ui.navigator.navigatorContent extension point for more information on building a content extension.

Clients need not implement this interface if there is no cause to do so. ILabelProvider is respected by the Common Navigator.

Since:
3.2

Method Summary
 void init(ICommonContentExtensionSite aConfig)
          Initialize the label provider with the given configuration.
 
Methods inherited from interface org.eclipse.jface.viewers.ILabelProvider
getImage, getText
 
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider
addListener, dispose, isLabelProperty, removeListener
 
Methods inherited from interface org.eclipse.ui.navigator.IMementoAware
restoreState, saveState
 
Methods inherited from interface org.eclipse.ui.navigator.IDescriptionProvider
getDescription
 

Method Detail

init

public void init(ICommonContentExtensionSite aConfig)
Initialize the label provider with the given configuration.

Parameters:
aConfig - The extension site provides information that some extensions will find useful to configure themselves properly in a particular viewer.
See Also:
ICommonContentProvider

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.