Default Constructor
super("seeds", ALIGN_CENTER, POSITION_LAST, 60, sTableID);
setRefreshInterval(INTERVAL_LIVE);
setMinWidthAuto(true);
bCompleteTorrent = sTableID == TableManager.TABLE_MYTORRENTS_COMPLETE;
if (bCompleteTorrent) {
iFC_MinSeeds = COConfigurationManager.getIntParameter(CFG_FC_SEEDSTART);
iFC_NumPeers = COConfigurationManager.getIntParameter(CFG_FC_NUMPEERS);
COConfigurationManager.addParameterListener(CFG_FC_SEEDSTART, this);
COConfigurationManager.addParameterListener(CFG_FC_NUMPEERS, this);
}