Class DataPackageResources
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.jfree.data.resources.DataPackageResources
A resource bundle that stores all the items that might need localisation.
-
Nested Class Summary
Nested classes/interfaces inherited from class ResourceBundle
ResourceBundle.Control -
Field Summary
Fields inherited from class ResourceBundle
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[][]Returns the array of strings in the resource bundle.Methods inherited from class ListResourceBundle
getKeys, handleGetObject, handleKeySetMethods inherited from class ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
-
Constructor Details
-
DataPackageResources
public DataPackageResources()
-
-
Method Details
-
getContents
Returns the array of strings in the resource bundle.- Specified by:
getContentsin classListResourceBundle- Returns:
- The localised resources.
-