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