Extension SDK

oracle.ide.util
Class ResourceManager

java.lang.Object
  extended byoracle.ide.util.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.


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

ResourceManager

public ResourceManager()
Method Detail

getInstance

public static ResourceManager getInstance()
Deprecated.  


getObj

public static java.lang.Object getObj(ArrayResourceBundle resources,
                                      int key)
Deprecated.  


getStr

public static java.lang.String getStr(ArrayResourceBundle resources,
                                      int key)
Deprecated.  


getChar

public static char getChar(ArrayResourceBundle resources,
                           int key)
Deprecated.  


getIcon

public static javax.swing.Icon getIcon(ArrayResourceBundle resources,
                                       int key)
Deprecated.  


getImage

public static java.awt.Image getImage(ArrayResourceBundle resources,
                                      int key)
Deprecated.  


getImageIcon

public static javax.swing.ImageIcon getImageIcon(ArrayResourceBundle resources,
                                                 int key)
Deprecated.  


getFont

public static java.awt.Font getFont(ArrayResourceBundle resources,
                                    int key)
Deprecated.  


getAccelerator

public static javax.swing.KeyStroke getAccelerator(ArrayResourceBundle resources,
                                                   int key)
Deprecated.  


getInteger

public static java.lang.Integer getInteger(ArrayResourceBundle resources,
                                           int key)
Deprecated.  


getMnemonic

public static char getMnemonic(ArrayResourceBundle resources,
                               int key)
Deprecated.  


getImageBase

public static java.lang.String getImageBase()
Deprecated.  


uncacheIcon

public static void uncacheIcon(javax.swing.Icon icon)
Deprecated.  

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).


Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.