Skip navigation links
oracle.adf.model.connection.url.resource
Class URLBundle
java.lang.Object
java.util.ResourceBundle
oracle.jbo.common.ArrayResourceBundle
oracle.adf.model.connection.url.resource.URLBundle
-
public class URLBundle
- extends ArrayResourceBundle
Nested classes/interfaces inherited from class java.util.ResourceBundle |
java.util.ResourceBundle.Control |
Fields inherited from class java.util.ResourceBundle |
parent |
Method Summary |
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 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 javax.swing.Icon |
getIcon(int key)
|
static java.awt.Image |
getImage(int key)
|
static ArrayResourceBundle |
getInstance()
Gets the singleton instance of this bundle class. |
static java.lang.Integer |
getInteger(int key)
|
static char |
getMnemonic(int key)
|
static java.lang.Object |
getObj(int key)
Gets the object associated with the specified resource id. |
static java.lang.String |
getString(int key)
Gets the string associated with the specified resource id. |
Methods inherited from class java.util.ResourceBundle |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROVIDER_NAME
public static final int PROVIDER_NAME
- Identifies keys to access localizable object
- See Also:
- Constant Field Values
PROVIDER_DESCRIPTION
public static final int PROVIDER_DESCRIPTION
-
- See Also:
- Constant Field Values
PANEL_TITLE
public static final int PANEL_TITLE
-
- See Also:
- Constant Field Values
PANEL_INSTRUCTIONS
public static final int PANEL_INSTRUCTIONS
-
- See Also:
- Constant Field Values
ROOT_PATH_PROMPT
public static final int ROOT_PATH_PROMPT
-
- See Also:
- Constant Field Values
ROOT_PATH_HELP
public static final int ROOT_PATH_HELP
-
- See Also:
- Constant Field Values
ROOT_PATH_HINT
public static final int ROOT_PATH_HINT
-
- See Also:
- Constant Field Values
FILE_SKIPPED_IN_SEARCH
public static final int FILE_SKIPPED_IN_SEARCH
-
- See Also:
- Constant Field Values
CAUGHT_EXCEPTION
public static final int CAUGHT_EXCEPTION
-
- See Also:
- Constant Field Values
INVALID_FILE_PROVIDER_REFERENCE
public static final int INVALID_FILE_PROVIDER_REFERENCE
-
- See Also:
- Constant Field Values
URLBundle
public URLBundle()
getInstance
public static final ArrayResourceBundle getInstance()
- Gets the singleton instance of this bundle class.
getContents
protected java.lang.Object[] getContents()
- Gets the localizable objects
-
- Specified by:
getContents
in class ArrayResourceBundle
getObj
public static java.lang.Object getObj(int key)
- Gets the object associated with the specified resource id. By convention all LRB's should implement a getObj static method similar to the one below.
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)
getMnemonic
public static char getMnemonic(int key)
getAccelerator
public static javax.swing.KeyStroke getAccelerator(int key)
getIcon
public static javax.swing.Icon getIcon(int key)
getImage
public static java.awt.Image getImage(int key)
format
public static java.lang.String format(int index,
java.lang.Object[] params)
format
public static java.lang.String format(int index,
java.lang.Object param1)
format
public static java.lang.String format(int index,
java.lang.Object param1,
java.lang.Object param2)
format
public static java.lang.String format(int index,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.