| org.enhydra.kelp.eclipse.enhydraWizard.NewEnhydraWizardPage
NewEnhydraWizardPage | public class NewEnhydraWizardPage extends WizardPage (Code) | | author: Tweety author: To change this generated comment edit the template variable "typecomment": author: Window>Preferences>Java>Templates. To enable and disable the creation of type author: comments go to Window>Preferences>Java>Code Generation. |
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 path as entered by the user, or its
anticipated initial value. | 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 void | setInitialProjectName(String name) Sets the initial project name that this page will use when created. | public void | setVisible(boolean visible) |
NewEnhydraWizardPage | public NewEnhydraWizardPage(String pageName)(Code) | | Constructor for NewEnhydraWizardPage.
Parameters: pageName - |
NewEnhydraWizardPage | public NewEnhydraWizardPage(String pageName, String title, ImageDescriptor titleImage)(Code) | | Constructor for NewEnhydraWizardPage.
Parameters: pageName - Parameters: title - Parameters: titleImage - |
createControl | public void createControl(Composite parent)(Code) | | (non-Javadoc) Method declared on IDialogPage.
|
getLocationPath | public IPath getLocationPath()(Code) | | Returns the current project location path as entered by
the user, or its anticipated initial value.
Note that if the default has been returned the path
in a project description used to create a project
should not be set.
the project location path, its anticipated initial value, or null if no project location path is known |
getLocationURI | public URI getLocationURI()(Code) | | Returns the current project location path as entered by the user, or its
anticipated initial value. Note that if the default has been returned the
path in a project description used to create a project should not be set.
the project location path, its anticipated initial value, ornull if no project location path is known |
getProjectHandle | public IProject getProjectHandle()(Code) | | Creates a project resource handle for the current project name field
value.
This method does not create the project resource; this is the
responsibility of IProject::create invoked by the new
project resource wizard.
the new project resource handle |
getProjectName | public String getProjectName()(Code) | | Returns the current project name as entered by the user, or its
anticipated initial value.
the project name, its anticipated initial value, ornull if no project name is known |
setInitialProjectName | public void setInitialProjectName(String name)(Code) | | Sets the initial project name that this page will use when created. The
name is ignored if the createControl(Composite) method has already been
called. Leading and trailing spaces in the name are ignored.
Parameters: name - initial project name for this page |
setVisible | public void setVisible(boolean visible)(Code) | | |
|
|