Uses of Interface
com.biglybt.core.category.Category
-
-
Uses of Category in com.biglybt.core.category
Methods in com.biglybt.core.category that return Category Modifier and Type Method Description static Category
CategoryManager. createCategory(java.lang.String name)
Creates a new Category object and adds it to the liststatic Category[]
CategoryManager. getCategories()
Retrieves the list of Categories To sort the categories by name (TYPE_USER last):Arrays.sort(categories);
static Category
CategoryManager. getCategory(int type)
Retrieve a non-user Categorystatic Category
CategoryManager. getCategory(java.lang.String name)
Retrieve a CategoryMethods in com.biglybt.core.category with parameters of type Category Modifier and Type Method Description void
CategoryManagerListener. categoryAdded(Category category)
A category has been added to the CategoryManagervoid
CategoryManagerListener. categoryChanged(Category category)
void
CategoryManagerListener. categoryRemoved(Category category)
A category has been removed from the CategoryManagervoid
CategoryListener. downloadManagerAdded(Category cat, DownloadManager manager)
A DownloadManager has been added to a Categoryvoid
CategoryListener. downloadManagerRemoved(Category cat, DownloadManager removed)
A DownloadManager has been removed from a Categorystatic void
CategoryManager. removeCategory(Category category)
Removes a Category from the list -
Uses of Category in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement Category Modifier and Type Class Description class
CategoryImpl
Methods in com.biglybt.core.category.impl that return Category Modifier and Type Method Description Category
CategoryManagerImpl. createCategory(java.lang.String name)
Category[]
CategoryManagerImpl. getCategories()
Category
CategoryManagerImpl. getCategory(int type)
Methods in com.biglybt.core.category.impl with parameters of type Category Modifier and Type Method Description void
CategoryManagerImpl. downloadManagerAdded(Category cat, DownloadManager manager)
void
CategoryManagerImpl. downloadManagerRemoved(Category cat, DownloadManager manager)
void
CategoryManagerImpl. removeCategory(Category category)
protected void
CategoryManagerImpl. saveCategories(Category category)
-
Uses of Category in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl with type parameters of type Category Modifier and Type Field Description (package private) java.util.Map<Category,java.lang.Object[]>
TranscodeManagerImpl. category_map
Methods in com.biglybt.core.devices.impl with parameters of type Category Modifier and Type Method Description (package private) void
TranscodeManagerImpl. processCategory(Category cat, java.lang.Object[] details, DownloadManager dm)
-
Uses of Category in com.biglybt.core.download
Methods in com.biglybt.core.download that return Category Modifier and Type Method Description Category
DownloadManagerState. getCategory()
Methods in com.biglybt.core.download with parameters of type Category Modifier and Type Method Description void
DownloadManagerState. setCategory(Category cat)
-
Uses of Category in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as Category Modifier and Type Field Description private Category
DownloadManagerStateImpl. category
Methods in com.biglybt.core.download.impl that return Category Modifier and Type Method Description Category
DownloadManagerStateImpl. getCategory()
Category
DownloadManagerStateImpl.nullState. getCategory()
Methods in com.biglybt.core.download.impl with parameters of type Category Modifier and Type Method Description void
DownloadManagerStateImpl.nullState. setCategory(Category cat)
void
DownloadManagerStateImpl. setCategory(Category cat)
-
Uses of Category in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return Category Modifier and Type Method Description Category
LWSDiskManagerState. getCategory()
Methods in com.biglybt.core.lws with parameters of type Category Modifier and Type Method Description void
LWSDiskManagerState. setCategory(Category cat)
-
Uses of Category in com.biglybt.core.tag
Methods in com.biglybt.core.tag with parameters of type Category Modifier and Type Method Description private static java.lang.String
TagUtils. getCategoryTooltip(Category category, boolean skip_name)
-
Uses of Category in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type Category Modifier and Type Method Description static void
TorrentUtil. assignToCategory(java.lang.Object[] download_managers, Category category)
-
Uses of Category in com.biglybt.ui.swt.devices
Methods in com.biglybt.ui.swt.devices with parameters of type Category Modifier and Type Method Description private void
SBC_DevicesView. assignSelectedToCategory(Category category, TranscodeFile[] files)
-
Uses of Category in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions with parameters of type Category Modifier and Type Method Description private static void
SubscriptionManagerUI. assignSelectedToCategory(Subscription subs, Category category)
-
Uses of Category in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type Category Modifier and Type Method Description private void
MySharesView. assignSelectedToCategory(Category category)
private void
MyTrackerView. assignSelectedToCategory(Category category)
private void
MyTrackerView. assignSelectedToCategory(Core core, Category category)
void
MyTrackerView. categoryAdded(Category category)
void
MyTrackerView. categoryChanged(Category category)
void
MyTrackerView. categoryRemoved(Category category)
-
Uses of Category in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin with parameters of type Category Modifier and Type Method Description private void
SB_Transfers. RefreshCategorySideBar(Category category)
private void
SB_Transfers. removeCategory(Category category)
MdiEntry
SB_Transfers. setupCategory(Category category)
-
Uses of Category in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type Category Modifier and Type Method Description static void
CategoryUIUtils. createMenuItems(org.eclipse.swt.widgets.Menu menu, Category category)
static void
CategoryUIUtils. setupCategoryMenu(org.eclipse.swt.widgets.Menu menu, Category category)
-