tv = new TableViewSWTImpl<PEPiece>(PEPiece.class,
TableManager.TABLE_TORRENT_PIECES, getPropertiesPrefix(), basicItems,
basicItems[0].getName(), SWT.SINGLE | SWT.FULL_SELECTION | SWT.VIRTUAL);
tv.setEnableTabViews(true);
pieceInfoView = new PieceInfoView();
pieceDistView = new MyPieceDistributionView();
tv.setCoreTabViews(new IView[] {
pieceInfoView,pieceDistView
});
tv.addTableDataSourceChangedListener(this, true);
tv.addLifeCycleListener(this);