com.aelitis.azureus.ui.swt.columns.search
Class ColumnSearchResultSite
java.lang.Object
  
com.aelitis.azureus.ui.swt.columns.search.ColumnSearchResultSite
- All Implemented Interfaces: 
 - TableCellAddedListener, TableCellRefreshListener, TableCellSWTPaintListener
 
public class ColumnSearchResultSite
- extends Object
- implements TableCellSWTPaintListener, TableCellAddedListener, TableCellRefreshListener
  
- Author:
 
  - TuxPaper
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
COLUMN_ID
public static final String COLUMN_ID
- See Also:
 - Constant Field Values
 
ColumnSearchResultSite
public ColumnSearchResultSite(TableColumn column)
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