FileDocCategorySizeDatePackage
CompletionItem.javaAPI DocAzureus 3.0.3.45030Thu Aug 02 16:19:52 BST 2007org.gudy.azureus2.ui.swt.views.tableitems.mytorrents

CompletionItem

public class CompletionItem 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
private static Font
fontText
Constructors Summary
public CompletionItem()
Default Constructor


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

    cell.setMarginHeight(2);
    new Cell(cell);