Package org.jfree.ui.about.resources
Class AboutResources_fr
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- org.jfree.ui.about.resources.AboutResources_fr
-
public class AboutResources_fr extends java.util.ListResourceBundle
A resource bundle that stores all the user interface items that might need localisation.- Author:
- Anthony Boulestreau
-
-
Constructor Summary
Constructors Constructor Description AboutResources_fr()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[][]
getContents()
Returns the array of strings in the resource bundle.
-
-
-
Constructor Detail
-
AboutResources_fr
public AboutResources_fr()
Default constructor.
-
-
Method Detail
-
getContents
public java.lang.Object[][] getContents()
Returns the array of strings in the resource bundle.- Specified by:
getContents
in classjava.util.ListResourceBundle
- Returns:
- the resources.
-
-