Method Summary |
|
public void | createControl(Composite parent) (non-Javadoc) Method declared on IDialogPage. |
public IPath | getLocationPath() Returns the current project location path as entered by the user, or its
anticipated initial value. |
public URI | getLocationURI() /** Returns the current project location URI as entered by the user, or
null if a valid project location has not been entered. |
public IProject | getProjectHandle() Creates a project resource handle for the current project name field
value. |
public String | getProjectName() Returns the current project name as entered by the user, or its
anticipated initial value. |
public static boolean | nameValidate(String name) |
public void | setInitialProjectName(String name) Sets the initial project name that this page will use when created. |
void | setLocationForSelection() Set the location to the default location if we are set to useDefaults. |
public void | setVisible(boolean visible) |
public boolean | useDefaults() Returns the useDefaults. |
protected boolean | validatePage() Returns whether this page's controls currently all contain valid values. |