com.aelitis.azureus.ui.common.table.impl
Class TableColumnInfoImpl

java.lang.Object
  extended by com.aelitis.azureus.ui.common.table.impl.TableColumnInfoImpl
All Implemented Interfaces:
TableColumnInfo

public class TableColumnInfoImpl
extends java.lang.Object
implements TableColumnInfo

Author:
TuxPaper

Field Summary
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.tables.TableColumnInfo
PROFICIENCY_ADVANCED, PROFICIENCY_BEGINNER, PROFICIENCY_INTERMEDIATE
 
Constructor Summary
TableColumnInfoImpl(TableColumnCore column)
           
 
Method Summary
 void addCategories(java.lang.String[] categories)
           
 java.lang.String[] getCategories()
           
 TableColumnCore getColumn()
           
 byte getProficiency()
           
 void setProficiency(byte proficiency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableColumnInfoImpl

public TableColumnInfoImpl(TableColumnCore column)
Parameters:
column -
Method Detail

getColumn

public TableColumnCore getColumn()
Specified by:
getColumn in interface TableColumnInfo

getCategories

public java.lang.String[] getCategories()
Specified by:
getCategories in interface TableColumnInfo

addCategories

public void addCategories(java.lang.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