- java.lang.Object
-
- io.github.mmm.ui.spi.UiLocalizerBundle
-
public class UiLocalizerBundle extends Object
Wrapper forResourceBundlewith inheritance hierarchy.
-
-
Constructor Summary
Constructors Constructor Description UiLocalizerBundle(ResourceBundle bundle, UiLocalizerBundle parent)The constructor.
-
-
-
Constructor Detail
-
UiLocalizerBundle
public UiLocalizerBundle(ResourceBundle bundle, UiLocalizerBundle parent)
The constructor.- Parameters:
bundle- the optionalResourceBundle.parent- the optional parent bundle.
-
-