Uses of Interface
com.biglybt.core.category.Category
Packages that use Category
Package
Description
-
Uses of Category in com.biglybt.core.category
Methods in com.biglybt.core.category that return CategoryModifier and TypeMethodDescriptionstatic Category
CategoryManager.createCategory
(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
(String name) Retrieve a CategoryMethods in com.biglybt.core.category with parameters of type CategoryModifier and TypeMethodDescriptionvoid
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 CategoryMethods in com.biglybt.core.category.impl that return CategoryModifier and TypeMethodDescriptionCategoryManagerImpl.createCategory
(String name) Category[]
CategoryManagerImpl.getCategories()
CategoryManagerImpl.getCategory
(int type) Methods in com.biglybt.core.category.impl with parameters of type CategoryModifier and TypeMethodDescriptionvoid
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 CategoryMethods in com.biglybt.core.devices.impl with parameters of type CategoryModifier and TypeMethodDescription(package private) void
TranscodeManagerImpl.processCategory
(Category cat, Object[] details, DownloadManager dm) -
Uses of Category in com.biglybt.core.download
Methods in com.biglybt.core.download that return CategoryMethods in com.biglybt.core.download with parameters of type Category -
Uses of Category in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as CategoryMethods in com.biglybt.core.download.impl that return CategoryModifier and TypeMethodDescriptionDownloadManagerStateImpl.getCategory()
DownloadManagerStateImpl.nullState.getCategory()
Methods in com.biglybt.core.download.impl with parameters of type CategoryModifier and TypeMethodDescriptionvoid
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 CategoryMethods in com.biglybt.core.lws with parameters of type Category -
Uses of Category in com.biglybt.core.tag
Methods in com.biglybt.core.tag with parameters of type CategoryModifier and TypeMethodDescriptionprivate static 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 CategoryModifier and TypeMethodDescriptionstatic void
TorrentUtil.assignToCategory
(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 CategoryModifier and TypeMethodDescriptionprivate 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 CategoryModifier and TypeMethodDescriptionprivate static void
SubscriptionManagerUI.assignSelectedToCategory
(List<Subscription> subs, Category category) -
Uses of Category in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type CategoryModifier and TypeMethodDescriptionprivate 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 CategoryModifier and TypeMethodDescriptionprivate void
SB_Transfers.RefreshCategorySideBar
(Category category) private void
SB_Transfers.removeCategory
(Category category) 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 CategoryModifier and TypeMethodDescriptionstatic void
CategoryUIUtils.createMenuItems
(org.eclipse.swt.widgets.Menu menu, Category category) static void
CategoryUIUtils.createMenuItems
(org.eclipse.swt.widgets.Menu menu, Category category, Predicate<Taggable> filter) private static List
<DownloadManager> CategoryUIUtils.getDownloads
(Category category, Predicate<Taggable> filter) static void
CategoryUIUtils.setupCategoryMenu
(org.eclipse.swt.widgets.Menu menu, Category category, Predicate<Taggable> filter)