com.sap.ide.tools.core.patternfwk.wizard
Class ListWizard
com.sap.ide.tools.core.patternfwk.wizard.ListWizard
- All Implemented Interfaces:
- ISourcePatternWizard
- public class ListWizard
- implements ISourcePatternWizard
|
Method Summary |
void |
addPages()
|
ISourcePatternData |
getData()
This method has to return the data class containing all information that
was gathered while running the wizard. |
boolean |
performFinish()
|
void |
setContainingObject(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
This method will be called right after creation of the wizard by the
pattern framework. |
ListWizard
public ListWizard(SourcePatternExtender sourcePatternExtender)
- Constructor for SourcePatternWizard.
performFinish
public boolean performFinish()
- See Also:
org.eclipse.jface.wizard.IWizard#performFinish()
addPages
public void addPages()
- See Also:
org.eclipse.jface.wizard.IWizard#addPages()
getData
public ISourcePatternData getData()
- Description copied from interface:
ISourcePatternWizard
- This method has to return the data class containing all information that
was gathered while running the wizard. The class returned here will be
passed to the code generation method or Velocity template.
- Specified by:
getData in interface ISourcePatternWizard
- See Also:
ISourcePatternWizard.getData()
setContainingObject
public void setContainingObject(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
- Description copied from interface:
ISourcePatternWizard
- This method will be called right after creation of the wizard by the
pattern framework.
- Specified by:
setContainingObject in interface ISourcePatternWizard
- Following copied from interface:
com.sap.ide.tools.core.patternfwk.ISourcePatternWizard
- Parameters:
containingObject - The containing object for the pattern, e.g. the
controller for a controller editor.
Copyright © 2005 SAP AG. All Rights Reserved.