Uses of Interface
com.biglybt.pif.ui.menus.MenuManager
-
-
Uses of MenuManager in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that return MenuManager Modifier and Type Method Description MenuManager
UIManager. getMenuManager()
Retrieve the menu manager. -
Uses of MenuManager in com.biglybt.pifimpl.local.ui
Fields in com.biglybt.pifimpl.local.ui declared as MenuManager Modifier and Type Field Description protected MenuManager
UIManagerImpl. menu_manager
Methods in com.biglybt.pifimpl.local.ui that return MenuManager Modifier and Type Method Description MenuManager
UIManagerImpl. getMenuManager()
-
Uses of MenuManager in com.biglybt.pifimpl.local.ui.menus
Classes in com.biglybt.pifimpl.local.ui.menus that implement MenuManager Modifier and Type Class Description class
MenuManagerImpl
-
Uses of MenuManager in com.biglybt.plugin.net.buddy.swt
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type MenuManager Modifier and Type Method Description static void
BuddyUIUtils. createChat(MenuManager menu_manager, MenuItem menu, boolean immediate, BuddyUIUtils.ChatCreationListener _listener)
-
Uses of MenuManager in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type MenuManager Modifier and Type Method Description static MenuItem
MenuBuildUtils. addChatMenu(MenuManager menu_manager, MenuItem chat_item, MenuBuildUtils.ChatKeyResolver chat_key_resolver)
static void
MenuBuildUtils. addChatSelectionMenu(MenuManager menu_manager, MenuItem chat_item, java.lang.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 MenuManager Modifier and Type Method Description private static void
DeviceManagerUI. addTagSubMenu(MenuManager menu_manager, MenuItem menu, DeviceMediaRenderer device)
private void
DeviceManagerUI. createOverallMenu(MenuManager menu_manager, java.lang.String parentID)
-
Uses of MenuManager in com.biglybt.ui.swt.search
Methods in com.biglybt.ui.swt.search with parameters of type MenuManager Modifier and Type Method Description static void
SearchUtils. addMenus(MenuManager menuManager)
-
Uses of MenuManager in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions with parameters of type MenuManager Modifier and Type Method Description private static void
SubscriptionManagerUI. addCategorySubMenu(MenuManager menu_manager, MenuItem menu, Subscription subs)
private static void
SubscriptionManagerUI. addTagSubMenu(MenuManager menu_manager, MenuItem menu, Subscription subs)
protected static void
SubscriptionManagerUI. createMenus(MenuManager menu_manager, SubscriptionManagerUI.MenuCreator menu_creator, Subscription[] all_subs)
-
Uses of MenuManager in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type MenuManager Modifier and Type Method Description static void
TagUIUtils. setupSideBarMenus(MenuManager menuManager)
-