Package com.biglybt.ui.swt.columns.tag
Class ColumnTagDependsOn
- java.lang.Object
-
- com.biglybt.ui.swt.columns.tag.ColumnTagDependsOn
-
- All Implemented Interfaces:
TableCellRefreshListener
,TableColumnExtraInfoListener
public class ColumnTagDependsOn extends java.lang.Object implements TableCellRefreshListener, TableColumnExtraInfoListener
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COLUMN_ID
-
Constructor Summary
Constructors Constructor Description ColumnTagDependsOn(TableColumn column)
Default Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
explode(java.lang.StringBuilder sb, java.util.Set<Tag> path, java.util.List<Tag> tags)
void
fillTableColumnInfo(TableColumnInfo info)
Provide the app with information about your Table Columnvoid
refresh(TableCell cell)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
-
-
Constructor Detail
-
ColumnTagDependsOn
public ColumnTagDependsOn(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
- Parameters:
info
- Use setters to set information
-
refresh
public void refresh(TableCell cell)
Description copied from interface:TableCellRefreshListener
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
- Specified by:
refresh
in interfaceTableCellRefreshListener
- Parameters:
cell
- TableCell that the refresh trigger is for
-
-