All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.script.SCRResources

java.lang.Object
   |
   +----java.util.ResourceBundle
           |
           +----java.util.ListResourceBundle
                   |
                   +----com.ibm.beans.tools.debugger.BeanFWListResourceBundle
                           |
                           +----com.ibm.beans.script.SCRResources

public class SCRResources
extends BeanFWListResourceBundle
The SCRResources class. The SCRResources class defines the strings and images that need to be translated for different locales. A subclass of the SCRResources class must be made for different locales.


Variable Index

 o CODE_GENERATION_PROLOG
Key to the string that displays the prolog for code generated by the scripting engine.
 o INVOKE_FAILED_ERROR
Key to the string that displays the invocation failure on a method.
 o SCRIPT_RT_GEN_ERROR
Key to the string that displays the error message if the generation of the run-time scripting component fails.
 o SCRIPTING

Constructor Index

 o SCRResources()

Method Index

 o getContents()
Gets the translated objects in the resource bundle.
 o getRes()
Gets the resources for the current locale.

Variables

 o SCRIPT_RT_GEN_ERROR
 public static final String SCRIPT_RT_GEN_ERROR
Key to the string that displays the error message if the generation of the run-time scripting component fails.

 o SCRIPTING
 public static final String SCRIPTING
 o INVOKE_FAILED_ERROR
 public static final String INVOKE_FAILED_ERROR
Key to the string that displays the invocation failure on a method.

 o CODE_GENERATION_PROLOG
 public static final String CODE_GENERATION_PROLOG
Key to the string that displays the prolog for code generated by the scripting engine.

Constructors

 o SCRResources
 public SCRResources()

Methods

 o getRes
 public static final SCRResources getRes()
Gets the resources for the current locale.

Returns:
The resource bundle for the current locale.
 o getContents
 public Object[][] getContents()
Gets the translated objects in the resource bundle.

Returns:
The key/value pair of translated objects.
Overrides:
getContents in class ListResourceBundle

All Packages  Class Hierarchy  This Package  Previous  Next  Index