Class ColumnChatUserCount
java.lang.Object
com.biglybt.ui.swt.plugin.net.buddy.swt.columns.ColumnChatUserCount
- All Implemented Interfaces:
TableCellRefreshListener, TableColumnExtraInfoListener
public class ColumnChatUserCount
extends Object
implements TableCellRefreshListener, TableColumnExtraInfoListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidProvide the app with information about your Table ColumnvoidTriggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
Field Details
-
COLUMN_ID
-
-
Constructor Details
-
ColumnChatUserCount
Default Constructor
-
-
Method Details
-
fillTableColumnInfo
Description copied from interface:TableColumnExtraInfoListenerProvide the app with information about your Table Column- Specified by:
fillTableColumnInfoin interfaceTableColumnExtraInfoListener- Parameters:
info- Use setters to set information
-
refresh
Description copied from interface:TableCellRefreshListenerTriggered based on refresh interval specified inTableColumn.getRefreshInterval()- Specified by:
refreshin interfaceTableCellRefreshListener- Parameters:
cell- TableCell that the refresh trigger is for
-