示例#1
0
 /**
  * Set the system name. Fires a property change event. Also may change the display name according
  * to {@link #displayFormat}.
  *
  * @param s the new name
  */
 @Override
 public void setName(String s) {
   component.rename(s);
 }