org.eclipse.actf.visualization.ui.report.table
Class ResultTableSorterBase.SeverityComparator

java.lang.Object
  extended by org.eclipse.actf.util.comparator.ChainComparator
      extended by org.eclipse.actf.visualization.ui.report.table.ResultTableSorterBase.SeverityComparator
All Implemented Interfaces:
Comparator<Object>
Enclosing class:
ResultTableSorterBase

public class ResultTableSorterBase.SeverityComparator
extends ChainComparator

Sort IProblemItem based on it's severity


Constructor Summary
ResultTableSorterBase.SeverityComparator()
           
 
Method Summary
 
Methods inherited from class org.eclipse.actf.util.comparator.ChainComparator
compare, intResolve, setNext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ResultTableSorterBase.SeverityComparator

public ResultTableSorterBase.SeverityComparator()