Default Initialization super("size", ALIGN_TRAIL, POSITION_LAST, 60, TableManager.TABLE_TORRENT_PIECES);
super("size", ALIGN_TRAIL, POSITION_LAST, 60, TableManager.TABLE_TORRENT_PIECES);
PEPiece piece = (PEPiece)cell.getDataSource(); long value = (piece == null) ? 0 : piece.getLength(); if( !cell.setSortValue( value ) && cell.isValid() ) { return; } cell.setText(DisplayFormatters.formatByteCountToKiBEtc(value));