|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
com.taco.util.AccessibleResourceBundle
com.taco.util.CachedKeysResourceBundle
com.taco.util.UIManagerResourceBundle
public class UIManagerResourceBundle
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 |
---|
public UIManagerResourceBundle()
Method Detail |
---|
protected java.util.Iterator _getProperKeys()
UIManager.getLookAndFeelDefaults()
. Note: Some of the keys
aren't actually mapped to values in the bundle!
_getProperKeys
in class CachedKeysResourceBundle
protected java.lang.Object handleGetObject(java.lang.String key)
handleGetObject
in class java.util.ResourceBundle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |