org.eclipse.corona.client.collaboration.ui
Class LocalizedStrings

java.lang.Object
  extended by 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

Field Summary
static java.lang.String EV_LIST_FILTER_LABEL
           
static java.lang.String EV_LIST_FILTER_TOOLTIP
           
static java.lang.String EV_LIST_REFRESH_LABEL
           
static java.lang.String EV_LIST_REFRESH_TOOLTIP
           
 
Constructor Summary
LocalizedStrings()
           
 
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
 

Field Detail

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
Constructor Detail

LocalizedStrings

public LocalizedStrings()
Method Detail

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.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.