Uses of Interface
com.biglybt.ui.swt.MenuBuildUtils.PluginMenuController
Packages that use MenuBuildUtils.PluginMenuController
-
Uses of MenuBuildUtils.PluginMenuController in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement MenuBuildUtils.PluginMenuControllerModifier and TypeClassDescriptionstatic class
This is an implementation of the PluginMenuController interface for use with MenuItemImpl classes - note that this is not intended for use by subclasses of MenuItemImpl (like TableContextMenuItemImpl).Fields in com.biglybt.ui.swt declared as MenuBuildUtils.PluginMenuControllerModifier and TypeFieldDescriptionstatic final MenuBuildUtils.PluginMenuController
MenuBuildUtils.BASIC_MENU_ITEM_CONTROLLER
An instance of MenuItemPluginMenuControllerImpl with a default value of null - this will be the value passed when notifying selection and fill listeners.Methods in com.biglybt.ui.swt with parameters of type MenuBuildUtils.PluginMenuControllerModifier and TypeMethodDescriptionstatic 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.