Package com.nomagic.magicdraw.resources
Class DialogResource
- java.lang.Object
-
- com.nomagic.magicdraw.resources.DialogResource
-
@OpenApiAll public class DialogResource extends java.lang.ObjectThis class is used to retrieve the resources from the command resource bundle files.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBUNDLE_NAME
-
Constructor Summary
Constructors Constructor Description DialogResource()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetString(java.lang.String key)Get localized resource string according the given key.static java.lang.StringgetString(java.lang.String key, java.lang.Object... values)Get localized resource string according the given key.
-
-
-
Field Detail
-
BUNDLE_NAME
public static final java.lang.String BUNDLE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getString
public static java.lang.String getString(java.lang.String key)
Get localized resource string according the given key.- Parameters:
key- key.- Returns:
- resource string.
-
getString
public static java.lang.String getString(java.lang.String key, @CheckForNull java.lang.Object... values)Get localized resource string according the given key.- Parameters:
key- key.values- message arguments.- Returns:
- resource string.
-
-