org.eclipse.corona.client.collaboration.ui
Class LocalizedStrings
java.lang.Object
org.eclipse.corona.client.collaboration.ui.LocalizedStrings
public class LocalizedStrings
- extends java.lang.Object
A class which is responsible for delivering
localized labels for views.
- Author:
- Marcin Okraszewski
Method Summary |
static java.lang.String |
getEventPropertyName(java.lang.String propertyKey)
Gets a name of event property |
static java.lang.String |
getString(java.lang.String key)
Gets a translated message by key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EV_LIST_FILTER_LABEL
public static final java.lang.String EV_LIST_FILTER_LABEL
- See Also:
- Constant Field Values
EV_LIST_FILTER_TOOLTIP
public static final java.lang.String EV_LIST_FILTER_TOOLTIP
- See Also:
- Constant Field Values
EV_LIST_REFRESH_LABEL
public static final java.lang.String EV_LIST_REFRESH_LABEL
- See Also:
- Constant Field Values
EV_LIST_REFRESH_TOOLTIP
public static final java.lang.String EV_LIST_REFRESH_TOOLTIP
- See Also:
- Constant Field Values
LocalizedStrings
public LocalizedStrings()
getString
public static java.lang.String getString(java.lang.String key)
- Gets a translated message by key.
- Parameters:
key
- The key of message in plugin.properties.
- Returns:
- A localized message.
getEventPropertyName
public static java.lang.String getEventPropertyName(java.lang.String propertyKey)
- Gets a name of event property
- Parameters:
propertyKey
- A property key for which name is required.
- Returns:
- A localized event property name.