public final class RestConnectionBundle
extends oracle.ide.util.ArrayResourceBundle
| Modifier and Type | Field and Description |
|---|---|
static int |
REST_CONNECTION_ERROR_INITIALIZATION
Identifies keys to access localizable object
|
| Constructor and Description |
|---|
RestConnectionBundle() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
format(int index,
java.lang.Object param1) |
static java.lang.String |
format(int index,
java.lang.Object[] params) |
static java.lang.String |
format(int index,
java.lang.Object param1,
java.lang.Object param2) |
static java.lang.String |
format(int index,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3) |
static char |
getChar(int key)
Gets the character associated with the specified resource id.
|
protected java.lang.Object[] |
getContents()
Gets the localizable objects
|
static oracle.ide.util.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 REST_CONNECTION_ERROR_INITIALIZATION
public static final oracle.ide.util.ArrayResourceBundle getInstance()
protected java.lang.Object[] getContents()
getContents in class oracle.ide.util.ArrayResourceBundlepublic static java.lang.String getString(int key)
public static char getChar(int key)
public static java.lang.Integer getInteger(int key)
public static java.lang.String format(int index,
java.lang.Object[] params)
public static java.lang.String format(int index,
java.lang.Object param1)
public static java.lang.String format(int index,
java.lang.Object param1,
java.lang.Object param2)
public static java.lang.String format(int index,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)