Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.common
Class CheckedListResourceBundle

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byoracle.jbo.common.CheckedListResourceBundle

Direct Known Subclasses:
AMPoolMessageBundle, CommonMessageBundle, CSMessageBundle, JboResourceBundle, UIMessageBundle

public abstract class CheckedListResourceBundle
extends java.util.ListResourceBundle

A helper class to aid with keeping our NLSable resources consistent.


Field Summary

 

Fields inherited from class java.util.ResourceBundle
parent

 

Constructor Summary
CheckedListResourceBundle()
           

 

Method Summary
abstract  java.lang.Object[][] getContents()
          Returns the 2-D array containing key-value pairs.

 

Methods inherited from class java.util.ListResourceBundle
getKeys, 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

CheckedListResourceBundle

public CheckedListResourceBundle()

Method Detail

getContents

public abstract java.lang.Object[][] getContents()
Returns the 2-D array containing key-value pairs. Note: this method is protected in the superclass

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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