Class ColumnSearchSubResultSize
- java.lang.Object
-
- com.biglybt.ui.swt.columns.searchsubs.ColumnSearchSubResultSize
-
- All Implemented Interfaces:
TableCellRefreshListener
public class ColumnSearchSubResultSize extends java.lang.Object implements TableCellRefreshListener
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COLUMN_ID
-
Constructor Summary
Constructors Constructor Description ColumnSearchSubResultSize(TableColumn column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
refresh(TableCell cell)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
-
-
Field Detail
-
COLUMN_ID
public static final java.lang.String COLUMN_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ColumnSearchSubResultSize
public ColumnSearchSubResultSize(TableColumn column)
- Parameters:
sTableID
-
-
-
Method Detail
-
refresh
public void refresh(TableCell cell)
Description copied from interface:TableCellRefreshListener
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
- Specified by:
refresh
in interfaceTableCellRefreshListener
- Parameters:
cell
- TableCell that the refresh trigger is for
-
-