Package org.jfree.data.resources
Class DataPackageResources_de
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- org.jfree.data.resources.DataPackageResources_de
-
public class DataPackageResources_de extends java.util.ListResourceBundle
A resource bundle that stores all the items that might need localisation.
-
-
Constructor Summary
Constructors Constructor Description DataPackageResources_de()
-
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
-
DataPackageResources_de
public DataPackageResources_de()
-
-
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 localised resources.
-
-