org.formproc.example
Class ExampleResourceBundle_fr

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

public class ExampleResourceBundle_fr
extends java.util.ListResourceBundle

French language resource bundle for the example application.

Author:
Anthony Eden

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ExampleResourceBundle_fr()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Get the bundle contents.
 
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_fr

public ExampleResourceBundle_fr()
Method Detail

getContents

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

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


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