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

All Known Implementing Classes:
SourceInfomation

public interface ISourceInformation

This interface is used by the source pattern framework to provide information about the current source code.


Method Summary
 com.sap.ide.metamodel.general.DevelopmentObject getContainingObject()
          Returns the development object the active editor is working on.
 

Method Detail

getContainingObject

public com.sap.ide.metamodel.general.DevelopmentObject getContainingObject()
Returns the development object the active editor is working on.
Returns:
The development of the currently active editor (e.g. a controller for the controller editor).


Copyright © 2005 SAP AG. All Rights Reserved.