Package org.jfree.chart.demo.resources
Class DemoResources_pl
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.jfree.chart.demo.resources.DemoResources_pl
public class DemoResources_pl extends ListResourceBundle
A resource bundle that stores all the user interface items that might need
localisation.
- Author:
- KP
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
Constructor Summary
Constructors Constructor Description DemoResources_pl()
-
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_pl
public DemoResources_pl()
-
-
Method Details
-
getContents
Returns the array of strings in the resource bundle.- Returns:
- the resources.
-