|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
com.pvx.ooadide.wizards.NewProjectFromExistingPage
public class NewProjectFromExistingPage
Standard main page for a wizard that is creates a project resource.
This page may be used by clients as-is; it may be also be subclassed to suit.
Example useage:
mainPage = new WizardNewProjectCreationPage("basicNewProjectPage"); mainPage.setTitle("Project"); mainPage.setDescription("Create a new project resource.");
Field Summary | |
---|---|
static java.lang.String |
PROJECT_DEF_PVX_EXE
|
static java.lang.String |
PROJECT_OWNER
|
static java.lang.String |
PROJECT_OWNER_FLAGS
|
static java.lang.String |
PROJECT_PASSWORD
|
boolean |
useOutputDefaults
|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
NewProjectFromExistingPage(org.eclipse.jface.viewers.ISelection selection)
Creates a new project creation wizard page. |
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
(non-Javadoc) Method declared on IDialogPage. |
java.lang.String |
getInitialInputLocationFieldValue()
|
java.lang.String |
getInputFolder()
|
org.eclipse.swt.widgets.Text |
getInputLocationPathField()
|
org.eclipse.core.runtime.IPath |
getLocationPath()
Returns the current project location path as entered by the user, or its anticipated initial value. |
java.lang.String |
getOutputFolder()
|
java.lang.String |
getProjectBuilder()
|
org.eclipse.core.resources.IProject |
getProjectHandle()
Creates a project resource handle for the current project name field value. |
java.lang.String |
getProjectName()
Returns the current project name as entered by the user, or its anticipated initial value. |
java.lang.String |
getProjectOwnerCode()
|
org.eclipse.swt.widgets.Text |
getProjectOwnerField()
|
java.lang.String |
getProjectOwnerFlags()
|
java.lang.String |
getProjectPassword()
|
java.lang.String |
getPropsField()
|
void |
setInitialInputLocationFieldValue(java.lang.String initialInputLocationFieldValue)
|
void |
setInputLocationPathField(org.eclipse.swt.widgets.Text inputLocationPathField)
|
void |
setProjectOwnerField(org.eclipse.swt.widgets.Text projectOwnerField)
|
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage, setVisible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Field Detail |
---|
public static final java.lang.String PROJECT_DEF_PVX_EXE
public static final java.lang.String PROJECT_PASSWORD
public static final java.lang.String PROJECT_OWNER
public static final java.lang.String PROJECT_OWNER_FLAGS
public boolean useOutputDefaults
Constructor Detail |
---|
public NewProjectFromExistingPage(org.eclipse.jface.viewers.ISelection selection)
pageName
- the name of this pageMethod Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
public org.eclipse.core.runtime.IPath getLocationPath()
public java.lang.String getOutputFolder()
public java.lang.String getInputFolder()
public org.eclipse.core.resources.IProject getProjectHandle()
This method does not create the project resource; this is the responsibility
of IProject::create
invoked by the new project resource wizard.
public java.lang.String getProjectName()
null
if no project name is knownpublic java.lang.String getProjectBuilder()
public java.lang.String getProjectPassword()
public java.lang.String getProjectOwnerFlags()
public java.lang.String getProjectOwnerCode()
public java.lang.String getPropsField()
public void setInitialInputLocationFieldValue(java.lang.String initialInputLocationFieldValue)
public java.lang.String getInitialInputLocationFieldValue()
public void setInputLocationPathField(org.eclipse.swt.widgets.Text inputLocationPathField)
public org.eclipse.swt.widgets.Text getInputLocationPathField()
public void setProjectOwnerField(org.eclipse.swt.widgets.Text projectOwnerField)
public org.eclipse.swt.widgets.Text getProjectOwnerField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |