Default Constructor super("done", ALIGN_TRAIL, POSITION_LAST, 70, TableManager.TABLE_TORRENT_FILES); setRefreshInterval(INTERVAL_LIVE); setMinWidthAuto(true);
super("done", ALIGN_TRAIL, POSITION_LAST, 70, TableManager.TABLE_TORRENT_FILES); setRefreshInterval(INTERVAL_LIVE); setMinWidthAuto(true);
DiskManagerFileInfo fileInfo = (DiskManagerFileInfo)cell.getDataSource(); long value = (fileInfo == null) ? 0 : fileInfo.getDownloaded(); if( !cell.setSortValue( value ) && cell.isValid() ) { return; } // value < 0 -> unknown skeleton value cell.setText(value<0?"":DisplayFormatters.formatByteCountToKiBEtc(value));