|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.ViewerComparator
org.eclipse.jface.viewers.ViewerSorter
org.eclipse.actf.visualization.ui.report.table.ResultTableSorterBase
public abstract class ResultTableSorterBase
Abstract implementation of viewer sorter. It provides useful
Comparator
to implement viewer sorter for general accessibility
issues
ChainComparator
,
IResultTableSorter
,
IProblemItem
Nested Class Summary | |
---|---|
class |
ResultTableSorterBase.DescriptionComparator
Sort IProblemItem based on it's description |
class |
ResultTableSorterBase.ErrorIDComparator
Sort IProblemItem based on it's error ID |
class |
ResultTableSorterBase.GuidelineComparator
Sort IProblemItem based on it's corresponding guideline |
class |
ResultTableSorterBase.LinesComparator
Sort IProblemItem based on it's corresponding line number |
class |
ResultTableSorterBase.ScoreCompator
Sort IProblemItem based on it's score |
class |
ResultTableSorterBase.SeverityComparator
Sort IProblemItem based on it's severity |
class |
ResultTableSorterBase.StringComparator
Sort items as String order |
Constructor Summary | |
---|---|
ResultTableSorterBase()
|
Method Summary |
---|
Methods inherited from class org.eclipse.jface.viewers.ViewerSorter |
---|
getCollator |
Methods inherited from class org.eclipse.jface.viewers.ViewerComparator |
---|
category, compare, isSorterProperty, sort |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.actf.visualization.ui.report.table.IResultTableSorter |
---|
reset, setCurColumn |
Constructor Detail |
---|
public ResultTableSorterBase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |