Eclipse Platform
Release 3.7

org.eclipse.ui.model
Interface IWorkbenchAdapter3

All Known Implementing Classes:
AdaptableList, WorkbenchAdapter

public interface IWorkbenchAdapter3

Extension interface for IWorkbenchAdapter that allows for StyledString support.

Since:
3.7
See Also:
IWorkbenchAdapter, WorkbenchLabelProvider, BaseWorkbenchContentProvider, DelegatingStyledCellLabelProvider.IStyledLabelProvider

Method Summary
 StyledString getStyledText(Object element)
          Returns the styled text label for the given element.
 

Method Detail

getStyledText

StyledString getStyledText(Object element)
Returns the styled text label for the given element.

Parameters:
element - the element to evaluate the styled string for
Returns:
the styled string.

Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.