public final class ApplicationResourcesArb extends ArrayResourceBundle
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ADF_DESCRIPTORS_NODE_LABEL  | 
static int | 
APPLICATION_DESCRIPTORS_NODE_LABEL  | 
static int | 
APPLICATION_DESCRIPTORS_TAB_NAME
Identifies keys to access localizable object 
 | 
static int | 
APPLICATION_DESCRIPTORS_TITLE_NAME  | 
static int | 
APPLICATION_RESOURCES_DESCRIPTORS_NODE_LABEL  | 
| Constructor and Description | 
|---|
ApplicationResourcesArb()  | 
| Modifier and Type | Method and Description | 
|---|---|
static javax.swing.KeyStroke | 
getAccelerator(int key)  | 
static char | 
getChar(int key)
Gets the character associated with the specified resource id. 
 | 
protected java.lang.Object[] | 
getContents()
Gets the localizable objects 
 | 
static ArrayResourceBundle | 
getInstance()
Gets the singleton instance of this bundle class. 
 | 
static java.lang.Integer | 
getInteger(int key)  | 
static java.lang.String | 
getString(int key)
Gets the string associated with the specified resource id. 
 | 
formatImpl, formatImpl, formatImpl, formatImpl, getAcceleratorImpl, getCharImpl, getFontImpl, getIconImpl, getImageIconImpl, getImageImpl, getIntegerImpl, getKeys, getMnemonicImpl, getObject, getObjectImpl, getStringArray, getStringImpl, getUncachedIconImpl, getUncachedImageImpl, handleGetObjectpublic static final int APPLICATION_DESCRIPTORS_TAB_NAME
public static final int APPLICATION_DESCRIPTORS_TITLE_NAME
public static final int APPLICATION_RESOURCES_DESCRIPTORS_NODE_LABEL
public static final int APPLICATION_DESCRIPTORS_NODE_LABEL
public static final int ADF_DESCRIPTORS_NODE_LABEL
public static final ArrayResourceBundle getInstance()
protected java.lang.Object[] getContents()
getContents in class ArrayResourceBundlepublic static java.lang.String getString(int key)
public static char getChar(int key)
public static java.lang.Integer getInteger(int key)
public static javax.swing.KeyStroke getAccelerator(int key)