public static class SwingDecoratorFunctionality.MultiResourceBundle extends Object
| Constructor and Description |
|---|
SwingDecoratorFunctionality.MultiResourceBundle() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBundle(ResourceBundle pBundle)
Adds all non-null String key/value pairs of a bundle to
the SwingDecorator singleton.
|
void |
addBundle(String pBaseName)
Adds all non-null String key/value pairs of a bundle to
the SwingDecorator singleton.
|
boolean |
containsKey(String pKey)
Checks if the key is known.
|
String |
getValue(String pKey)
Gets the value string for the handed key.
|
public SwingDecoratorFunctionality.MultiResourceBundle()
public void addBundle(String pBaseName)
pBaseName - base name of the bundle to addpublic void addBundle(ResourceBundle pBundle)
pBundle - the resource bundle to addpublic String getValue(String pKey)
pKey - key for the lookuppublic boolean containsKey(String pKey)
pKey - the key to checkCopyright © 2017 Jürgen Zeller (privat). All rights reserved.