public interface IRuntimeLabelProvider
IRuntimeLabelProvider
defines the interface that allows obtaining
Labels and Descriptions for MetaData objects for a given Locale.
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Object pObject,
Locale pLocale)
Returns the description of an object in a given locale
|
String |
getLabel(Object pObject,
Locale pLocale)
Returns a label for an object in the given locale
|
String |
getPluralLabel(Object pObject,
Locale pLocale)
Returns a plural label for an object in the given locale
|
String getLabel(Object pObject, Locale pLocale)
Returns a label for an object in the given locale
pObject
- pLocale
- String getPluralLabel(Object pObject, Locale pLocale)
Returns a plural label for an object in the given locale
pObject
- pLocale
- Copyright © 2019. All rights reserved.