| Removed Methods |
KeyStroke getAcc(String)
|
Get a KeyStroke from the ResourceBundle. |
ResourceBundle getBundle()
|
|
String getFormatted(String, String)
|
Gets a resource string formatted with MessageFormat. |
ImageIcon getImageIcon(String, Class)
|
Get an image icon from the ResourceBundle. |
ResourceBundleUtil getLAFBundle(String)
|
Get the appropriate ResourceBundle subclass. |
ResourceBundleUtil getLAFBundle(String, Locale)
|
Get the appropriate ResourceBundle subclass. |
char getMnem(String)
|
Get a Mnemonic from the ResourceBundle. |
String getTip(String)
|
Get a Mnemonic from the ResourceBundle. |
| Added Methods |
String format(String, Object[])
|
Returns a formatted string using java.util.Formatter(). |
KeyStroke getAcceleratorProperty(String)
|
Gets a KeyStroke for a JavaBeans "accelerator" property from the ResourceBundle. |
ResourceBundleUtil getBundle(String)
|
Get the appropriate ResourceBundle subclass. |
ResourceBundleUtil getBundle(String, Locale)
|
Get the appropriate ResourceBundle subclass. |
ImageIcon getIconProperty(String, Class)
|
Get an image icon from the ResourceBundle. |
char getMnemonicProperty(String)
|
Gets a char for a JavaBeans "mnemonic" property from the ResourceBundle. |
String getTextProperty(String)
|
Get a String for a JavaBeans "text" property from the ResourceBundle. |
String getToolTipTextProperty(String)
|
Get a String for a JavaBeans "toolTipText" property from the ResourceBundle. |
ResourceBundle getWrappedBundle()
|
Returns the wrapped resource bundle. |
boolean isVerbose()
|
|
void putPropertyNameModifier(String, String[])
|
Puts a property name modifier along with a fallback chain. |
void removePropertyNameModifier(String)
|
Removes a property name modifier. |
void setVerbose(boolean)
|
|