/**
  * 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);
 }
예제 #2
0
 /**
  * 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);
 }