Class TableColumnInfoImpl
java.lang.Object
com.biglybt.ui.common.table.impl.TableColumnInfoImpl
- All Implemented Interfaces:
TableColumnInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String[]private final TableColumnCore(package private) byteFields inherited from interface TableColumnInfo
PROFICIENCY_ADVANCED, PROFICIENCY_BEGINNER, PROFICIENCY_INTERMEDIATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCategories(String[] categories) String[]bytevoidsetProficiency(byte proficiency)
-
Field Details
-
categories
String[] categories -
proficiency
byte proficiency -
column
-
-
Constructor Details
-
TableColumnInfoImpl
- Parameters:
column-
-
-
Method Details
-
getColumn
- Specified by:
getColumnin interfaceTableColumnInfo
-
getCategories
- Specified by:
getCategoriesin interfaceTableColumnInfo
-
addCategories
- Specified by:
addCategoriesin interfaceTableColumnInfo
-
getProficiency
public byte getProficiency()- Specified by:
getProficiencyin interfaceTableColumnInfo
-
setProficiency
public void setProficiency(byte proficiency) - Specified by:
setProficiencyin interfaceTableColumnInfo
-