public interface LabelProvider<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(T object)
Returns text description for a given Object.
|
String |
getIconPath(T object)
Returns icon path for a given Object.
|
String |
getLabel(T object)
Returns label for a given Object.
|
default String |
getShortLabel(T object)
Returns shortLabel for a given Object.
|
String getLabel(T object)
object - default String getShortLabel(T object)
getLabel(Object)object - String getDescription(T object)
object - Copyright © 2018. All rights reserved.