All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.script.ide.SCRIDEResources

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

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


Constructor Index

 o SCRIDEResources()

Method Index

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

Constructors

 o SCRIDEResources
 public SCRIDEResources()

Methods

 o getRes
 public static final SCRIDEResources 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