com.taco.util
Class UIManagerResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by com.taco.util.AccessibleResourceBundle
          extended by com.taco.util.CachedKeysResourceBundle
              extended by com.taco.util.UIManagerResourceBundle

public class UIManagerResourceBundle
extends CachedKeysResourceBundle

A resource bundle that is backed by the UIManager.


Field Summary
 
Fields inherited from class com.taco.util.CachedKeysResourceBundle
_cachedKeySet, _keySetRef, _useSoftCache
 
Fields inherited from class com.taco.util.AccessibleResourceBundle
_isParentSet, _locale
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
UIManagerResourceBundle()
          Create a new instance.
 
Method Summary
protected  java.util.Iterator _getProperKeys()
          Return an iterator over the keys of UIManager.getLookAndFeelDefaults().
protected  java.lang.Object handleGetObject(java.lang.String key)
           
 
Methods inherited from class com.taco.util.CachedKeysResourceBundle
getKeys, getUseSoftCache, invalidateCache, setUseSoftCache
 
Methods inherited from class com.taco.util.AccessibleResourceBundle
getLocale, getParent, setLocale, setParent
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getObject, getString, getStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIManagerResourceBundle

public UIManagerResourceBundle()
Create a new instance.

Method Detail

_getProperKeys

protected java.util.Iterator _getProperKeys()
Return an iterator over the keys of UIManager.getLookAndFeelDefaults(). Note: Some of the keys aren't actually mapped to values in the bundle!

Specified by:
_getProperKeys in class CachedKeysResourceBundle

handleGetObject

protected java.lang.Object handleGetObject(java.lang.String key)
Specified by:
handleGetObject in class java.util.ResourceBundle