com.aelitis.azureus.ui.swt.columns.tag
Class ColumnTagUploadPriority

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.columns.ColumnCheckBox
      extended by com.aelitis.azureus.ui.swt.columns.tag.ColumnTagUploadPriority
All Implemented Interfaces:
TableCellMouseListener, TableCellRefreshListener, TableColumnExtraInfoListener

public class ColumnTagUploadPriority
extends ColumnCheckBox


Field Summary
static java.lang.String COLUMN_ID
           
 
Constructor Summary
ColumnTagUploadPriority(TableColumn column)
           
 
Method Summary
 void fillTableColumnInfo(TableColumnInfo info)
          Provide the app with information about your Table Column
protected  java.lang.Boolean getCheckBoxState(java.lang.Object datasource)
           
protected  void setCheckBoxState(java.lang.Object datasource, boolean set)
           
 
Methods inherited from class com.aelitis.azureus.ui.swt.columns.ColumnCheckBox
adjustSortVal, cellMouseTrigger, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_ID

public static java.lang.String COLUMN_ID
Constructor Detail

ColumnTagUploadPriority

public ColumnTagUploadPriority(TableColumn column)
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 interface TableColumnExtraInfoListener
Overrides:
fillTableColumnInfo in class ColumnCheckBox
Parameters:
info - Use setters to set information

getCheckBoxState

protected java.lang.Boolean getCheckBoxState(java.lang.Object datasource)
Specified by:
getCheckBoxState in class ColumnCheckBox

setCheckBoxState

protected void setCheckBoxState(java.lang.Object datasource,
                                boolean set)
Specified by:
setCheckBoxState in class ColumnCheckBox