Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.2)

E10653-10


oracle.adf.model.connection.url.resource
Class URLBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by oracle.jbo.common.ArrayResourceBundle
          extended by oracle.adf.model.connection.url.resource.URLBundle


public class URLBundle
extends ArrayResourceBundle

Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control

 

Field Summary
static int CAUGHT_EXCEPTION
           
static int FILE_SKIPPED_IN_SEARCH
           
static int INVALID_FILE_PROVIDER_REFERENCE
           
static int PANEL_INSTRUCTIONS
           
static int PANEL_TITLE
           
static int PROVIDER_DESCRIPTION
           
static int PROVIDER_NAME
          Identifies keys to access localizable object
static int ROOT_PATH_HELP
           
static int ROOT_PATH_HINT
           
static int ROOT_PATH_PROMPT
           

 

Fields inherited from class java.util.ResourceBundle
parent

 

Constructor Summary
URLBundle()
           

 

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 oracle.jbo.common.ArrayResourceBundle
getKeys, getObject, getStringArray, handleGetObject

 

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

 

Field Detail

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

Constructor Detail

URLBundle

public URLBundle()

Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.2)

E10653-10


Copyright © 1997, 2013, Oracle. All rights reserved.