Searched defs:SortIndicator (Results 1 - 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
H A DDynamicTable.java32 static class SortIndicator extends Composite { class in class:DynamicTable
36 public SortIndicator(int column) { method in class:DynamicTable.SortIndicator
56 private SortIndicator[] sortIndicators;
82 sortIndicators = new SortIndicator[columns.length];
84 sortIndicators[i] = new SortIndicator(i);
104 for (SortIndicator indicator : sortIndicators) {

Completed in 80 milliseconds