org.topcased.search.ui.areas
Interface IModelElementEditorSelectionHandler
public interface IModelElementEditorSelectionHandler
Defines entity responsible of tree editor selection handling.
In other words users defines here how the search result double clicked will be handled in
terms of corresponding editor selection.
isCompatibleModelElementEditorSelectionHandler
boolean isCompatibleModelElementEditorSelectionHandler(org.eclipse.ui.part.EditorPart part)
handleModelSearchElementSelection
org.eclipse.core.runtime.IStatus handleModelSearchElementSelection(org.eclipse.ui.part.EditorPart part,
java.lang.Object selection)
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.