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
private class PeerFilesView.PiecesItem.Cell extends java.lang.Object implements TableCellLightRefreshListener
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
bNoRed
private long
last_draw_time
private int
lastPercentDone
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
refresh(TableCell cell)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
void
refresh(TableCell cell, boolean sortOnly)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
-
-
Constructor Detail
-
Cell
public Cell(TableCell cell)
-
-
Method Detail
-
refresh
public void refresh(TableCell cell)
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
public void refresh(TableCell cell, boolean sortOnly)
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)
-
-