Class ColumnTJ_Completion
java.lang.Object
com.biglybt.ui.swt.devices.columns.ColumnTJ_Completion
- All Implemented Interfaces:
TableCellAddedListener, TableCellRefreshListener, TableColumnExtraInfoListener, TableCellSWTPaintListener
public class ColumnTJ_Completion
extends Object
implements TableCellAddedListener, TableCellRefreshListener, TableCellSWTPaintListener, TableColumnExtraInfoListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intstatic final Stringprivate static org.eclipse.swt.graphics.Font(package private) String(package private) NumberFormat(package private) org.eclipse.swt.graphics.Color -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtriggered when a cell is being added.voidcellPaint(org.eclipse.swt.graphics.GC gcImage, TableCellSWT cell) voidProvide the app with information about your Table Columnprivate StringgetETA(TranscodeFile tf) private intvoidTriggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
Field Details
-
borderWidth
private static final int borderWidth- See Also:
-
COLUMN_ID
- See Also:
-
fontText
private static org.eclipse.swt.graphics.Font fontText -
na_text
String na_text -
textColor
org.eclipse.swt.graphics.Color textColor -
percentage_format
NumberFormat percentage_format
-
-
Constructor Details
-
ColumnTJ_Completion
-
-
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
-
cellAdded
Description copied from interface:TableCellAddedListenertriggered when a cell is being added.- Specified by:
cellAddedin interfaceTableCellAddedListener- Parameters:
cell- TableCell that is being added
-
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
-
getPerThouDone
-
getETA
-