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.
-
CODE_GENERATION_PROLOG
- Key to the string that displays the prolog for code generated by
the scripting engine.
-
INVOKE_FAILED_ERROR
- Key to the string that displays the invocation failure on a method.
-
SCRIPT_RT_GEN_ERROR
- Key to the string that displays the error message if the generation of
the run-time scripting component fails.
-
SCRIPTING
-
-
SCRResources()
-
-
getContents()
- Gets the translated objects in the resource bundle.
-
getRes()
- Gets the resources for the current locale.
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.
SCRIPTING
public static final String SCRIPTING
INVOKE_FAILED_ERROR
public static final String INVOKE_FAILED_ERROR
- Key to the string that displays the invocation failure on a method.
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.
SCRResources
public SCRResources()
getRes
public static final SCRResources getRes()
- Gets the resources for the current locale.
- Returns:
- The resource bundle for the current locale.
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