Package com.biglybt.ui.swt.columns.tag
Class ColumnTagGroupIcons
java.lang.Object
com.biglybt.ui.swt.columns.tag.ColumnTagGroupIcons
- All Implemented Interfaces:
TableCellRefreshListener
,TableColumnExtraInfoListener
,TableCellSWTPaintListener
public class ColumnTagGroupIcons
extends Object
implements TableCellRefreshListener, TableCellSWTPaintListener, TableColumnExtraInfoListener
Display Category torrent belongs to.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Class
private static int[]
private TagGroup
private static TagManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cellPaint
(org.eclipse.swt.graphics.GC gc, TableCellSWT cell) void
Provide the app with information about your Table Columnvoid
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
Field Details
-
tag_manager
-
DATASOURCE_TYPE
-
interesting_tts
private static int[] interesting_tts -
tag_group
-
-
Constructor Details
-
ColumnTagGroupIcons
-
-
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
-
cellPaint
- Specified by:
cellPaint
in interfaceTableCellSWTPaintListener
-