The content extension represents the components of a navigatorContent
extension. These handles are managed by a content service
INavigatorContentService. An extension is formed from the
INavigatorContentDescriptor.
getLabelProvider()
The real underlying implementation may only support the
ILabelProvider interface, but a simple delegate is used when this
is the case to ensure that clients may anticpate an
ICommonLabelProvider interface.
The real underlying implementation may only support the
ILabelProvider interface, but a simple delegate is used when this
is the case to ensure that clients may anticpate an
ICommonLabelProvider interface.
Since 3.4, the returned label provider may also implement
DelegatingStyledCellLabelProvider.IStyledLabelProvider
to provide styled text labels. Note that the empty styled string signals
that the label provider does not wish to render the label.
Returns:
The content provider defined by the navigatorContent
extension.