FileDocCategorySizeDatePackage
ProgressGraphItem.javaAPI DocAzureus 3.0.3.47812Mon Feb 19 14:24:06 GMT 2007org.gudy.azureus2.ui.swt.views.tableitems.files

ProgressGraphItem

public class ProgressGraphItem extends org.gudy.azureus2.ui.swt.views.table.utils.CoreTableColumn implements TableCellAddedListener
Torrent Completion Level Graphic Cell for My Torrents.
author
Olivier
author
TuxPaper (2004/Apr/17: modified to TableCellAdapter)

Fields Summary
private static final int
borderWidth
Constructors Summary
public ProgressGraphItem()
Default Constructor


     
    
    super("pieces", TableManager.TABLE_TORRENT_FILES);
    initializeAsGraphic(POSITION_LAST, 200);
    setMinWidth(100);
  
Methods Summary
public voidcellAdded(TableCell cell)

    new Cell(cell);