com.aelitis.azureus.ui.swt.devices.columns
Class ColumnOD_Remaining
java.lang.Object
  
com.aelitis.azureus.ui.swt.devices.columns.ColumnOD_Remaining
- All Implemented Interfaces: 
 - TableCellRefreshListener, TableColumnExtraInfoListener
 
public class ColumnOD_Remaining
- extends Object
- implements TableCellRefreshListener, TableColumnExtraInfoListener
  
- Author:
 
  - TuxPaper
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
COLUMN_ID
public static final String COLUMN_ID
- See Also:
 - Constant Field Values
 
ColumnOD_Remaining
public ColumnOD_Remaining(TableColumn column)
fillTableColumnInfo
public void fillTableColumnInfo(TableColumnInfo info)
- Description copied from interface: 
TableColumnExtraInfoListener 
- Provide the app with information about your Table Column
- Specified by:
 fillTableColumnInfo in interface TableColumnExtraInfoListener
 
- Parameters:
 info - Use setters to set information
 
 
refresh
public void refresh(TableCell cell)
- Description copied from interface: 
TableCellRefreshListener 
- Triggered based on refresh interval specified in 
TableColumn.getRefreshInterval()
- Specified by:
 refresh in interface TableCellRefreshListener
 
- Parameters:
 cell - TableCell that the refresh trigger is for