public interface MetaPropertyFormatter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatDisplayName(MetaProperty pProperty,
java.util.Locale pLocale)
Provides a display name for the given property to allow display on a UI.
|
static final java.lang.String CLASS_VERSION
java.lang.String formatDisplayName(MetaProperty pProperty, java.util.Locale pLocale)
pProperty - MetaProperty to get the display name ofpLocale - Optional Locale to format the name, may be null.