All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.license.Messages

java.lang.Object
   |
   +----java.util.ResourceBundle
           |
           +----java.util.ListResourceBundle
                   |
                   +----com.ibm.beans.samples.dips.license.Messages

public class Messages
extends ListResourceBundle
Resource Bundle containing locale-specific objects for the license dip.


Constructor Index

 o Messages()

Method Index

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

Constructors

 o Messages
 public Messages()

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