com.sap.ide.tools.core.patternfwk
Class AbstractSourcePatternWizard

com.sap.ide.tools.core.patternfwk.AbstractSourcePatternWizard
All Implemented Interfaces:
ISourcePatternWizard

public abstract class AbstractSourcePatternWizard
implements ISourcePatternWizard

This class is an abstract base implementation for a source pattern wizard. All extending classes have to provide a public contructor without any parameters.


Constructor Summary
AbstractSourcePatternWizard()
          Creates a new source pattern wizard and initialized the data storage for the wizard.
 
Method Summary
 ISourcePatternData getData()
          This method returns the data storage class created by the method createDataStorage().
 void setContainingObject(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
          This method stores the containing object for the source pattern in the wizard data storage class.
 

Constructor Detail

AbstractSourcePatternWizard

public AbstractSourcePatternWizard()
Creates a new source pattern wizard and initialized the data storage for the wizard.
Method Detail

setContainingObject

public void setContainingObject(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
This method stores the containing object for the source pattern in the wizard data storage class.
Specified by:
setContainingObject in interface ISourcePatternWizard
Parameters:
containingObject - The containing object as a com.sap.ide.metamodel.general.DevelopmentObject.

getData

public ISourcePatternData getData()
This method returns the data storage class created by the method createDataStorage().
Specified by:
getData in interface ISourcePatternWizard
Returns:
The data storage as a com.sap.ide.tools.core.patternfwk.ISourcePatternData.


Copyright © 2005 SAP AG. All Rights Reserved.