Default Constructor super("numberofblocks", ALIGN_TRAIL, POSITION_LAST, 65, TableManager.TABLE_TORRENT_PIECES);
super("numberofblocks", ALIGN_TRAIL, POSITION_LAST, 65, TableManager.TABLE_TORRENT_PIECES);
PEPiece piece = (PEPiece)cell.getDataSource(); long value = (piece == null) ? 0 : piece.getNbBlocks(); if( !cell.setSortValue( value ) && cell.isValid() ) { return; } cell.setText(""+value);