Package org.jfree.resources
Class JCommonResources
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- org.jfree.resources.JCommonResources
-
public class JCommonResources extends ListResourceBundle
Localised resources for the JCommon Class Library.
-
-
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 JCommonResources()
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.
-
-