Business Components

Uses of Class
oracle.jbo.common.ArrayResourceBundle

Packages that use.*
PackageDescription
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
 

Uses of ArrayResourceBundle in oracle.jbo.common
 

Methods in oracle.jbo.common with parameters of type ArrayResourceBundle
TypeName
static java.lang.Object ResourceManager.getObj(ArrayResourceBundle resources, int key)
           
static java.lang.String ResourceManager.getStr(ArrayResourceBundle resources, int key)
           
static char ResourceManager.getChar(ArrayResourceBundle resources, int key)
           
static javax.swing.Icon ResourceManager.getIcon(ArrayResourceBundle resources, int key)
           
static java.awt.Image ResourceManager.getImage(ArrayResourceBundle resources, int key)
           
static java.awt.Font ResourceManager.getFont(ArrayResourceBundle resources, int key)
           
static javax.swing.KeyStroke ResourceManager.getAccelerator(ArrayResourceBundle resources, int key)
           
static java.lang.Integer ResourceManager.getInteger(ArrayResourceBundle resources, int key)
           
static char ResourceManager.getMnemonic(ArrayResourceBundle resources, int key)
           
 


Business Components