Class PeerFilesView.PiecesItem.Cell
java.lang.Object
com.biglybt.ui.swt.views.peer.PeerFilesView.PiecesItem.Cell
- All Implemented Interfaces:
TableCellLightRefreshListener, TableCellRefreshListener
- Enclosing class:
PeerFilesView.PiecesItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate longprivate int -
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
private int lastPercentDone -
bNoRed
private boolean bNoRed -
last_draw_time
private long last_draw_time
-
-
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)
-