Default Constructor super("gain", ALIGN_TRAIL, POSITION_INVISIBLE, 70, table_id); setRefreshInterval(INTERVAL_LIVE);
super("gain", ALIGN_TRAIL, POSITION_INVISIBLE, 70, table_id); setRefreshInterval(INTERVAL_LIVE);
PEPeer peer = (PEPeer)cell.getDataSource(); long value = (peer == null) ? 0 : peer.getStats().getTotalDataBytesReceived()-peer.getStats().getTotalDataBytesSent(); if (!cell.setSortValue(value) && cell.isValid()) return; cell.setText((value >= 0 ? "" : "-") + DisplayFormatters.formatByteCountToKiBEtc(Math.abs(value)));