Uses of Interface
com.biglybt.ui.swt.MenuBuildUtils.PluginMenuController
-
Packages that use MenuBuildUtils.PluginMenuController Package Description com.biglybt.ui.swt -
-
Uses of MenuBuildUtils.PluginMenuController in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement MenuBuildUtils.PluginMenuController Modifier and Type Class Description static class
MenuBuildUtils.MenuItemPluginMenuControllerImpl
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.PluginMenuController Modifier and Type Field Description static 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.PluginMenuController Modifier and Type Method Description 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.
-