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