All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.widgets.MergedCustomizerResourceBundle

java.lang.Object
   |
   +----java.util.ResourceBundle
           |
           +----java.util.ListResourceBundle
                   |
                   +----com.ibm.beans.widgets.MergedCustomizerResourceBundle

public class MergedCustomizerResourceBundle
extends ListResourceBundle
Resource Bundle containing locale-specific objects for the MergedCustomizer.


Constructor Index

 o MergedCustomizerResourceBundle()

Method Index

 o getContents()
Gets the key,message pair array.

Constructors

 o MergedCustomizerResourceBundle
 public MergedCustomizerResourceBundle()

Methods

 o getContents
 public Object[][] getContents()
Gets the key,message pair array.

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
See Also:
ListResourceBundle

All Packages  Class Hierarchy  This Package  Previous  Next  Index