Exemplo n.º 1
0
 /**
  * Get a keyed property message as a String. This method delegates to
  * EclipseCommonMessages.getString().
  *
  * @param key The message key.
  * @return The message or null if no message is found.
  */
 public static String getString(String key) {
   return EclipseCommonMessages.getString(getResourceBundle(), key);
 }