Package org.jfree.ui.about.resources
Class AboutResources_pl
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- org.jfree.ui.about.resources.AboutResources_pl
-
public class AboutResources_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
-
-
Field Summary
-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description AboutResources_pl()
Default constructor.
-
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, 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 resources.
-
-