FileDocCategorySizeDatePackage
OldPeerPluginItem.javaAPI DocAzureus 3.0.3.43644Wed Aug 01 10:20:42 BST 2007org.gudy.azureus2.ui.swt.views.tableitems.peers

OldPeerPluginItem

public class OldPeerPluginItem extends com.aelitis.azureus.ui.common.table.impl.TableColumnImpl implements 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 PluginPeerItemFactory
oldFactory
private String
oldFactoryType
Constructors Summary
public OldPeerPluginItem(String sTableID, String sCellName, PluginPeerItemFactory item)


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

    new Cell(cell);