public String getProjectName() {
   return fNameGroup.getName();
 }
 /**
  * Creates a project resource handle for the current project name field value.
  *
  * <p>This method does not create the project resource; this is the responsibility of <code>
  * IProject::create</code> invoked by the new project resource wizard.
  *
  * @return the new project resource handle
  */
 public IProject getProjectHandle() {
   return ResourcesPlugin.getWorkspace().getRoot().getProject(fNameGroup.getName());
 }