| java.lang.Object org.eclipse.ui.views.framelist.FrameListMessages
FrameListMessages | class FrameListMessages (Code) | | Utility class which helps with managing messages.
|
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 |
|
|