Package com.biglybt.ui.swt.columns.tag
Class ColumnTagUploadPriority
java.lang.Object
com.biglybt.ui.swt.columns.ColumnCheckBox
com.biglybt.ui.swt.columns.tag.ColumnTagUploadPriority
- 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
getCheckBoxState
(Object datasource) protected void
setCheckBoxState
(Object datasource, boolean set) Methods inherited from class com.biglybt.ui.swt.columns.ColumnCheckBox
adjustSortVal, cellMouseTrigger, isReadOnly, refresh
-
Field Details
-
COLUMN_ID
-
-
Constructor Details
-
ColumnTagUploadPriority
-
-
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
-