org.formproc.example
Class ExampleResourceBundle

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--org.formproc.example.ExampleResourceBundle

public class ExampleResourceBundle
extends java.util.ListResourceBundle

Default resource bundle for the example application.

Author:
Anthony Eden

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ExampleResourceBundle()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Get the contents of the resource bundle.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleResourceBundle

public ExampleResourceBundle()
Method Detail

getContents

public java.lang.Object[][] getContents()
Get the contents of the resource bundle.

Specified by:
getContents in class java.util.ListResourceBundle
Returns:
The bundle contents


Copyright (c) 2001-2003 Anthony Eden. All Rights Reserved.