EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.ui.internal.editor.page.wizard
Class AbstractPatternWizard

java.lang.Object
  extended by Wizard
      extended by org.eclipse.egf.pattern.ui.internal.editor.page.wizard.AbstractPatternWizard
Direct Known Subclasses:
AbstractPatternCodeWizard, ParameterWizard

public abstract class AbstractPatternWizard
extends Wizard

Abstract pattern wizard.


Constructor Summary
AbstractPatternWizard()
           
 
Method Summary
protected abstract  IWizardPage doGetPage(String pageId_p)
          Do get page from its id (as a convention, page name at construction time is its id).
 IWizardPage getPage(String name_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPatternWizard

public AbstractPatternWizard()
Method Detail

getPage

public IWizardPage getPage(String name_p)
See Also:
org.eclipse.jface.wizard.Wizard#getPage(java.lang.String)

doGetPage

protected abstract IWizardPage doGetPage(String pageId_p)
Do get page from its id (as a convention, page name at construction time is its id).

Parameters:
pageId_p -
Returns:

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.