com.sap.ide.tools.core.patternfwk.wizard
Class TreeWizardData
java.lang.Object
|
+--com.sap.ide.tools.core.patternfwk.wizard.TreeWizardData
- All Implemented Interfaces:
- ISourcePatternData, ISourcePatternTreeData
- public class TreeWizardData
- extends java.lang.Object
- implements ISourcePatternTreeData
|
Constructor Summary |
TreeWizardData(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
Constructor for TreeWizardDate. |
|
Method Summary |
com.sap.ide.metamodel.general.DevelopmentObject |
getContainingObject()
This method should return the containing object for the current source
pattern, e.g. the controller for a controller editor. |
com.sap.ide.metamodel.general.DevelopmentObject |
getSelectedObject()
Returns the object that has been selected from the tree. |
void |
setContainingObject(com.sap.ide.metamodel.general.DevelopmentObject object)
This method should set the containing object for the current source
pattern, e.g. the controller for a controller editor. |
void |
setSelectedObject(com.sap.ide.metamodel.general.DevelopmentObject object)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeWizardData
public TreeWizardData(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
- Constructor for TreeWizardDate.
setSelectedObject
public void setSelectedObject(com.sap.ide.metamodel.general.DevelopmentObject object)
getSelectedObject
public com.sap.ide.metamodel.general.DevelopmentObject getSelectedObject()
- Description copied from interface:
ISourcePatternTreeData
- Returns the object that has been selected from the tree.
- Specified by:
getSelectedObject in interface ISourcePatternTreeData
- See Also:
com.sap.ide.tools.core.patternfwk.ISourcePatternData#getSelectedObject()
getContainingObject
public com.sap.ide.metamodel.general.DevelopmentObject getContainingObject()
- Description copied from interface:
ISourcePatternData
- This method should return the containing object for the current source
pattern, e.g. the controller for a controller editor.
- Specified by:
getContainingObject in interface ISourcePatternData
- Following copied from interface:
com.sap.ide.tools.core.patternfwk.ISourcePatternData
- Returns:
- The containing object as a
com.sap.ide.metamodel.general.DevelopmentObject.
setContainingObject
public void setContainingObject(com.sap.ide.metamodel.general.DevelopmentObject object)
- Description copied from interface:
ISourcePatternData
- This method should set the containing object for the current source
pattern, e.g. the controller for a controller editor.
- Specified by:
setContainingObject in interface ISourcePatternData
- Following copied from interface:
com.sap.ide.tools.core.patternfwk.ISourcePatternData
- Parameters:
object - The containing object as a com.sap.ide.metamodel.general.DevelopmentObject.
Copyright © 2005 SAP AG. All Rights Reserved.