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

java.lang.Object
  extended by org.eclipse.corona.client.project.ui.LocalizedStrings

Deprecated.

public class LocalizedStrings
extends java.lang.Object


Constructor Summary
LocalizedStrings()
          Deprecated.  
 
Method Summary
static java.lang.String getEventPropertyName(java.lang.String propertyKey)
          Deprecated. Gets a name of event property
static java.lang.String getString(java.lang.String key)
          Deprecated. Gets a translated message by key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedStrings

public LocalizedStrings()
Deprecated. 
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Deprecated. 
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)
Deprecated. 
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.