com.aelitis.azureus.ui.swt.columns.search
Class ColumnSearchResultSite

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.columns.search.ColumnSearchResultSite
All Implemented Interfaces:
TableCellAddedListener, TableCellRefreshListener, TableCellSWTPaintListener

public class ColumnSearchResultSite
extends java.lang.Object
implements TableCellSWTPaintListener, TableCellAddedListener, TableCellRefreshListener

Author:
TuxPaper

Field Summary
static java.lang.String COLUMN_ID
           
 
Constructor Summary
ColumnSearchResultSite(TableColumn column)
           
 
Method Summary
 void cellAdded(TableCell cell)
          triggered when a cell is being added.
 void cellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell)
           
 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

ColumnSearchResultSite

public ColumnSearchResultSite(TableColumn column)
Method Detail

cellPaint

public void cellPaint(org.eclipse.swt.graphics.GC gc,
                      TableCellSWT cell)
Specified by:
cellPaint in interface TableCellSWTPaintListener

cellAdded

public void cellAdded(TableCell cell)
Description copied from interface: TableCellAddedListener
triggered when a cell is being added.

Specified by:
cellAdded in interface TableCellAddedListener
Parameters:
cell - TableCell that is being added

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