Default Constructor super("down", ALIGN_TRAIL, POSITION_LAST, 70, TableManager.TABLE_MYTORRENTS_INCOMPLETE); setRefreshInterval(INTERVAL_LIVE); setMinWidthAuto(true);
super("down", ALIGN_TRAIL, POSITION_LAST, 70, TableManager.TABLE_MYTORRENTS_INCOMPLETE); setRefreshInterval(INTERVAL_LIVE); setMinWidthAuto(true);
DownloadManager dm = (DownloadManager)cell.getDataSource(); long value = (dm == null) ? 0 : dm.getStats().getTotalGoodDataBytesReceived(); if (!cell.setSortValue(value) && cell.isValid()) return; cell.setText(DisplayFormatters.formatByteCountToKiBEtc(value));