com.aelitis.azureus.ui.swt.devices.columns
Class ColumnTJ_Completion
java.lang.Object
  
com.aelitis.azureus.ui.swt.devices.columns.ColumnTJ_Completion
- All Implemented Interfaces: 
 - TableCellAddedListener, TableCellDisposeListener, TableCellRefreshListener, TableColumnExtraInfoListener, TableCellSWTPaintListener
 
public class ColumnTJ_Completion
- extends Object
- implements TableCellAddedListener, TableCellRefreshListener, TableCellDisposeListener, TableCellSWTPaintListener, TableColumnExtraInfoListener
  
- 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
 
ColumnTJ_Completion
public ColumnTJ_Completion(TableColumn column)
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