Package com.biglybt.ui.swt.views.peer
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 boolean
private long
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
void
Triggered 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:TableCellRefreshListener
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
- Specified by:
refresh
in interfaceTableCellRefreshListener
- Parameters:
cell
- TableCell that the refresh trigger is for
-
refresh
Description copied from interface:TableCellLightRefreshListener
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
- Specified by:
refresh
in 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)
-