- java.lang.Object
-
- org.tentackle.fx.rdc.RdcFxRdcBundle
-
@Bundle public class RdcFxRdcBundle extends Object
Bundle for rdc-package in tentackle-swing-rdc.- Author:
- harald
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceBundlegetBundle()Gets the bundle.static StringgetString(String key)Gets a string for the given key.
-
-
-
Method Detail
-
getBundle
public static ResourceBundle getBundle()
Gets the bundle.- Returns:
- the resource bundle
-
-