com.pvx.ooadide.wizards
Interface ProvideXNewWizardPageI

All Known Implementing Classes:
ProvidexNewWizardPage, WizardNewProjectPasswordPage

public interface ProvideXNewWizardPageI


Method Summary
 java.lang.String getInputFolder()
           
 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()
           
 java.lang.String getProjectOwnerCode()
           
 java.lang.String getProjectOwnerFlags()
           
 java.lang.String getProjectPassword()
           
 org.eclipse.jface.wizard.IWizardPage getWizardPage()
          Returns the current project name as entered by the user, or its anticipated initial value.
 boolean isUseDefaults()
           
 boolean isUseInputDefaults()
           
 boolean isUseOutputDefaults()
           
 void setUseOutputDefaults(boolean useOutputDefaults)
           
 

Method Detail

getLocationPath

org.eclipse.core.runtime.IPath getLocationPath()
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.

Returns:
the project location path or its anticipated initial value.

getOutputFolder

java.lang.String getOutputFolder()

getInputFolder

java.lang.String getInputFolder()

getProjectHandle

org.eclipse.core.resources.IProject getProjectHandle()
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.

Returns:
the new project resource handle

getWizardPage

org.eclipse.jface.wizard.IWizardPage getWizardPage()
Returns the current project name as entered by the user, or its anticipated initial value.

Returns:
the project name, its anticipated initial value, or null if no project name is known

getProjectName

java.lang.String getProjectName()

getProjectBuilder

java.lang.String getProjectBuilder()

getProjectPassword

java.lang.String getProjectPassword()

getProjectOwnerFlags

java.lang.String getProjectOwnerFlags()

getProjectOwnerCode

java.lang.String getProjectOwnerCode()

isUseDefaults

boolean isUseDefaults()

isUseInputDefaults

boolean isUseInputDefaults()

setUseOutputDefaults

void setUseOutputDefaults(boolean useOutputDefaults)

isUseOutputDefaults

boolean isUseOutputDefaults()