Default Constructor super("date_added", ALIGN_TRAIL, POSITION_LAST, 60, TableManager.TABLE_MYTRACKER);
super("date_added", ALIGN_TRAIL, POSITION_LAST, 60, TableManager.TABLE_MYTRACKER);
TRHostTorrent item = (TRHostTorrent)cell.getDataSource(); String date_text = ""; if( item != null ) { long date = item.getDateAdded(); date_text = DisplayFormatters.formatDate( date ); } cell.setText( date_text );