|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuntimeLabelProvider
IRuntimeLabelProvider
defines the interface that allows obtaining
Labels and Descriptions for MetaData objects for a given Locale.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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
-
String getDescription(Object pObject, Locale pLocale)
Returns the description of an object in a given locale
pObject
- pLocale
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |