Class ProgressGraphItem.Cell
- java.lang.Object
-
- com.biglybt.ui.swt.views.tableitems.files.ProgressGraphItem.Cell
-
- All Implemented Interfaces:
TableCellLightRefreshListener
,TableCellRefreshListener
- Enclosing class:
- ProgressGraphItem
private class ProgressGraphItem.Cell extends java.lang.Object implements TableCellLightRefreshListener
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
bNoRed
private long
last_draw_time
(package private) int
lastPercentDone
private long
lastUnavailabilityIndicator
private boolean
was_running
-
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)
-
-