com.aelitis.azureus.plugins.net.buddy.swt.columns
Class ColumnChatStatus
java.lang.Object
  
com.aelitis.azureus.plugins.net.buddy.swt.columns.ColumnChatStatus
- All Implemented Interfaces: 
 - TableCellRefreshListener, TableColumnExtraInfoListener
 
public class ColumnChatStatus
- extends Object
- implements TableCellRefreshListener, TableColumnExtraInfoListener
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
COLUMN_ID
public static String COLUMN_ID
ColumnChatStatus
public ColumnChatStatus(TableColumn column)
- Default Constructor
 
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