|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ide.util.ResourceManager
Used by the generated implementations of the ArrayResourceBundle
which is the ResourceBundle
flavor in use by the IDE.
Constructor Summary | |
ResourceManager()
|
Method Summary | |
static javax.swing.KeyStroke |
getAccelerator(ArrayResourceBundle resources,
int key)
Deprecated. |
static char |
getChar(ArrayResourceBundle resources,
int key)
Deprecated. |
static java.awt.Font |
getFont(ArrayResourceBundle resources,
int key)
Deprecated. |
static javax.swing.Icon |
getIcon(ArrayResourceBundle resources,
int key)
Deprecated. |
static java.awt.Image |
getImage(ArrayResourceBundle resources,
int key)
Deprecated. |
static java.lang.String |
getImageBase()
Deprecated. |
static javax.swing.ImageIcon |
getImageIcon(ArrayResourceBundle resources,
int key)
Deprecated. |
static ResourceManager |
getInstance()
Deprecated. |
static java.lang.Integer |
getInteger(ArrayResourceBundle resources,
int key)
Deprecated. |
static char |
getMnemonic(ArrayResourceBundle resources,
int key)
Deprecated. |
static java.lang.Object |
getObj(ArrayResourceBundle resources,
int key)
Deprecated. |
static java.lang.String |
getStr(ArrayResourceBundle resources,
int key)
Deprecated. |
static void |
uncacheIcon(javax.swing.Icon icon)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResourceManager()
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 javax.swing.ImageIcon getImageIcon(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)
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.