Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit
Class ISeriesEditorPluginStrings

java.lang.Object
  extended by com.ibm.etools.iseries.edit.ISeriesEditorPluginStrings

public class ISeriesEditorPluginStrings
extends Object

This class loads translatable strings from resource bundle properties files.


Field Summary
static String copyright
           
 
Constructor Summary
ISeriesEditorPluginStrings()
           
 
Method Summary
static ResourceBundle getMenuResourceBundle()
          Returns the resource bundle with translated menu item strings.
static ResourceBundle getParserSampleBundle()
          Returns the resource bundle with non-translated language sample strings.
static String getString(String strKey)
          Returns the corresponding national language translated string that resides in one or more resource bundles.
static ResourceBundle getStringsBundle()
          Returns the resource bundle with general translated strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesEditorPluginStrings

public ISeriesEditorPluginStrings()
Method Detail

getMenuResourceBundle

public static ResourceBundle getMenuResourceBundle()
Returns the resource bundle with translated menu item strings.


getParserSampleBundle

public static ResourceBundle getParserSampleBundle()
Returns the resource bundle with non-translated language sample strings.


getStringsBundle

public static ResourceBundle getStringsBundle()
Returns the resource bundle with general translated strings.


getString

public static String getString(String strKey)
Returns the corresponding national language translated string that resides in one or more resource bundles. If the key is not found, then the key is returned as the translated string.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.