Uses of Interface
com.biglybt.pif.ui.menus.MenuItem
-
-
Uses of MenuItem in com.biglybt.pif.ui.menus
Methods in com.biglybt.pif.ui.menus that return MenuItem Modifier and Type Method Description MenuItem
MenuManager. addMenuItem(MenuContext context, java.lang.String resource_key)
Creates a menu item in a particular context.MenuItem
MenuManager. addMenuItem(MenuItem parent, java.lang.String resource_key)
Creates a menu item as a sub-item of the given menu item.MenuItem
MenuManager. addMenuItem(java.lang.String menuID, java.lang.String resource_key)
Creates a menu item for the appropriate menu.MenuItem
MenuItem. getItem(java.lang.String key_id)
Get the child item with the given resource key.MenuItem[]
MenuItem. getItems()
Get all child items currently associated with this MenuItem.MenuItem
MenuItem. getParent()
Retrieve the parent MenuItem.Methods in com.biglybt.pif.ui.menus that return types with arguments of type MenuItem Modifier and Type Method Description java.util.List<MenuItem>
MenuManager. getMenuItems(java.lang.String menu_id, java.lang.String resource_key)
Methods in com.biglybt.pif.ui.menus with parameters of type MenuItem Modifier and Type Method Description MenuItem
MenuManager. addMenuItem(MenuItem parent, java.lang.String resource_key)
Creates a menu item as a sub-item of the given menu item.void
MenuBuilder. buildSubmenu(MenuItem parent, java.lang.Object target)
void
MenuItemFillListener. menuWillBeShown(MenuItem menu, java.lang.Object data)
This is fired before a menu is shownvoid
MenuItemListener. selected(MenuItem menu, java.lang.Object target)
Menu item has been selected by the user. -
Uses of MenuItem in com.biglybt.pif.ui.tables
Subinterfaces of MenuItem in com.biglybt.pif.ui.tables Modifier and Type Interface Description interface
TableContextMenuItem
Represents on context menu item for a table. -
Uses of MenuItem in com.biglybt.pifimpl.local.ui.menus
Classes in com.biglybt.pifimpl.local.ui.menus that implement MenuItem Modifier and Type Class Description class
MenuItemImpl
amc1: This class was largely derived from TableContextMenuImpl.Methods in com.biglybt.pifimpl.local.ui.menus that return MenuItem Modifier and Type Method Description MenuItem
MenuManagerImpl. addMenuItem(MenuContext context, java.lang.String resource_key)
MenuItem
MenuManagerImpl. addMenuItem(MenuItem parent, java.lang.String resource_key)
MenuItem
MenuManagerImpl. addMenuItem(java.lang.String menuID, java.lang.String resource_key)
MenuItem
MenuItemImpl. getItem(java.lang.String key)
MenuItem[]
MenuItemImpl. getItems()
MenuItem
MenuItemImpl. getParent()
Methods in com.biglybt.pifimpl.local.ui.menus that return types with arguments of type MenuItem Modifier and Type Method Description java.util.List<MenuItem>
MenuManagerImpl. getMenuItems(java.lang.String menu_id, java.lang.String resource_key)
Methods in com.biglybt.pifimpl.local.ui.menus with parameters of type MenuItem Modifier and Type Method Description private void
MenuItemImpl. addChildMenuItem(MenuItem child)
MenuItem
MenuManagerImpl. addMenuItem(MenuItem parent, java.lang.String resource_key)
-
Uses of MenuItem in com.biglybt.pifimpl.local.ui.tables
Classes in com.biglybt.pifimpl.local.ui.tables that implement MenuItem Modifier and Type Class Description class
TableContextMenuItemImpl
-
Uses of MenuItem in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt with type parameters of type MenuItem Modifier and Type Field Description private java.util.List<MenuItem>
BuddyPluginView. menu_items
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type MenuItem Modifier and Type Method Description static void
BuddyUIUtils. createChat(MenuManager menu_manager, MenuItem menu, boolean immediate, BuddyUIUtils.ChatCreationListener _listener)
-
Uses of MenuItem in com.biglybt.ui.common.util
Fields in com.biglybt.ui.common.util with type parameters of type MenuItem Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<MenuItem>>>
MenuItemManager. items_map
Methods in com.biglybt.ui.common.util that return MenuItem Modifier and Type Method Description MenuItem[]
MenuItemManager. getAllAsArray(java.lang.String sMenuID)
MenuItem[]
MenuItemManager. getAllAsArray(java.lang.String[] menu_ids)
Methods in com.biglybt.ui.common.util that return types with arguments of type MenuItem Modifier and Type Method Description java.util.List<MenuItem>
MenuItemManager. getMenuItems(java.lang.String menu_id, java.lang.String resource_key)
Methods in com.biglybt.ui.common.util with parameters of type MenuItem Modifier and Type Method Description void
MenuItemManager. addMenuItem(MenuItem item)
void
MenuItemManager. removeMenuItem(MenuItem item)
Method parameters in com.biglybt.ui.common.util with type arguments of type MenuItem Modifier and Type Method Description private void
MenuItemManager. extractMenuItems(java.lang.String menu_id, java.util.ArrayList<MenuItem> l)
-
Uses of MenuItem in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that return MenuItem Modifier and Type Method Description static MenuItem
MenuBuildUtils. addChatMenu(MenuManager menu_manager, MenuItem chat_item, MenuBuildUtils.ChatKeyResolver chat_key_resolver)
Methods in com.biglybt.ui.swt that return types with arguments of type MenuItem Modifier and Type Method Description private java.util.List<MenuItem>
TorrentMenuFancy. getPluginItems(java.lang.String headerID)
Methods in com.biglybt.ui.swt with parameters of type MenuItem 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)
private void
TorrentMenuFancy. addPluginItem(org.eclipse.swt.widgets.Composite detailArea, MenuItem item)
static void
MenuBuildUtils. addPluginMenuItems(MenuItem[] items, org.eclipse.swt.widgets.Menu parent, boolean prev_was_separator, boolean enable_items, MenuBuildUtils.PluginMenuController controller)
Creates menu items inside the given menu based on the plugin API MenuItem instances provided.void
MenuBuildUtils.MenuItemPluginMenuControllerImpl. buildSubmenu(MenuItem parent)
void
MenuBuildUtils.PluginMenuController. buildSubmenu(MenuItem parent)
private java.lang.Object[]
TorrentMenuFancy. getTarget(MenuItem item)
org.eclipse.swt.widgets.Listener
MenuBuildUtils.MenuItemPluginMenuControllerImpl. makeSelectionListener(MenuItem menu_item)
org.eclipse.swt.widgets.Listener
MenuBuildUtils.PluginMenuController. makeSelectionListener(MenuItem plugin_menu_item)
This method should create a listener object which should be invoked when the given menu item is selected.void
MenuBuildUtils.MenuItemPluginMenuControllerImpl. notifyFillListeners(MenuItem menu_item)
void
MenuBuildUtils.PluginMenuController. notifyFillListeners(MenuItem menu_item)
This method will be invoked just before the given menu item is displayed in a menu.static void
Utils. setMenuItemImage(MenuItem item, java.lang.String repoKey)
-
Uses of MenuItem in com.biglybt.ui.swt.core.proxy
Fields in com.biglybt.ui.swt.core.proxy declared as MenuItem Modifier and Type Field Description private MenuItem
AEProxySelectorSWTImpl. mi_options
private MenuItem
AEProxySelectorSWTImpl. mi_sep
private MenuItem
AEProxySelectorSWTImpl. mi_show
-
Uses of MenuItem in com.biglybt.ui.swt.devices
Methods in com.biglybt.ui.swt.devices with parameters of type MenuItem Modifier and Type Method Description private static void
DeviceManagerUI. addTagSubMenu(MenuManager menu_manager, MenuItem menu, DeviceMediaRenderer device)
-
Uses of MenuItem in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type MenuItem Modifier and Type Method Description private static void
PluginsMenuHelper. sort(MenuItem[] plugin_items)
-
Uses of MenuItem in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions that return MenuItem Modifier and Type Method Description MenuItem
SubscriptionManagerUI.MenuCreator. createMenu(java.lang.String resource_id)
Methods in com.biglybt.ui.swt.subscriptions with parameters of type MenuItem 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)
void
SubscriptionManagerUI.SubsMenuItemListener. selected(MenuItem menu, java.lang.Object target)
-
Uses of MenuItem in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl declared as MenuItem Modifier and Type Field Description private MenuItem
TableViewSWT_TabsCommon. menuItemShowTabs
-
Uses of MenuItem in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type MenuItem Modifier and Type Method Description static void
TagUIUtils. setMenuIcon(MenuItem m, Tag tag)
-