com.sap.ide.tools.core.patternfwk.wizard
Class ListWizardData
java.lang.Object
|
+--com.sap.ide.tools.core.patternfwk.wizard.ListWizardData
- All Implemented Interfaces:
- ISourcePatternData, ISourcePatternListData
- public class ListWizardData
- extends java.lang.Object
- implements ISourcePatternListData
|
Constructor Summary |
ListWizardData(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
Constructor for ListWizardDate. |
|
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 list. |
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 |
ListWizardData
public ListWizardData(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
- Constructor for ListWizardDate.
setSelectedObject
public void setSelectedObject(com.sap.ide.metamodel.general.DevelopmentObject object)
getSelectedObject
public com.sap.ide.metamodel.general.DevelopmentObject getSelectedObject()
- Description copied from interface:
ISourcePatternListData
- Returns the object that has been selected from the list.
- Specified by:
getSelectedObject in interface ISourcePatternListData
- 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.