org.eclipse.gmt.weaver.editors.interfaces
Interface ITreeViewerSelection

All Known Implementing Classes:
SelectionTreeViewer

public interface ITreeViewerSelection

This Interface is used to create the woven and weaving model trees. It is used to avoid problem with the selection listeners when selecting elements in all panels.

Since:
AMW2006

Method Summary
 void fireSelections(boolean fireSelection)
          set to true if the selection listeners shoudl be called
 

Method Detail

fireSelections

void fireSelections(boolean fireSelection)
set to true if the selection listeners shoudl be called

Parameters:
fireSelection -