Package org.jfree.resources
Class JCommonResources
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- org.jfree.resources.JCommonResources
-
public class JCommonResources extends java.util.ListResourceBundle
Localised resources for the JCommon Class Library.
-
-
Constructor Summary
Constructors Constructor Description JCommonResources()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[][]
getContents()
Returns the array of strings in the resource bundle.
-
-
-
Constructor Detail
-
JCommonResources
public JCommonResources()
Default constructor.
-
-
Method Detail
-
getContents
public java.lang.Object[][] getContents()
Returns the array of strings in the resource bundle.- Specified by:
getContents
in classjava.util.ListResourceBundle
- Returns:
- The resources.
-
-