Class ProgressGraphItem.Cell
java.lang.Object
com.biglybt.ui.swt.views.tableitems.files.ProgressGraphItem.Cell
- All Implemented Interfaces:
TableCellLightRefreshListener, TableCellRefreshListener
- Enclosing class:
ProgressGraphItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate long(package private) intprivate longprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTriggered based on refresh interval specified inTableColumn.getRefreshInterval()voidTriggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
Field Details
-
lastPercentDone
int lastPercentDone -
last_draw_time
private long last_draw_time -
bNoRed
private boolean bNoRed -
was_running
private boolean was_running
-
-
Constructor Details
-
Cell
-
-
Method Details
-
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
-
refresh
Description copied from interface:TableCellLightRefreshListenerTriggered based on refresh interval specified inTableColumn.getRefreshInterval()- Specified by:
refreshin interfaceTableCellLightRefreshListener- Parameters:
cell- TableCell that the refresh trigger is forsortOnly- true when the cell is being refreshed despite not being visible (this usually occurs when the cell belongs to the sort column)
-