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

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.columns.searchsubs.ColumnSearchSubResultActions
All Implemented Interfaces:
TableCellAddedListener, TableCellMouseListener, TableCellMouseMoveListener, TableCellRefreshListener, TableCellSWTPaintListener

public class ColumnSearchSubResultActions
extends Object
implements TableCellSWTPaintListener, TableCellRefreshListener, TableCellMouseMoveListener, TableCellAddedListener

Author:
TuxPaper

Field Summary
static String COLUMN_ID
           
 
Constructor Summary
ColumnSearchSubResultActions(TableColumn column)
           
 
Method Summary
 void cellAdded(TableCell cell)
          triggered when a cell is being added.
 void cellMouseTrigger(TableCellMouseEvent event)
          triggered when a mouse event for the TableCell occurs, excluding mouse move.
 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 String COLUMN_ID
See Also:
Constant Field Values
Constructor Detail

ColumnSearchSubResultActions

public ColumnSearchSubResultActions(TableColumn column)
Parameters:
name -
tableID -
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

cellMouseTrigger

public void cellMouseTrigger(TableCellMouseEvent event)
Description copied from interface: TableCellMouseListener
triggered when a mouse event for the TableCell occurs, excluding mouse move.

Specified by:
cellMouseTrigger in interface TableCellMouseListener
Parameters:
event - Mouse event information