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 ListResourceBundle
A resource bundle that stores all the items that might need localisation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description DataPackageResources_de()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[][]
getContents()
Returns the array of strings in the resource bundle.-
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet
-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
-
-
-
-
Method Detail
-
getContents
public Object[][] getContents()
Returns the array of strings in the resource bundle.- Specified by:
getContents
in classListResourceBundle
- Returns:
- The localised resources.
-
-