Package org.eclipse.ui.model
Interface IWorkbenchAdapter3
- All Known Implementing Classes:
AdaptableList
,WorkbenchAdapter
public interface IWorkbenchAdapter3
Extension interface for
IWorkbenchAdapter
that allows for
StyledString support.-
Method Summary
Modifier and TypeMethodDescriptiongetStyledText
(Object element) Returns the styled text label for the given element.
-
Method Details
-
getStyledText
Returns the styled text label for the given element.- Parameters:
element
- the element to evaluate the styled string for.- Returns:
- the styled string.
-