com.pnp.xfeature.wizards
Class NewDiagramWizard

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

public class NewDiagramWizard
extends Wizard

Wizard to open or create new feature model.

Author:
Kamil Ekstein, created on 29.12.2004, updated by Ondrej Rohlik on 29.4.2005

Constructor Summary
NewDiagramWizard()
          Creates new wizard and requests progress monitor.
 
Method Summary
 void addPages()
          Adds two pages tothe wizard.
 boolean canFinish()
           
 void init(IWorkbench workbench, IStructuredSelection selection)
          Initializes the wizard.
 boolean performFinish()
          Calls doFinish() method in a separate thread monitored by progress monitor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewDiagramWizard

public NewDiagramWizard()
Creates new wizard and requests progress monitor.

Method Detail

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
Initializes the wizard.


addPages

public void addPages()
Adds two pages tothe wizard.


performFinish

public boolean performFinish()
Calls doFinish() method in a separate thread monitored by progress monitor.


canFinish

public boolean canFinish()


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