com.pvx.ooadide.wizards.programs
Class PvxNewProgramPropertiesWizardPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by com.pvx.ooadide.wizards.programs.PvxNewProgramPropertiesWizardPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
Direct Known Subclasses:
PvcPage

public class PvxNewProgramPropertiesWizardPage
extends org.eclipse.jface.wizard.WizardPage


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
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
PvxNewProgramPropertiesWizardPage(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.
 PvxWizardNewFileCreatePage getFileCreatePage()
           
 java.lang.String getOutputFileName()
           
 java.lang.String getProjectBuilder()
           
 java.lang.String getProjectOwnerCode()
           
 java.lang.String getProjectOwnerFlags()
           
 java.lang.String getProjectPassword()
           
 org.eclipse.jface.wizard.IWizardPage getWizardPage()
           
 boolean isLineNoReq()
           
 java.lang.String resolvePvxVariables(java.lang.String pattern)
           
 void setFields(org.eclipse.core.runtime.IPath containerPath, java.lang.String fleName)
           
 void setFileCreatePage(PvxWizardNewFileCreatePage fileCreatePage)
           
 void setOutputFileName(java.lang.String fleName)
           
 
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

PROJECT_DEF_PVX_EXE

public static final java.lang.String PROJECT_DEF_PVX_EXE
See Also:
Constant Field Values

PROJECT_PASSWORD

public static final java.lang.String PROJECT_PASSWORD
See Also:
Constant Field Values

PROJECT_OWNER

public static final java.lang.String PROJECT_OWNER
See Also:
Constant Field Values

PROJECT_OWNER_FLAGS

public static final java.lang.String PROJECT_OWNER_FLAGS
See Also:
Constant Field Values
Constructor Detail

PvxNewProgramPropertiesWizardPage

public PvxNewProgramPropertiesWizardPage(org.eclipse.jface.viewers.ISelection selection)
Creates a new project creation wizard page.

Parameters:
newFilePage -
pageName - the name of this page
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
(non-Javadoc) Method declared on IDialogPage.


isLineNoReq

public boolean isLineNoReq()

getProjectBuilder

public java.lang.String getProjectBuilder()

getProjectPassword

public java.lang.String getProjectPassword()

getProjectOwnerFlags

public java.lang.String getProjectOwnerFlags()

getProjectOwnerCode

public java.lang.String getProjectOwnerCode()

getWizardPage

public org.eclipse.jface.wizard.IWizardPage getWizardPage()

setOutputFileName

public void setOutputFileName(java.lang.String fleName)

getOutputFileName

public java.lang.String getOutputFileName()

setFileCreatePage

public void setFileCreatePage(PvxWizardNewFileCreatePage fileCreatePage)

getFileCreatePage

public PvxWizardNewFileCreatePage getFileCreatePage()

setFields

public void setFields(org.eclipse.core.runtime.IPath containerPath,
                      java.lang.String fleName)

resolvePvxVariables

public java.lang.String resolvePvxVariables(java.lang.String pattern)