Package com.biglybt.pif.ui.tables
Interface TableColumnInfo
- All Known Implementing Classes:
TableColumnInfoImpl
public interface TableColumnInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCategories
(String[] categories) String[]
byte
void
setProficiency
(byte proficiency)
-
Field Details
-
PROFICIENCY_BEGINNER
static final byte PROFICIENCY_BEGINNER- See Also:
-
PROFICIENCY_INTERMEDIATE
static final byte PROFICIENCY_INTERMEDIATE- See Also:
-
PROFICIENCY_ADVANCED
static final byte PROFICIENCY_ADVANCED- See Also:
-
-
Method Details
-
getCategories
String[] getCategories() -
addCategories
-
getProficiency
byte getProficiency() -
setProficiency
void setProficiency(byte proficiency) -
getColumn
TableColumn getColumn()
-