com.pnp.xfeature.wizards
Class NewProjectFileWizard

java.lang.Object
  extended by Wizard
      extended by com.pnp.xfeature.wizards.NewProjectFileWizard

public class NewProjectFileWizard
extends Wizard

Wizard to create new XFeature project file (xfproject.xfp).


Constructor Summary
NewProjectFileWizard()
          Constructor for NewProjectFileWizard.
 
Method Summary
 void addPages()
          Adding the page to the wizard.
 void init(IWorkbench workbench, IStructuredSelection selection)
          saves the selection paramater
 boolean performFinish()
          This method is called when 'Finish' button is pressed in the wizard.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewProjectFileWizard

public NewProjectFileWizard()
Constructor for NewProjectFileWizard.

Method Detail

addPages

public void addPages()
Adding the page to the wizard.


performFinish

public boolean performFinish()
This method is called when 'Finish' button is pressed in the wizard. We will create an operation and run it using wizard as execution context.


init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
saves the selection paramater



Copyright © 2004 - 2008 ETH Zurich and P&P Software GmbH, All Rights Reserved.