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.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.Object[][]
CONTENTS
The resources to be localised.
-
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.
-