Package com.nomagic.magicdraw.resources
Class DialogResource
java.lang.Object
com.nomagic.magicdraw.resources.DialogResource
This class is used to retrieve the resources from the command resource bundle files.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
BUNDLE_NAME
- See Also:
-
-
Constructor Details
-
DialogResource
public DialogResource()
-
-
Method Details
-
getString
Get localized resource string according the given key.- Parameters:
key
- key.- Returns:
- resource string.
-
getString
Get localized resource string according the given key.- Parameters:
key
- key.values
- message arguments.- Returns:
- resource string.
-