Class FxFxBundle


  • @Bundle
    public class FxFxBundle
    extends java.lang.Object
    Bundle for fx-package in tentackle-FX.
    Author:
    harald
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.ResourceBundle getBundle()
      Gets the bundle.
      static java.lang.String getString​(java.lang.String key)
      Gets a string for the given key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBundle

        public static java.util.ResourceBundle getBundle()
        Gets the bundle.
        Returns:
        the resource bundle
      • getString

        public static java.lang.String getString​(java.lang.String key)
        Gets a string for the given key.
        Parameters:
        key - the key
        Returns:
        the string from the bundle