com.aelitis.azureus.ui.swt.shells.opentorrent
Class TableColumnOTOF_Download

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.columns.ColumnCheckBox
      extended by com.aelitis.azureus.ui.swt.shells.opentorrent.TableColumnOTOF_Download
All Implemented Interfaces:
TableCellMouseListener, TableCellRefreshListener, TableColumnExtraInfoListener

public class TableColumnOTOF_Download
extends ColumnCheckBox


Field Summary
static String COLUMN_ID
           
 
Constructor Summary
TableColumnOTOF_Download(TableColumn column)
          Default Constructor
 
Method Summary
 void fillTableColumnInfo(TableColumnInfo info)
          Provide the app with information about your Table Column
protected  Boolean getCheckBoxState(Object ds)
           
protected  void setCheckBoxState(Object ds, boolean set)
           
 
Methods inherited from class com.aelitis.azureus.ui.swt.columns.ColumnCheckBox
adjustSortVal, cellMouseTrigger, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_ID

public static final String COLUMN_ID
See Also:
Constant Field Values
Constructor Detail

TableColumnOTOF_Download

public TableColumnOTOF_Download(TableColumn column)
Default Constructor

Method Detail

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
Overrides:
fillTableColumnInfo in class ColumnCheckBox
Parameters:
info - Use setters to set information

getCheckBoxState

protected Boolean getCheckBoxState(Object ds)
Specified by:
getCheckBoxState in class ColumnCheckBox

setCheckBoxState

protected void setCheckBoxState(Object ds,
                                boolean set)
Specified by:
setCheckBoxState in class ColumnCheckBox