Package com.biglybt.ui.swt.columns.tag
Class ColumnTagMoveOnAssign
java.lang.Object
com.biglybt.ui.swt.columns.tag.ColumnTagMoveOnAssign
- All Implemented Interfaces:
TableCellRefreshListener
,TableColumnExtraInfoListener
public class ColumnTagMoveOnAssign
extends Object
implements TableCellRefreshListener, TableColumnExtraInfoListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Provide the app with information about your Table Columnvoid
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
Field Details
-
COLUMN_ID
-
-
Constructor Details
-
ColumnTagMoveOnAssign
Default Constructor
-
-
Method Details
-
fillTableColumnInfo
Description copied from interface:TableColumnExtraInfoListener
Provide the app with information about your Table Column- Specified by:
fillTableColumnInfo
in interfaceTableColumnExtraInfoListener
- Parameters:
info
- Use setters to set information
-
refresh
Description copied from interface:TableCellRefreshListener
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
- Specified by:
refresh
in interfaceTableCellRefreshListener
- Parameters:
cell
- TableCell that the refresh trigger is for
-