Class PrivateItem
java.lang.Object
com.biglybt.ui.swt.columns.ColumnCheckBox
com.biglybt.ui.swt.views.tableitems.mytorrents.PrivateItem
- All Implemented Interfaces:
TableCellMouseListener, TableCellRefreshListener, TableColumnExtraInfoListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidProvide the app with information about your Table Columnprotected BooleangetCheckBoxState(Object datasource) protected voidsetCheckBoxState(Object datasource, boolean set) Methods inherited from class ColumnCheckBox
adjustSortVal, cellMouseTrigger, isReadOnly, refresh
-
Field Details
-
DATASOURCE_TYPE
-
COLUMN_ID
-
-
Constructor Details
-
PrivateItem
-
-
Method Details
-
fillTableColumnInfo
Description copied from interface:TableColumnExtraInfoListenerProvide the app with information about your Table Column- Specified by:
fillTableColumnInfoin interfaceTableColumnExtraInfoListener- Overrides:
fillTableColumnInfoin classColumnCheckBox- Parameters:
info- Use setters to set information
-
getCheckBoxState
- Specified by:
getCheckBoxStatein classColumnCheckBox
-
setCheckBoxState
- Specified by:
setCheckBoxStatein classColumnCheckBox
-