org.eclipse.jface.viewers
Interface ITreePathLabelProvider
-
All Superinterfaces:
-
IBaseLabelProvider
-
All Known Implementing Classes:
-
DecoratingLabelProvider
-
public interface ITreePathLabelProvider
- extends
IBaseLabelProvider
An extension to
ILabelProvider
that is given the
path of the element being decorated, when it is available.
-
Since:
- 3.2
updateLabel
void updateLabel(
ViewerLabel label,
TreePath elementPath)
- Updates the label for the given element.
-
-
-
Parameters:
-
label
- the label to update -
elementPath
- the path of the element being decorated
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.