Default Constructor super("bytesout", ALIGN_TRAIL, POSITION_LAST, 50, TableManager.TABLE_MYTRACKER); setRefreshInterval(INTERVAL_LIVE);
super("bytesout", ALIGN_TRAIL, POSITION_LAST, 50, TableManager.TABLE_MYTRACKER); setRefreshInterval(INTERVAL_LIVE);
TRHostTorrent item = (TRHostTorrent)cell.getDataSource(); long value = (item == null) ? 0 : item.getTotalBytesOut(); if( !cell.setSortValue( value ) && cell.isValid() ) { return; } cell.setText(DisplayFormatters.formatByteCountToKiBEtc(value));