SWT.getMessage

Returns the NLS'ed message for the given argument.

@param key the key to look up @return the message for the given key

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the key is null</li> </ul>

class SWT
static
String
getMessage
(
String key
)

Meta