Package org.eclipse.ui.model
Interface IWorkbenchAdapter3
-
- All Known Implementing Classes:
AdaptableList,WorkbenchAdapter
public interface IWorkbenchAdapter3Extension interface forIWorkbenchAdapterthat allows for StyledString support.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StyledStringgetStyledText(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.
-
-