net.sf.extjwnl.util
Class ResourceBundleSet

java.lang.Object
  extended by java.util.ResourceBundle
      extended by net.sf.extjwnl.util.ResourceBundleSet

public class ResourceBundleSet
extends ResourceBundle

A ResourceBundle that is a proxy to multiple ResourceBundles.

Author:
John Didion

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ResourceBundleSet(String resource)
           
ResourceBundleSet(String[] resources)
           
 
Method Summary
 void addResource(String resource)
           
 Enumeration<String> getKeys()
           
 String[] getResources()
           
protected  Object handleGetObject(String key)
           
 void setLocale(Locale locale)
           
 
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
 

Constructor Detail

ResourceBundleSet

public ResourceBundleSet(String resource)

ResourceBundleSet

public ResourceBundleSet(String[] resources)
Method Detail

addResource

public void addResource(String resource)

getResources

public String[] getResources()

setLocale

public void setLocale(Locale locale)

handleGetObject

protected Object handleGetObject(String key)
Specified by:
handleGetObject in class ResourceBundle

getKeys

public Enumeration<String> getKeys()
Specified by:
getKeys in class ResourceBundle


Copyright © 2011. All Rights Reserved.