Examples of PieceInfoView


Examples of org.gudy.azureus2.ui.swt.views.piece.PieceInfoView

  public TableViewSWT initYourTableView() {
    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);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.