Class DefaultSorter


  • public class DefaultSorter
    extends org.eclipse.jface.viewers.ViewerSorter
    • Field Summary

      • Fields inherited from class org.eclipse.jface.viewers.ViewerSorter

        collator
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultSorter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int category​(java.lang.Object element)
      void setHelp​(AtlNbCharFile help)  
      • Methods inherited from class org.eclipse.jface.viewers.ViewerSorter

        getCollator
      • Methods inherited from class org.eclipse.jface.viewers.ViewerComparator

        compare, getComparator, isSorterProperty, sort
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSorter

        public DefaultSorter()
    • Method Detail

      • category

        public int category​(java.lang.Object element)
        Overrides:
        category in class org.eclipse.jface.viewers.ViewerComparator
        See Also:
        ViewerComparator.category(java.lang.Object)