com.sun.media.jsdt.impl
Class JSDTI18N

java.lang.Object
  |
  +--com.sun.media.jsdt.impl.JSDTI18N

public class JSDTI18N
extends java.lang.Object
implements JSDTDebugFlags

JSDT internationization class.

Version:
1.5 - 16th February 1999
Author:
Rich Burridge

Constructor Summary
JSDTI18N()
           
 
Method Summary
static java.lang.String getResource(java.lang.String key)
           gets a localized String resource from the set of Strings associated with the JSDT toolkit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSDTI18N

public JSDTI18N()
Method Detail

getResource

public static java.lang.String getResource(java.lang.String key)
gets a localized String resource from the set of Strings associated with the JSDT toolkit.
Parameters:
key - the String key to use to lookup the localized String value.
Returns:
the string value for this key.