/** * Sets the description string that is used to identify the link in a menu or on the desktop. * * @param description the descriptiojn string */ public void setDescription(String description) { Debug.log(CLASS + myClass + ".setDescription() '" + description + "'"); shortcut.setDescription(description); }
/** * Sets the description string that is used to identify the link in a menu or on the desktop. * * @param description the descriptiojn string */ @Override public void setDescription(String description) { shortcut.setDescription(description); }