Default Constructor super("size", ALIGN_TRAIL, POSITION_LAST, 70, TableManager.TABLE_TORRENT_FILES); setMinWidthAuto(true);
super("size", ALIGN_TRAIL, POSITION_LAST, 70, TableManager.TABLE_TORRENT_FILES); setMinWidthAuto(true);
DiskManagerFileInfo fileInfo = (DiskManagerFileInfo)cell.getDataSource(); long value = (fileInfo == null) ? 0 : fileInfo.getLength(); if( !cell.setSortValue( value ) && cell.isValid() ) { return; } cell.setText(DisplayFormatters.formatByteCountToKiBEtc(value));