Package org.graffiti.core
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 Summary
Modifier and Type Method Description static StringBundle
getInstance()
Returns the only instance of this class.Methods inherited from class org.graffiti.core.GenericBundle
getRes, getString
-
Method Details
-
getInstance
Returns the only instance of this class.- Returns:
- the only instance of a
Bundle
this class generates.
-