public class ResultTableSorterLV extends ResultTableSorterBase
IResultTableSorter
,
IProblemItemImage
ResultTableSorterBase.DescriptionComparator, ResultTableSorterBase.ErrorIDComparator, ResultTableSorterBase.GuidelineComparator, ResultTableSorterBase.LinesComparator, ResultTableSorterBase.ScoreCompator, ResultTableSorterBase.SeverityComparator, ResultTableSorterBase.StringComparator
Constructor and Description |
---|
ResultTableSorterLV()
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
int |
compare(org.eclipse.jface.viewers.Viewer arg0,
Object arg1,
Object arg2) |
void |
reset()
This method will be called by result table viewer to reset sort order.
|
void |
setCurColumn(int curColumn)
This method will be called by result table viewer when the target column
is selected by user.
|
public int compare(org.eclipse.jface.viewers.Viewer arg0, Object arg1, Object arg2)
compare
in class org.eclipse.jface.viewers.ViewerComparator
public void setCurColumn(int curColumn)
IResultTableSorter
public void reset()
IResultTableSorter