Modelers

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.


Method Summary
 org.eclipse.core.runtime.IStatus handleModelSearchElementSelection(org.eclipse.ui.part.EditorPart part, java.lang.Object selection)
           
 boolean isCompatibleModelElementEditorSelectionHandler(org.eclipse.ui.part.EditorPart part)
           
 

Method Detail

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)

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.