com.pvx.ooadide.wizards.programs
Class NewPvcCreationWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
          extended by org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
              extended by com.pvx.ooadide.wizards.programs.NewPvxProgramWizard
                  extended by com.pvx.ooadide.wizards.programs.NewPvcCreationWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class NewPvcCreationWizard
extends NewPvxProgramWizard


Field Summary
static java.lang.String ID
           
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
NewPvcCreationWizard()
           
 
Method Summary
 void addPages()
          Adding the page to the wizard.
 
Methods inherited from class com.pvx.ooadide.wizards.programs.NewPvxProgramWizard
addTestPage, getPvxWizPage, init, performFinish, selectAndReveal
 
Methods inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
getSelection, getWorkbench
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Field Detail

ID

public static java.lang.String ID
Constructor Detail

NewPvcCreationWizard

public NewPvcCreationWizard()
Method Detail

addPages

public void addPages()
Description copied from class: NewPvxProgramWizard
Adding the page to the wizard.

Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class NewPvxProgramWizard