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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Provide the app with information about your Table Columnprotected Boolean
protected void
setCheckBoxState
(Object ds, boolean set) Methods inherited from class com.biglybt.ui.swt.columns.ColumnCheckBox
adjustSortVal, cellMouseTrigger, isReadOnly, refresh
-
Field Details
-
COLUMN_ID
- See Also:
-
-
Constructor Details
-
TableColumnOTOF_Download
Default Constructor
-
-
Method Details
-
fillTableColumnInfo
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
- Specified by:
getCheckBoxState
in classColumnCheckBox
-
setCheckBoxState
- Specified by:
setCheckBoxState
in classColumnCheckBox
-