EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.ui.editor.page
Interface IExternalSelectionHandler

All Known Implementing Classes:
AbstractPatternPage, PatternConnectionPage, PatternContextPage, PatternImplementationPage, PatternInheritancePage, PatternOverviewPage, PatternProductionPage, PatternSpecificationPage

public interface IExternalSelectionHandler

Implementors of this interface are trying to make use of an external selection that takes place elsewhere. Typically, an editor page might listen to the selection in the outline, so as to show related details.
This is intended to take place between UI concepts.


Method Summary
 void handleSelection(Object firstSelectedObject_p, IStructuredSelection selection_p)
          Handle selection.
 

Method Detail

handleSelection

void handleSelection(Object firstSelectedObject_p,
                     IStructuredSelection selection_p)
Handle selection.

Parameters:
firstSelectedObject_p - The first object selected in given structured selection.
selection_p - The whole selection.

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.