All Implemented Interfaces:
TableCellMouseListener, TableCellRefreshListener, TableColumn, TableColumnExtraInfoListener, TableColumnCore, Comparator<TableRowCore>

public class StatusItem extends CoreTableColumnSWT implements TableCellRefreshListener, TableCellMouseListener
  • Field Details

    • DATASOURCE_TYPE

      public static final Class DATASOURCE_TYPE
    • COLUMN_ID

      public static final String COLUMN_ID
      See Also:
    • CLICK_KEY

      private static final Object CLICK_KEY
    • sort_orders

      private static Map<String,Integer> sort_orders
    • overall_change_fg

      private static boolean overall_change_fg
    • color_requester

      private static TableViewSWT.ColorRequester color_requester
    • BLUE

      private static final int[] BLUE
    • changeRowFG

      private boolean changeRowFG
    • changeCellFG

      private boolean changeCellFG
    • showTrackerErrors

      private boolean showTrackerErrors
  • Constructor Details

    • StatusItem

      public StatusItem(String sTableID, boolean changeRowFG)
    • StatusItem

      public StatusItem(String sTableID)
  • Method Details