|
||||||||||
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
public abstract class AccessibleResourceBundle
A subclass of ResourcBundle
whose attributes can be
manipulated by instances of IResourceBundleFactory
.
Field Summary | |
---|---|
protected boolean |
_isParentSet
Has the parent been set yet? |
protected java.util.Locale |
_locale
The locale of this bundle. |
Fields inherited from class java.util.ResourceBundle |
---|
parent |
Constructor Summary | |
---|---|
AccessibleResourceBundle()
|
Method Summary | |
---|---|
java.util.Locale |
getLocale()
|
java.util.ResourceBundle |
getParent()
Return the parent of the resource bundle. |
void |
setLocale(java.util.Locale locale)
Set the locale of this bundle. |
void |
setParent(java.util.ResourceBundle parent)
Set the parent of the resource bundle. |
Methods inherited from class java.util.ResourceBundle |
---|
getBundle, getBundle, getBundle, getKeys, getObject, getString, getStringArray, handleGetObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Locale _locale
protected boolean _isParentSet
Constructor Detail |
---|
public AccessibleResourceBundle()
Method Detail |
---|
public java.util.ResourceBundle getParent()
IResourceBundleFactory
.
public void setParent(java.util.ResourceBundle parent)
IResourceBundleFactory
. If the parent
is set more than once, throw a IllegalStateException
.
setParent
in class java.util.ResourceBundle
public java.util.Locale getLocale()
getLocale
in class java.util.ResourceBundle
public void setLocale(java.util.Locale locale)
IResourceBundleFactory
. If the locale
is set more than once, throw a IllegalStateException
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |