Uses of Class
org.infai.emo.matcher.editor.ModelMatcherTreeViewer

Packages that use ModelMatcherTreeViewer
org.infai.emo.matcher.editor.pages   
 

Uses of ModelMatcherTreeViewer in org.infai.emo.matcher.editor.pages
 

Fields in org.infai.emo.matcher.editor.pages declared as ModelMatcherTreeViewer
private  ModelMatcherTreeViewer ModelComparatorPage.leftTree
          The component of this page that carries the first model of the comparison, consisting of a TreeViewer and a TableViewer.
private  ModelMatcherTreeViewer ModelComparatorPage.rightTree
          The component of this page that carries the second model of the comparison, consisting of a TreeViewer and a TableViewer.
 

Methods in org.infai.emo.matcher.editor.pages that return ModelMatcherTreeViewer
 ModelMatcherTreeViewer ModelComparatorPage.getLeftTree()
           
 ModelMatcherTreeViewer ModelComparatorPage.getRightTree()