EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.ui.internal.editor.page.specification.wizard
Class ParameterWizard

java.lang.Object
  extended by Wizard
      extended by org.eclipse.egf.pattern.ui.internal.editor.page.wizard.AbstractPatternWizard
          extended by org.eclipse.egf.pattern.ui.internal.editor.page.specification.wizard.ParameterWizard

public class ParameterWizard
extends AbstractPatternWizard

Pattern parameter wizard.


Constructor Summary
ParameterWizard(ParameterRelation parameter_p)
          Constructor.
 
Method Summary
 void addPages()
           
protected  IWizardPage doGetPage(String pageId_p)
          Do get page from its id (as a convention, page name at construction time is its id).
 ParameterRelation getParameter()
          Get parameter.
 boolean performFinish()
           
 
Methods inherited from class org.eclipse.egf.pattern.ui.internal.editor.page.wizard.AbstractPatternWizard
getPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterWizard

public ParameterWizard(ParameterRelation parameter_p)
Constructor.

Parameters:
parameter_p -
Method Detail

addPages

public void addPages()
See Also:
org.eclipse.jface.wizard.Wizard#addPages()

doGetPage

protected IWizardPage doGetPage(String pageId_p)
Description copied from class: AbstractPatternWizard
Do get page from its id (as a convention, page name at construction time is its id).

Specified by:
doGetPage in class AbstractPatternWizard
Returns:
See Also:
AbstractPatternWizard.doGetPage(java.lang.String)

performFinish

public boolean performFinish()
See Also:
org.eclipse.jface.wizard.Wizard#performFinish()

getParameter

public ParameterRelation getParameter()
Get parameter.

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.