All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.samples.dips.print.PrintDipResourceBundle
java.lang.Object
|
+----java.util.ResourceBundle
|
+----java.util.ListResourceBundle
|
+----com.ibm.beans.samples.dips.print.PrintDipResourceBundle
- public class PrintDipResourceBundle
- extends ListResourceBundle
This class provides the Print Dip access to its translatable strings.
The PrintDipCustomizer also utilizes this class.
- See Also:
- ListResourceBundle
-
PrintDipResourceBundle()
-
-
getContents()
- Retrieves an array, into which one can index to obtain a translatable string.
PrintDipResourceBundle
public PrintDipResourceBundle()
getContents
public Object[][] getContents()
- Retrieves an array, into which one can index to obtain a translatable string.
- Returns:
- A two dimensional array, where the first element in the
array is a String key, and the second element in the array is the
value or message.
- Overrides:
- getContents in class ListResourceBundle
All Packages Class Hierarchy This Package Previous Next Index