Package org.pentaho.di.ui.spoon
Class XulSpoonResourceBundle
- java.lang.Object
-
- java.util.ResourceBundle
-
- org.pentaho.di.ui.spoon.XulSpoonResourceBundle
-
public class XulSpoonResourceBundle extends ResourceBundle
Static class wrapping Spoon's BaseMessages class and Look and Feel bundle. This wrapper is required for XUL portions of Spoon as the XUL system internationalizes via ResourceBundles.- Author:
- nbaker
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description XulSpoonResourceBundle()
XulSpoonResourceBundle(Class<?> PKG)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enumeration<String>
getKeys()
protected Object
handleGetObject(String key)
-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
-
-
-
-
Constructor Detail
-
XulSpoonResourceBundle
public XulSpoonResourceBundle(Class<?> PKG)
-
XulSpoonResourceBundle
public XulSpoonResourceBundle()
-
-
Method Detail
-
getKeys
public Enumeration<String> getKeys()
- Specified by:
getKeys
in classResourceBundle
-
handleGetObject
protected Object handleGetObject(String key)
- Specified by:
handleGetObject
in classResourceBundle
-
-