org.eclipse.xtext.xtend2.ui.outline
Class Xtend2OutlineNodeComparator

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.outline.actions.SortOutlineContribution.DefaultComparator
      extended by org.eclipse.xtext.xtend2.ui.outline.Xtend2OutlineNodeComparator
All Implemented Interfaces:
java.util.Comparator<IOutlineNode>, OutlineFilterAndSorter.IComparator

public class Xtend2OutlineNodeComparator
extends SortOutlineContribution.DefaultComparator

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
Xtend2OutlineNodeComparator()
           
 
Method Summary
 int getCategory(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

Xtend2OutlineNodeComparator

public Xtend2OutlineNodeComparator()
Method Detail

getCategory

public int getCategory(IOutlineNode node)
Overrides:
getCategory in class SortOutlineContribution.DefaultComparator