Class ColumnFO_Progress
java.lang.Object
com.biglybt.ui.swt.devices.columns.ColumnFO_Progress
- All Implemented Interfaces:
TableCellAddedListener, TableCellRefreshListener, TableColumnExtraInfoListener, TableCellSWTPaintListener
public class ColumnFO_Progress
extends Object
implements TableCellAddedListener, TableCellRefreshListener, TableCellSWTPaintListener, TableColumnExtraInfoListener
-
Field Summary
Fields -
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 ColumnvoidTriggered 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
-
-
Constructor Details
-
ColumnFO_Progress
-
-
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
-