com.aelitis.azureus.ui.common.table.impl
Class TableColumnInfoImpl
java.lang.Object
com.aelitis.azureus.ui.common.table.impl.TableColumnInfoImpl
- All Implemented Interfaces:
- TableColumnInfo
public class TableColumnInfoImpl
- extends Object
- implements TableColumnInfo
- Author:
- TuxPaper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableColumnInfoImpl
public TableColumnInfoImpl(TableColumnCore column)
- Parameters:
column
-
getColumn
public TableColumnCore getColumn()
- Specified by:
getColumn
in interface TableColumnInfo
getCategories
public String[] getCategories()
- Specified by:
getCategories
in interface TableColumnInfo
addCategories
public void addCategories(String[] categories)
- Specified by:
addCategories
in interface TableColumnInfo
getProficiency
public byte getProficiency()
- Specified by:
getProficiency
in interface TableColumnInfo
setProficiency
public void setProficiency(byte proficiency)
- Specified by:
setProficiency
in interface TableColumnInfo