Class UiBundle


  • public class UiBundle
    extends TextBundle
    Manage the user-interface specific ResourceBundle. Inheritance is used to allow logical groupings of ResourceBundles and to reuse the common methods.
    • Constructor Summary

      Constructors 
      Constructor Description
      UiBundle()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TextBundle getInstance()
      Get the singleton instance of the UiBundle.
      • Methods inherited from class java.lang.Object

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

      • UiBundle

        public UiBundle()
    • Method Detail

      • getInstance

        public static TextBundle getInstance()
        Get the singleton instance of the UiBundle.