Uses of Interface
com.biglybt.pif.ui.menus.MenuManager
Packages that use MenuManager
Package
Description
-
Uses of MenuManager in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that return MenuManager -
Uses of MenuManager in com.biglybt.pifimpl.local.ui
Fields in com.biglybt.pifimpl.local.ui declared as MenuManagerMethods in com.biglybt.pifimpl.local.ui that return MenuManager -
Uses of MenuManager in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type MenuManagerModifier and TypeMethodDescriptionstatic MenuItem
MenuBuildUtils.addChatMenu
(MenuManager menu_manager, MenuItem chat_item, MenuBuildUtils.ChatKeyResolver chat_key_resolver) static void
MenuBuildUtils.addChatSelectionMenu
(MenuManager menu_manager, MenuItem chat_item, String existing_chat, MenuBuildUtils.ChatSelectionListener _listener) -
Uses of MenuManager in com.biglybt.ui.swt.devices
Methods in com.biglybt.ui.swt.devices with parameters of type MenuManagerModifier and TypeMethodDescriptionprivate static void
DeviceManagerUI.addTagSubMenu
(MenuManager menu_manager, MenuItem menu, DeviceMediaRenderer device) private void
DeviceManagerUI.createOverallMenu
(MenuManager menu_manager, String parentID) -
Uses of MenuManager in com.biglybt.ui.swt.plugin.net.buddy.swt
Methods in com.biglybt.ui.swt.plugin.net.buddy.swt with parameters of type MenuManagerModifier and TypeMethodDescriptionstatic void
BuddyUIUtils.createChat
(MenuManager menu_manager, MenuItem menu, boolean immediate, BuddyUIUtils.ChatCreationListener _listener) -
Uses of MenuManager in com.biglybt.ui.swt.search
Methods in com.biglybt.ui.swt.search with parameters of type MenuManager -
Uses of MenuManager in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions with parameters of type MenuManagerModifier and TypeMethodDescriptionprivate static void
SubscriptionManagerUI.addCategorySubMenu
(MenuManager menu_manager, MenuItem menu, List<Subscription> subs) private static void
SubscriptionManagerUI.addDependsOnSubMenu
(MenuManager menu_manager, SubscriptionManagerUI.MenuCreator menu_creator, Subscription[] menu_subs) private static void
SubscriptionManagerUI.addExecOnNewResultSubMenu
(MenuManager menu_manager, SubscriptionManagerUI.MenuCreator menu_creator, Subscription[] menu_subs) private static void
SubscriptionManagerUI.addTagSubMenu
(MenuManager menu_manager, MenuItem menu, List<Subscription> subs) private static void
SubscriptionManagerUI.addViewOptionsSubMenu
(MenuManager menu_manager, SubscriptionManagerUI.MenuCreator menu_creator, Subscription[] all_subs) protected static void
SubscriptionManagerUI.createMenus
(MenuManager menu_manager, SubscriptionManagerUI.MenuCreator menu_creator, SubscriptionManagerUI.SubsLists createFor) -
Uses of MenuManager in com.biglybt.ui.swt.views.utils
Fields in com.biglybt.ui.swt.views.utils declared as MenuManagerModifier and TypeFieldDescriptionprivate MenuManager
TagUIUtils.TagMenuOptions.Builder.menuManager
private final MenuManager
TagUIUtils.TagMenuOptions.menuManager
Methods in com.biglybt.ui.swt.views.utils with parameters of type MenuManagerModifier and TypeMethodDescriptionprivate static int
TagUIUtils.build
(MenuManager menuManager, MenuItem menu_tags, List<Tag> all_tags, int numTaggables, Map<Tag, Integer> mapTaggableCount, TagUIUtils.TagSelectionListener tagSelectionListener) TagUIUtils.TagMenuOptions.Builder.setMenuManager
(MenuManager menuManager) static void
TagUIUtils.setupSideBarMenus
(MenuManager menuManager)