Uses of Class
com.biglybt.core.category.impl.CategoryImpl
-
Packages that use CategoryImpl Package Description com.biglybt.core.category.impl -
-
Uses of CategoryImpl in com.biglybt.core.category.impl
Fields in com.biglybt.core.category.impl declared as CategoryImpl Modifier and Type Field Description private CategoryImpl
CategoryManagerImpl. catAll
private CategoryImpl
CategoryManagerImpl. catUncategorized
Fields in com.biglybt.core.category.impl with type parameters of type CategoryImpl Modifier and Type Field Description private java.util.Map<java.lang.String,CategoryImpl>
CategoryManagerImpl. categories
Methods in com.biglybt.core.category.impl that return CategoryImpl Modifier and Type Method Description CategoryImpl
CategoryManagerImpl. getCategory(java.lang.String name)
Methods in com.biglybt.core.category.impl with parameters of type CategoryImpl Modifier and Type Method Description private java.lang.String
CategoryManagerImpl. getDisplayName(CategoryImpl c)
-