| java.lang.Object org.eclipse.ui.views.navigator.ResourceNavigatorMessages
ResourceNavigatorMessages | public class ResourceNavigatorMessages (Code) | | Utility class which helps managing messages
since: 2.0 |
Method Summary | |
public static String | format(String key, Object[] args) Returns the formatted message for the given key in
the resource bundle. | public static String | getString(String key) Returns the resource object with the given key in
the resource bundle. |
format | public static String format(String key, Object[] args)(Code) | | Returns the formatted message for the given key in
the resource bundle.
Parameters: key - the resource name Parameters: args - the message arguments the string |
getString | public static String getString(String key)(Code) | | Returns the resource object with the given key in
the resource bundle. If there isn't any value under
the given key, the key is returned.
Parameters: key - the resource name the string |
|
|