|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.ResourceManager
Used by the generated implementations of the ArrayResourceBundle
which is the ResourceBundle
flavor in use by the IDE.
<
Method Summary | |
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 |
Method Detail |
public static ResourceManager getInstance()
public static java.lang.Object getObj(ArrayResourceBundle resources, int key)
public static java.lang.String getStr(ArrayResourceBundle resources, int key)
public static char getChar(ArrayResourceBundle resources, int key)
public static javax.swing.Icon getIcon(ArrayResourceBundle resources, int key)
public static java.awt.Image getImage(ArrayResourceBundle resources, int key)
public static java.awt.Font getFont(ArrayResourceBundle resources, int key)
public static javax.swing.KeyStroke getAccelerator(ArrayResourceBundle resources, int key)
public static java.lang.Integer getInteger(ArrayResourceBundle resources, int key)
public static char getMnemonic(ArrayResourceBundle resources, int key)
public static java.lang.String getImageBase()
public static void uncacheIcon(javax.swing.Icon icon)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.