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 Classprivate static int[]private static Objectprivate static Objectprivate TagGroupprivate static TagManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcellPaint(org.eclipse.swt.graphics.GC gc, TableCellSWT cell) voidProvide the app with information about your Table ColumnvoidTriggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
Field Details
-
KEY_TAG_MUT
-
KEY_IMAGE_FILES
-
tag_manager
-
DATASOURCE_TYPE
-
interesting_tts
private static int[] interesting_tts -
tag_group
-
-
Constructor Details
-
ColumnTagGroupIcons
-
-
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
-
cellPaint
- Specified by:
cellPaintin interfaceTableCellSWTPaintListener
-