org.jfree.report.demo.resources
public class: DemoResources [javadoc |
source]
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.jfree.report.modules.gui.base.resources.JFreeReportResources
org.jfree.report.demo.resources.DemoResources
User interface items for the JFreeReport demonstration application. These have been put into
a ResourceBundle to ease localisation of the application.
| Method from org.jfree.report.demo.resources.DemoResources Summary: |
|---|
|
getContents |
| Methods from java.util.ResourceBundle: |
|---|
|
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getKeys, getLocale, getObject, getString, getStringArray, keySet |
| Method from org.jfree.report.demo.resources.DemoResources Detail: |
public Object[][] getContents() {
return CONTENTS;
}
Returns the contents of the resource bundle. |