Package org.eclipse.jface.viewers
Interface ITreePathLabelProvider
- All Superinterfaces:
IBaseLabelProvider
- All Known Implementing Classes:
DecoratingLabelProvider
An extension to
ILabelProvider
that is given the
path of the element being decorated, when it is available.- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateLabel
(ViewerLabel label, TreePath elementPath) Updates the label for the given element.Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider
addListener, dispose, isLabelProperty, removeListener
-
Method Details
-
updateLabel
Updates the label for the given element.- Parameters:
label
- the label to updateelementPath
- the path of the element being decorated
-