Class TableColumnOTOF_Download
- java.lang.Object
-
- com.biglybt.ui.swt.columns.ColumnCheckBox
-
- com.biglybt.ui.swt.shells.opentorrent.TableColumnOTOF_Download
-
- All Implemented Interfaces:
TableCellMouseListener
,TableCellRefreshListener
,TableColumnExtraInfoListener
public class TableColumnOTOF_Download extends ColumnCheckBox
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COLUMN_ID
-
Constructor Summary
Constructors Constructor Description TableColumnOTOF_Download(TableColumn column)
Default Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fillTableColumnInfo(TableColumnInfo info)
Provide the app with information about your Table Columnprotected java.lang.Boolean
getCheckBoxState(java.lang.Object ds)
protected void
setCheckBoxState(java.lang.Object ds, boolean set)
-
Methods inherited from class com.biglybt.ui.swt.columns.ColumnCheckBox
adjustSortVal, cellMouseTrigger, isReadOnly, refresh
-
-
-
-
Field Detail
-
COLUMN_ID
public static final java.lang.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 interfaceTableColumnExtraInfoListener
- Overrides:
fillTableColumnInfo
in classColumnCheckBox
- Parameters:
info
- Use setters to set information
-
getCheckBoxState
protected java.lang.Boolean getCheckBoxState(java.lang.Object ds)
- Specified by:
getCheckBoxState
in classColumnCheckBox
-
setCheckBoxState
protected void setCheckBoxState(java.lang.Object ds, boolean set)
- Specified by:
setCheckBoxState
in classColumnCheckBox
-
-