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.
-
SCRIDEResources()
-
-
getContents()
- Gets the translated objects in the resource bundle.
-
getRes()
- Gets the resources for the current locale.
SCRIDEResources
public SCRIDEResources()
getRes
public static final SCRIDEResources 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