public class ColumnMediaStatus extends org.gudy.azureus2.ui.swt.views.table.utils.CoreTableColumn implements org.gudy.azureus2.plugins.ui.tables.TableCellRefreshListener
String name = null;
DownloadManager dm = (DownloadManager) cell.getDataSource();
// xxx do me
if (name == null) {
name = "";
}
if (!cell.setSortValue(name) && cell.isValid()) {
return;
}
if (!cell.isShown()) {
return;
}