oracle.jdeveloper.dialogs
Class DlgArb
java.lang.Object
java.util.ResourceBundle
oracle.ide.util.ArrayResourceBundle
oracle.jdeveloper.dialogs.DlgArb
- public final class DlgArb
- extends ArrayResourceBundle
Fields inherited from class java.util.ResourceBundle |
parent |
Method Summary |
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. |
Methods inherited from class oracle.ide.util.ArrayResourceBundle |
formatImpl, formatImpl, formatImpl, formatImpl, getAcceleratorImpl, getCharImpl, getFontImpl, getIconImpl, getImageIconImpl, getImageImpl, getIntegerImpl, getKeys, getMnemonicImpl, getObject, getObjectImpl, getStringArray, getStringImpl, getUncachedIconImpl, getUncachedImageImpl, handleGetObject |
Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD_BUTTON
public static final int ADD_BUTTON
- Identifies keys to access localizable object
- See Also:
- Constant Field Values
REMOVE_BUTTON
public static final int REMOVE_BUTTON
- See Also:
- Constant Field Values
DlgArb
public DlgArb()
getInstance
public static final ArrayResourceBundle getInstance()
- Gets the singleton instance of this bundle class.
getString
public static java.lang.String getString(int key)
- Gets the string associated with the specified resource id.
By convention all LRB's should implement a getString static method
similar to the one below.
getChar
public static char getChar(int key)
- Gets the character associated with the specified resource id.
By convention all LRB's should implement a getChar static method
similar to the one below.
getInteger
public static java.lang.Integer getInteger(int key)
getContents
protected java.lang.Object[] getContents()
- Gets the localizable objects
- Specified by:
getContents
in class ArrayResourceBundle
- Returns:
- the resources of the bundle as an array
Copyright ©1997, 2003, Oracle. All rights reserved.