FileDocCategorySizeDatePackage
PiecesItem.javaAPI DocAzureus 3.0.3.48716Mon Feb 19 14:24:06 GMT 2007org.gudy.azureus2.ui.swt.views.tableitems.mytorrents

PiecesItem

public class PiecesItem extends org.gudy.azureus2.ui.swt.views.table.utils.CoreTableColumn implements TableCellAddedListener
author
Olivier
author
TuxPaper (2004/Apr/17: modified to TableCellAdapter)

Fields Summary
private static final int
INDEX_COLOR_NONEAVAIL
private static final int
borderHorizontalSize
private static final int
borderVerticalSize
private static final int
borderSplit
private static final int
completionHeight
Constructors Summary
public PiecesItem()
Default Constructor


     
    
    super("pieces", 100, TableManager.TABLE_MYTORRENTS_INCOMPLETE);
    initializeAsGraphic(POSITION_INVISIBLE, 100);
    setMinWidth(100);
  
Methods Summary
public voidcellAdded(TableCell cell)

    new Cell(cell);