|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
java.util.ListResourceBundle
com.jrefinery.report.resources.JFreeReportResources
English language resources.
Field Summary |
Fields inherited from class java.util.ResourceBundle |
parent |
Constructor Summary | |
JFreeReportResources()
Default constructor. |
Method Summary | |
protected static javax.swing.KeyStroke |
createMenuKeystroke(int character)
Creates a platform independed menu keystroke for the given character. |
static java.awt.image.BufferedImage |
createTransparentImage(int width,
int height)
Creates a transparent image. |
java.lang.Object[][] |
getContents()
Returns an array of localised resources. |
static javax.swing.ImageIcon |
getIcon(java.lang.String filename)
Attempts to load an image from classpath. |
static void |
main(java.lang.String[] args)
Used to test the resourcebundle for null values. |
void |
printAll()
Prints all defined resource bundle keys and their assigned values. |
Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject |
Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JFreeReportResources()
Method Detail |
public static void main(java.lang.String[] args)
args
- ignored.public java.lang.Object[][] getContents()
public void printAll()
public static java.awt.image.BufferedImage createTransparentImage(int width, int height)
width
- the width.height
- the height.
public static javax.swing.ImageIcon getIcon(java.lang.String filename)
filename
- the file name.
protected static final javax.swing.KeyStroke createMenuKeystroke(int character)
character
- the keystroke character
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |