org.eclipse.emf.mwe2.language.ui.outline
Class Mwe2OutlineComparator

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.outline.actions.SortOutlineContribution.DefaultComparator
      extended by org.eclipse.emf.mwe2.language.ui.outline.Mwe2OutlineComparator
All Implemented Interfaces:
java.util.Comparator<org.eclipse.xtext.ui.editor.outline.IOutlineNode>, org.eclipse.xtext.ui.editor.outline.impl.OutlineFilterAndSorter.IComparator

public class Mwe2OutlineComparator
extends org.eclipse.xtext.ui.editor.outline.actions.SortOutlineContribution.DefaultComparator

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
Mwe2OutlineComparator()
           
 
Method Summary
 int getCategory(org.eclipse.xtext.ui.editor.outline.IOutlineNode node)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.outline.actions.SortOutlineContribution.DefaultComparator
compare, isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

Mwe2OutlineComparator

public Mwe2OutlineComparator()
Method Detail

getCategory

public int getCategory(org.eclipse.xtext.ui.editor.outline.IOutlineNode node)
Overrides:
getCategory in class org.eclipse.xtext.ui.editor.outline.actions.SortOutlineContribution.DefaultComparator