Class TableColumnOTOF_Size
java.lang.Object
com.biglybt.ui.swt.shells.opentorrent.TableColumnOTOF_Size
- All Implemented Interfaces:
TableCellRefreshListener, TableCellToolTipListener, TableColumnExtraInfoListener, TableCellSWTPaintListener
public class TableColumnOTOF_Size
extends Object
implements TableCellRefreshListener, TableColumnExtraInfoListener, TableCellSWTPaintListener, TableCellToolTipListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtriggered when a cell's tooltip is about to be displayed.voidcellHoverComplete(TableCell cell) triggered when a cell's tooltip is about to be removed.voidcellPaint(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
-
COLUMN_ID
- See Also:
-
-
Constructor Details
-
TableColumnOTOF_Size
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
-
cellPaint
- Specified by:
cellPaintin interfaceTableCellSWTPaintListener
-
cellHover
Description copied from interface:TableCellToolTipListenertriggered when a cell's tooltip is about to be displayed.- Specified by:
cellHoverin interfaceTableCellToolTipListener- Parameters:
cell- TableCell which the tooltip will be displayed for
-
cellHoverComplete
Description copied from interface:TableCellToolTipListenertriggered when a cell's tooltip is about to be removed.- Specified by:
cellHoverCompletein interfaceTableCellToolTipListener- Parameters:
cell- TableCell which the tooltip will be removed
-