public final class DlgArb extends ArrayResourceBundle
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ADD_BUTTON
Identifies keys to access localizable object 
 | 
static int | 
ALL_CLASSES  | 
static int | 
CLASS_TYPE  | 
static int | 
REMOVE_BUTTON  | 
| Constructor and Description | 
|---|
DlgArb()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 ADD_BUTTON
public static final int REMOVE_BUTTON
public static final int CLASS_TYPE
public static final int ALL_CLASSES
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)