Class TextBundle
java.lang.Object
com.webcodepro.applecommander.util.TextBundle
- Direct Known Subclasses:
StorageBundle
,UiBundle
Manage the user-interface specific ResourceBundle. Initially, this is to actually clean up the
text. Ultimately, it should allow AppleCommander to be translated into other languages.
Note that TextBundle serves as a generic resource for the util package. Other groupings are used and will have their own subclasses for TextBundle.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Do not allow other classes to instantiate this class. -
Method Summary
Modifier and TypeMethodDescriptionFormat the given resource name with multiple values.Retrieve a value for the given resource name.static TextBundle
Get the singleton instance of the UiBundle.protected void
Initialize the UiBundle.
-
Constructor Details
-
TextBundle
protected TextBundle()Do not allow other classes to instantiate this class.
-
-
Method Details
-
getInstance
Get the singleton instance of the UiBundle. -
initialize
protected void initialize()Initialize the UiBundle. -
get
Retrieve a value for the given resource name. -
format
Format the given resource name with multiple values.
-