com.aelitis.azureus.ui.swt.devices.columns
Class ColumnOD_Name
java.lang.Object
com.aelitis.azureus.ui.swt.devices.columns.ColumnOD_Name
- All Implemented Interfaces:
- TableCellRefreshListener, TableColumnExtraInfoListener, ObfusticateCellText
public class ColumnOD_Name
- extends Object
- implements TableCellRefreshListener, TableColumnExtraInfoListener, ObfusticateCellText
- 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
ColumnOD_Name
public ColumnOD_Name(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
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