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 CategoryCategoryManager.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 CategoryCategoryManager.getCategory(int type) Retrieve a non-user Categorystatic CategoryCategoryManager.getCategory(String name) Retrieve a CategoryMethods in com.biglybt.core.category with parameters of type CategoryModifier and TypeMethodDescriptionvoidCategoryManagerListener.categoryAdded(Category category) A category has been added to the CategoryManagervoidCategoryManagerListener.categoryChanged(Category category) voidCategoryManagerListener.categoryRemoved(Category category) A category has been removed from the CategoryManagervoidCategoryListener.downloadManagerAdded(Category cat, DownloadManager manager) A DownloadManager has been added to a CategoryvoidCategoryListener.downloadManagerRemoved(Category cat, DownloadManager removed) A DownloadManager has been removed from a Categorystatic voidCategoryManager.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 TypeMethodDescriptionvoidCategoryManagerImpl.downloadManagerAdded(Category cat, DownloadManager manager) voidCategoryManagerImpl.downloadManagerRemoved(Category cat, DownloadManager manager) voidCategoryManagerImpl.removeCategory(Category category) protected voidCategoryManagerImpl.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) voidTranscodeManagerImpl.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 TypeMethodDescriptionvoidDownloadManagerStateImpl.nullState.setCategory(Category cat) voidDownloadManagerStateImpl.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 StringTagUtils.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 voidTorrentUtil.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 voidSBC_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 voidSubscriptionManagerUI.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 voidMySharesView.assignSelectedToCategory(Category category) private voidMyTrackerView.assignSelectedToCategory(Category category) private voidMyTrackerView.assignSelectedToCategory(Core core, Category category) voidMyTrackerView.categoryAdded(Category category) voidMyTrackerView.categoryChanged(Category category) voidMyTrackerView.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 voidSB_Transfers.RefreshCategorySideBar(Category category) private voidSB_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 voidCategoryUIUtils.createMenuItems(org.eclipse.swt.widgets.Menu menu, Category category) static voidCategoryUIUtils.createMenuItems(org.eclipse.swt.widgets.Menu menu, Category category, Predicate<Taggable> filter) private static List<DownloadManager> CategoryUIUtils.getDownloads(Category category, Predicate<Taggable> filter) static voidCategoryUIUtils.setupCategoryMenu(org.eclipse.swt.widgets.Menu menu, Category category, Predicate<Taggable> filter)