com.aelitis.azureus.ui.swt.devices.columns
Class ColumnOD_Completion

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.devices.columns.ColumnOD_Completion
All Implemented Interfaces:
TableCellAddedListener, TableCellDisposeListener, TableCellRefreshListener, TableColumnExtraInfoListener, TableCellSWTPaintListener

public class ColumnOD_Completion
extends Object
implements TableCellAddedListener, TableCellRefreshListener, TableCellDisposeListener, TableCellSWTPaintListener, TableColumnExtraInfoListener

Author:
TuxPaper

Field Summary
static String COLUMN_ID
           
 
Constructor Summary
ColumnOD_Completion(TableColumn column)
           
 
Method Summary
 void cellAdded(TableCell cell)
          triggered when a cell is being added.
 void cellPaint(org.eclipse.swt.graphics.GC gcImage, TableCellSWT cell)
           
 void dispose(TableCell cell)
          triggered when a cell is being dispose of
 void fillTableColumnInfo(TableColumnInfo info)
          Provide the app with information about your Table Column
 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

ColumnOD_Completion

public ColumnOD_Completion(TableColumn column)
Method Detail

fillTableColumnInfo

public void fillTableColumnInfo(TableColumnInfo info)
Description copied from interface: TableColumnExtraInfoListener
Provide the app with information about your Table Column

Specified by:
fillTableColumnInfo in interface TableColumnExtraInfoListener
Parameters:
info - Use setters to set information

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

dispose

public void dispose(TableCell cell)
Description copied from interface: TableCellDisposeListener
triggered when a cell is being dispose of

Specified by:
dispose in interface TableCellDisposeListener
Parameters:
cell - TableCell that is being disposed of

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

cellPaint

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