Skip navigation links
oracle.adf.model.connection.url.ui.resource
Class URLConnectionBundle
java.lang.Object
java.util.ResourceBundle
oracle.jbo.common.ArrayResourceBundle
oracle.adf.model.connection.url.ui.resource.URLConnectionBundle
-
public class URLConnectionBundle
- 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 |
namePanelTitle
public static final int namePanelTitle
- Identifies keys to access localizable object
- See Also:
- Constant Field Values
namePanelInstrcution
public static final int namePanelInstrcution
-
- See Also:
- Constant Field Values
authPanelTitle
public static final int authPanelTitle
-
- See Also:
- Constant Field Values
authPanelInstruction
public static final int authPanelInstruction
-
- See Also:
- Constant Field Values
urlPrompt
public static final int urlPrompt
-
- See Also:
- Constant Field Values
namePrompt
public static final int namePrompt
-
- See Also:
- Constant Field Values
authPrompt
public static final int authPrompt
-
- See Also:
- Constant Field Values
usernamePrompt
public static final int usernamePrompt
-
- See Also:
- Constant Field Values
passwordPrompt
public static final int passwordPrompt
-
- See Also:
- Constant Field Values
realmPrompt
public static final int realmPrompt
-
- See Also:
- Constant Field Values
hostPrompt
public static final int hostPrompt
-
- See Also:
- Constant Field Values
portPrompt
public static final int portPrompt
-
- See Also:
- Constant Field Values
URLConnectionBundle
public URLConnectionBundle()
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.