com.sap.ide.tools.core.patternfwk.internal
Class SourceInfomation

java.lang.Object
  |
  +--com.sap.ide.tools.core.patternfwk.internal.SourceInfomation
All Implemented Interfaces:
ISourceInformation

public class SourceInfomation
extends java.lang.Object
implements ISourceInformation


Constructor Summary
SourceInfomation(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
           
 
Method Summary
 com.sap.ide.metamodel.general.DevelopmentObject getContainingObject()
          Returns the development object the active editor is working on.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceInfomation

public SourceInfomation(com.sap.ide.metamodel.general.DevelopmentObject containingObject)
Method Detail

getContainingObject

public com.sap.ide.metamodel.general.DevelopmentObject getContainingObject()
Description copied from interface: ISourceInformation
Returns the development object the active editor is working on.
Specified by:
getContainingObject in interface ISourceInformation
Following copied from interface: com.sap.ide.tools.core.patternfwk.ISourceInformation
Returns:
The development of the currently active editor (e.g. a controller for the controller editor).


Copyright © 2005 SAP AG. All Rights Reserved.