Default Constructor super("downloaded", ALIGN_TRAIL, POSITION_LAST, 70, TableManager.TABLE_MYTRACKER); setRefreshInterval(INTERVAL_LIVE);
super("downloaded", ALIGN_TRAIL, POSITION_LAST, 70, TableManager.TABLE_MYTRACKER); setRefreshInterval(INTERVAL_LIVE);
TRHostTorrent item = (TRHostTorrent)cell.getDataSource(); long value = 0; if (item != null) { Long longObject = (Long)item.getData("GUI_Downloaded"); if (longObject != null) value = longObject.longValue(); } if( !cell.setSortValue( value ) && cell.isValid() ) { return; } cell.setText(DisplayFormatters.formatByteCountToKiBEtc(value));