/**
  * Display name for the creation action. This should be presented as an item in a menu.
  *
  * @return the name of the action
  */
 public String getName() {
   return FormEditor.getFormBundle().getString("CTL_separator");
 }