Default Constructor super("eta", ALIGN_TRAIL, POSITION_LAST, 60, TableManager.TABLE_MYTORRENTS_INCOMPLETE); setRefreshInterval(INTERVAL_LIVE);
super("eta", ALIGN_TRAIL, POSITION_LAST, 60, TableManager.TABLE_MYTORRENTS_INCOMPLETE); setRefreshInterval(INTERVAL_LIVE);
DownloadManager dm = (DownloadManager)cell.getDataSource(); long value = (dm == null) ? 0 : dm.getStats().getETA(); if (!cell.setSortValue(value) && cell.isValid()) return; cell.setText(DisplayFormatters.formatETA(value));