com.sap.ide.tools.core.patternfwk
Interface ISourcePatternTreeData

All Superinterfaces:
ISourcePatternData
All Known Implementing Classes:
TreeWizardData

public interface ISourcePatternTreeData
extends ISourcePatternData

This interface is used by the source pattern framework for the data class when using the tree selection wizard provided by the framework. It extends the interface com.sap.ide.tools.core.patternfwk.ISourcePatternData and will additionally contain the object that was selected from the tree.


Method Summary
 com.sap.ide.metamodel.general.DevelopmentObject getSelectedObject()
          Returns the object that has been selected from the tree.
 
Methods inherited from interface com.sap.ide.tools.core.patternfwk.ISourcePatternData
getContainingObject, setContainingObject
 

Method Detail

getSelectedObject

public com.sap.ide.metamodel.general.DevelopmentObject getSelectedObject()
Returns the object that has been selected from the tree.
Returns:
The selected object as a com.sap.ide.metamodel.general.DevelopmentObject.


Copyright © 2005 SAP AG. All Rights Reserved.