Package org.jfree.chart.demo.resources
Class DemoResources
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.jfree.chart.demo.resources.DemoResources
public class DemoResources extends ListResourceBundle
A resource bundle that stores all the user interface items that might need
localisation.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
Constructor Summary
Constructors Constructor Description DemoResources()
-
Method Summary
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
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet
-
Constructor Details
-
DemoResources
public DemoResources()
-
-
Method Details
-
getContents
Returns the array of strings in the resource bundle.- Returns:
- the resources.
-