Package com._1c.g5.v8.dt.ui.util
Class ResourceCaptions
- java.lang.Object
-
- com._1c.g5.v8.dt.ui.util.ResourceCaptions
-
public class ResourceCaptions extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
get(String alias)
Returns the localized name of the given alias from "resourcenames" resource.
-
-
-
Method Detail
-
get
public static String get(String alias)
Returns the localized name of the given alias from "resourcenames" resource. If no such a name found, returns the alias itself and reports an error to the plugin log.- Parameters:
alias
- a resource alias, i.e. Web.Red or System.DefaultGUIFont- Returns:
- Caption that matches the alias, or the alias itself if no match was found.
-
-