org.eclipse.hyades.trace.views.internal
Class StatisticView.StatisticSorter
java.lang.Object
org.eclipse.jface.viewers.ViewerComparator
org.eclipse.jface.viewers.ViewerSorter
org.eclipse.hyades.trace.views.internal.StatisticView.StatisticSorter
- Direct Known Subclasses:
- AggregatedCallStack.CallStacksSorter, AggregatedExecutionStatistic.ExecutionStatisticSorter, ExecutionStatistic.ExecutionStatisticSorter, MethodInvocationStatistic.MethodStatisticSorter, MultiLevelStatisticView.MultiLevelStatisticSorter, ReferenceTable.ObjReferenceSorter
- Enclosing class:
- StatisticView
public abstract class StatisticView.StatisticSorter
- extends org.eclipse.jface.viewers.ViewerSorter
| Fields inherited from class org.eclipse.jface.viewers.ViewerSorter |
collator |
| Methods inherited from class org.eclipse.jface.viewers.ViewerSorter |
getCollator |
| Methods inherited from class org.eclipse.jface.viewers.ViewerComparator |
category, compare, getComparator, isSorterProperty, sort |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_sortColumn
protected org.eclipse.swt.widgets.TreeColumn _sortColumn
_sortSequence
protected int _sortSequence
_info
protected StatisticTableColumnInfo _info
_pos
protected int _pos
StatisticView.StatisticSorter
public StatisticView.StatisticSorter()
setSortedColumn
public void setSortedColumn(org.eclipse.swt.widgets.TreeColumn newSortColumn)
setSortedColumn
public void setSortedColumn(int sortSequence,
org.eclipse.swt.widgets.TreeColumn newSortColumn)
getSortSequence
public int getSortSequence()
setSortSequence
public void setSortSequence(int sortSequence)
getCurrentSortColumn
public org.eclipse.swt.widgets.TreeColumn getCurrentSortColumn(org.eclipse.swt.widgets.Tree tree)
resetSortColumn
public org.eclipse.swt.widgets.TreeColumn resetSortColumn(org.eclipse.swt.widgets.Tree tree)