All Implemented Interfaces:
ParameterListener, TableCellAddedListener, TableColumn, TableColumnExtraInfoListener, TableColumnCore, Comparator<TableRowCore>

public class SeedsItem extends CoreTableColumnSWT implements TableCellAddedListener, ParameterListener
  • Field Details

    • DATASOURCE_TYPE

      public static final Class DATASOURCE_TYPE
    • CFG_FC_SEEDSTART

      private static final String CFG_FC_SEEDSTART
      See Also:
    • CFG_FC_NUMPEERS

      private static final String CFG_FC_NUMPEERS
      See Also:
    • CFG_SHOW_ICON

      private static final String CFG_SHOW_ICON
      See Also:
    • COLUMN_ID

      public static final String COLUMN_ID
      See Also:
    • textStarted

      private static String textStarted
    • textStartedOver

      private static String textStartedOver
    • textNotStarted

      private static String textNotStarted
    • textStartedNoScrape

      private static String textStartedNoScrape
    • textNotStartedNoScrape

      private static String textNotStartedNoScrape
    • showIcon

      private boolean showIcon
    • i2p_img

      private static org.eclipse.swt.graphics.Image i2p_img
    • none_img

      private static org.eclipse.swt.graphics.Image none_img
    • iFC_MinSeeds

      private int iFC_MinSeeds
    • iFC_NumPeers

      private int iFC_NumPeers
  • Constructor Details

    • SeedsItem

      public SeedsItem(String sTableID)
      Default Constructor
  • Method Details