Home
last modified time | relevance | path

Searched refs:_tSort (Results 1 – 1 of 1) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DAuctionsUIModel.java47 private TableSorter _tSort; field in AuctionsUIModel
63_tSort = new TableSorter(_dataModel.getName(), "Time left", new auctionTableModel(_dataModel.getLi… in AuctionsUIModel()
65 _table = new AuctionTable(_dataModel.getName(), _tSort); in AuctionsUIModel()
82 _tSort.addMouseListenerToHeaderInTable(_table); in AuctionsUIModel()
160 addSumMonitor(_table, _tSort); in AuctionsUIModel()
213 public TableSorter getTableSorter() { return _tSort; } in getTableSorter()
383 _tSort.delete(inEntry); in delEntry()
395 if (_tSort.insert(aeNew) == -1) { in addEntry()
411 _tSort.removeColumn(field, _table); in toggleField()
491 _tSort.sort(); in sort()
[all …]