com.aelitis.azureus.ui.swt.columns.searchsubs
Class ColumnSearchSubResultSize

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.columns.searchsubs.ColumnSearchSubResultSize
All Implemented Interfaces:
TableCellRefreshListener

public class ColumnSearchSubResultSize
extends java.lang.Object
implements TableCellRefreshListener


Field Summary
static java.lang.String COLUMN_ID
           
 
Constructor Summary
ColumnSearchSubResultSize(TableColumn column)
           
 
Method Summary
 void refresh(TableCell cell)
          Triggered based on refresh interval specified in TableColumn.getRefreshInterval()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 in TableColumn.getRefreshInterval()

Specified by:
refresh in interface TableCellRefreshListener
Parameters:
cell - TableCell that the refresh trigger is for