com.sap.ide.tools.core.patternfwk.editor
Interface ISourcePatternTopLevelEditor
- public interface ISourcePatternTopLevelEditor
This interface has to be implemented by all editors that want to use source
patterns. When a multi page editor is used that contains a source editor as
a tabbed editor, the multi page editor has to implement this interface.
isSourcePatternEditorActive
public boolean isSourcePatternEditorActive()
- This method has to return wether the source pattern editor is currently
active. If this method returns
true, the button to start the
source pattern wizard will become active.
- Returns:
- A
boolean indicating if the source pattern editor is
currently active.
getSourcePatternEditor
public ISourcePatternEditor getSourcePatternEditor()
- This method has to return the actual source pattern wizard, e.g. the
controller editor returns here its implementation editor.
- Returns:
- The source pattern editor as a
ISourcePatternEditor.
Copyright © 2005 SAP AG. All Rights Reserved.