Class ColumnSearchSubResultType
java.lang.Object
com.biglybt.ui.swt.columns.searchsubs.ColumnSearchSubResultType
- All Implemented Interfaces:
TableCellAddedListener
,TableCellRefreshListener
,TableCellSWTPaintListener
public class ColumnSearchSubResultType
extends Object
implements TableCellSWTPaintListener, TableCellAddedListener, TableCellRefreshListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
private static org.eclipse.swt.graphics.Image
private static org.eclipse.swt.graphics.Image
private static org.eclipse.swt.graphics.Image
private static org.eclipse.swt.graphics.Image
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
triggered when a cell is being added.void
cellPaint
(org.eclipse.swt.graphics.GC gc, TableCellSWT cell) void
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
Field Details
-
COLUMN_ID
- See Also:
-
WIDTH
private static final int WIDTH- See Also:
-
imgVideo
private static org.eclipse.swt.graphics.Image imgVideo -
imgAudio
private static org.eclipse.swt.graphics.Image imgAudio -
imgGame
private static org.eclipse.swt.graphics.Image imgGame -
imgOther
private static org.eclipse.swt.graphics.Image imgOther
-
-
Constructor Details
-
ColumnSearchSubResultType
-
-
Method Details
-
cellPaint
- Specified by:
cellPaint
in interfaceTableCellSWTPaintListener
-
cellAdded
Description copied from interface:TableCellAddedListener
triggered when a cell is being added.- Specified by:
cellAdded
in interfaceTableCellAddedListener
- Parameters:
cell
- TableCell that is being added
-
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
-