UML

org.topcased.search.uml2.ui.handlers
Class UML2EditorSelectionHandler

java.lang.Object
  extended by org.topcased.search.uml2.ui.handlers.UML2EditorSelectionHandler

public class UML2EditorSelectionHandler
extends java.lang.Object

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.


Constructor Summary
UML2EditorSelectionHandler()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UML2EditorSelectionHandler

public UML2EditorSelectionHandler()
Method Detail

handleModelSearchElementSelection

public org.eclipse.core.runtime.IStatus handleModelSearchElementSelection(org.eclipse.ui.part.EditorPart part,
                                                                          java.lang.Object selection)

isCompatibleModelElementEditorSelectionHandler

public boolean isCompatibleModelElementEditorSelectionHandler(org.eclipse.ui.part.EditorPart part)

UML

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