Class StringBundle

java.lang.Object
org.graffiti.core.GenericBundle
org.graffiti.core.StringBundle

public class StringBundle
extends GenericBundle
The localized resource for the the labels used in the whole system as for label, buttons etc. This class is implemented using the singlton pattern such that there will always be just on instance of a Bundle created.
See Also:
GenericBundle
  • Method Details

    • getInstance

      public static StringBundle getInstance()
      Returns the only instance of this class.
      Returns:
      the only instance of a Bundle this class generates.