oracle.jbo.common
Class ResourceManager
java.lang.Object
|
+--oracle.jbo.common.ResourceManager
- public final class ResourceManager
- extends java.lang.Object
Used by the generated implementations of the ArrayResourceBundle
which is the ResourceBundle
flavor in use by the IDE.
<
Type | Method |
static javax.swing.KeyStroke |
getAccelerator(ArrayResourceBundle resources,
int key)
|
static char |
getChar(ArrayResourceBundle resources,
int key)
|
static java.awt.Font |
getFont(ArrayResourceBundle resources,
int key)
|
static javax.swing.Icon |
getIcon(ArrayResourceBundle resources,
int key)
|
static java.awt.Image |
getImage(ArrayResourceBundle resources,
int key)
|
static java.lang.String |
getImageBase()
|
static ResourceManager |
getInstance()
|
static java.lang.Integer |
getInteger(ArrayResourceBundle resources,
int key)
|
static char |
getMnemonic(ArrayResourceBundle resources,
int key)
|
static java.lang.Object |
getObj(ArrayResourceBundle resources,
int key)
|
static java.lang.String |
getStr(ArrayResourceBundle resources,
int key)
|
static void |
uncacheIcon(javax.swing.Icon icon)
Remove a previously cached icon from the icon cache and flush the
associated image data (this method is not for public use, please just
pretend you didn't see it). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static ResourceManager getInstance()
getObj
public static java.lang.Object getObj(ArrayResourceBundle resources,
int key)
getStr
public static java.lang.String getStr(ArrayResourceBundle resources,
int key)
getChar
public static char getChar(ArrayResourceBundle resources,
int key)
getIcon
public static javax.swing.Icon getIcon(ArrayResourceBundle resources,
int key)
getImage
public static java.awt.Image getImage(ArrayResourceBundle resources,
int key)
getFont
public static java.awt.Font getFont(ArrayResourceBundle resources,
int key)
getAccelerator
public static javax.swing.KeyStroke getAccelerator(ArrayResourceBundle resources,
int key)
getInteger
public static java.lang.Integer getInteger(ArrayResourceBundle resources,
int key)
getMnemonic
public static char getMnemonic(ArrayResourceBundle resources,
int key)
getImageBase
public static java.lang.String getImageBase()
uncacheIcon
public static void uncacheIcon(javax.swing.Icon icon)
- Remove a previously cached icon from the icon cache and flush the
associated image data (this method is not for public use, please just
pretend you didn't see it).