T
- the type of the tree item datapublic interface TreeTextContribution<T> extends TreeContribution<T>
ModularTreeView
.
Loosely based on ideas from Eclipse CNFModifier and Type | Method and Description |
---|---|
<U extends T> |
getSupplementalText(TreeItemData<U> data) |
<U extends T> |
getText(TreeItemData<U> data) |
appliesTo, getDataType
<U extends T> java.lang.String getText(TreeItemData<U> data)
U
- a capture of the exact type of the tree item datadata
- the data item we wish to retrieve the text for<U extends T> java.lang.String getSupplementalText(TreeItemData<U> data)
U
- a capture of the exact type of the tree item datadata
- the data item we wish to retrieve the text for