com.aelitis.azureus.ui.common.table
Interface TableColumnSortObject

All Superinterfaces:
Comparable
All Known Implementing Classes:
VuzeActivitiesEntry

public interface TableColumnSortObject
extends Comparable

If cell.setSortValue is set to an object of this type, the column will not be set to "Live". Live columns get invalidated every single refresh. If you use this object, it's wise to TableColumnCore.setLastSortValueChange(long) when you know you've changed the sort value.

Author:
TuxPaper

Method Summary
 
Methods inherited from interface java.lang.Comparable
compareTo