com.aelitis.azureus.ui.swt.columns.dlhistory
Class ColumnDLHistoryName

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.columns.dlhistory.ColumnDLHistoryName
All Implemented Interfaces:
TableCellRefreshListener, TableColumnExtraInfoListener, ObfusticateCellText

public class ColumnDLHistoryName
extends Object
implements TableCellRefreshListener, TableColumnExtraInfoListener, ObfusticateCellText


Field Summary
static String COLUMN_ID
           
 
Constructor Summary
ColumnDLHistoryName(TableColumn column)
           
 
Method Summary
 void fillTableColumnInfo(TableColumnInfo info)
          Provide the app with information about your Table Column
 String getObfusticatedText(TableCell 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 String COLUMN_ID
Constructor Detail

ColumnDLHistoryName

public ColumnDLHistoryName(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

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

getObfusticatedText

public String getObfusticatedText(TableCell cell)
Specified by:
getObfusticatedText in interface ObfusticateCellText