FileDocCategorySizeDatePackage
OldMyTorrentsPluginItem.javaAPI DocAzureus 3.0.3.43591Wed Aug 01 10:21:00 BST 2007org.gudy.azureus2.ui.swt.views.tableitems.mytorrents

OldMyTorrentsPluginItem

public class OldMyTorrentsPluginItem extends com.aelitis.azureus.ui.common.table.impl.TableColumnImpl implements org.gudy.azureus2.plugins.ui.tables.TableCellAddedListener
Cell/Factory to support old style Plugin columns
author
Olivier
author
TuxPaper (2004/Apr/17: modified to TableCellAdapter)
deprecated

Fields Summary
private static final LogIDs
LOGID
private org.gudy.azureus2.plugins.ui.tables.mytorrents.PluginMyTorrentsItemFactory
oldFactory
private String
oldFactoryType
Constructors Summary
public OldMyTorrentsPluginItem(String sTableID, String sCellName, org.gudy.azureus2.plugins.ui.tables.mytorrents.PluginMyTorrentsItemFactory item)


       
                                   
    super(sTableID, sCellName);
    oldFactory = item;
    oldFactoryType = oldFactory.getType();
    addCellAddedListener(this);
    setRefreshInterval(TableColumn.INTERVAL_LIVE);
  
Methods Summary
public voidcellAdded(org.gudy.azureus2.plugins.ui.tables.TableCell cell)

    new Cell(cell);