Business Components

oracle.jbo.html.databeans
Class ResTable

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--oracle.jdeveloper.util.OracleResourceBundle
              |
              +--oracle.jbo.html.databeans.ResTable

public class ResTable
extends oracle.jdeveloper.util.OracleResourceBundle

This class contains localizable resources used by this package. You should never use this class directly.


Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ResTable()
           
 
Method Summary
protected  java.lang.Object[] getContents()
           
 
Methods inherited from class oracle.jdeveloper.util.OracleResourceBundle
getKeys, getObject, getString, getStringArray, 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
 

Constructor Detail

ResTable

public ResTable()
Method Detail

getContents

protected java.lang.Object[] getContents()
Overrides:
getContents in class oracle.jdeveloper.util.OracleResourceBundle

Business Components