Uses of Interface
net.i2p.app.MenuHandle
-
Packages that use MenuHandle Package Description net.i2p.app Interfaces for classes to be started and stopped via clients.config.net.i2p.desktopgui Desktopgui is a graphical interface to I2P that allows managing the lifecycle of I2P from the system tray.org.klomp.snark.standalone Classes only used for, and bundled with, the standalone installation. -
-
Uses of MenuHandle in net.i2p.app
Methods in net.i2p.app that return MenuHandle Modifier and Type Method Description MenuHandleMenuService. addMenu(String message, MenuCallback callback)Menu will start out shown and enabled, in the root menuMenuHandleMenuService. addMenu(String message, MenuCallback callback, MenuHandle parent)Menu will start out enabled, as a submenuMethods in net.i2p.app with parameters of type MenuHandle Modifier and Type Method Description MenuHandleMenuService. addMenu(String message, MenuCallback callback, MenuHandle parent)Menu will start out enabled, as a submenuvoidMenuCallback. clicked(MenuHandle menu)Called when the user clicks the menuvoidMenuService. disableMenu(MenuHandle item)voidMenuService. enableMenu(MenuHandle item)voidMenuService. hideMenu(MenuHandle item)voidMenuService. removeMenu(MenuHandle item)voidMenuService. showMenu(MenuHandle item)voidMenuService. updateMenu(String message, MenuHandle item) -
Uses of MenuHandle in net.i2p.desktopgui
Methods in net.i2p.desktopgui that return MenuHandle Modifier and Type Method Description MenuHandleExternalMain. addMenu(String message, MenuCallback callback)Menu will start out shown and enabled, in the root menuMenuHandleExternalMain. addMenu(String message, MenuCallback callback, MenuHandle parent)Menu will start out enabled, as a submenuMenuHandleMain. addMenu(String message, MenuCallback callback)Menu will start out shown and enabled, in the root menuMenuHandleMain. addMenu(String message, MenuCallback callback, MenuHandle parent)Menu will start out enabled, as a submenuMenuHandleTrayManager. addMenu(String message, MenuCallback callback, MenuHandle p)Methods in net.i2p.desktopgui with parameters of type MenuHandle Modifier and Type Method Description MenuHandleExternalMain. addMenu(String message, MenuCallback callback, MenuHandle parent)Menu will start out enabled, as a submenuMenuHandleMain. addMenu(String message, MenuCallback callback, MenuHandle parent)Menu will start out enabled, as a submenuMenuHandleTrayManager. addMenu(String message, MenuCallback callback, MenuHandle p)voidExternalMain. disableMenu(MenuHandle item)voidMain. disableMenu(MenuHandle item)voidTrayManager. disableMenu(MenuHandle item)voidExternalMain. enableMenu(MenuHandle item)voidMain. enableMenu(MenuHandle item)voidTrayManager. enableMenu(MenuHandle item)voidExternalMain. hideMenu(MenuHandle item)voidMain. hideMenu(MenuHandle item)voidTrayManager. hideMenu(MenuHandle item)voidExternalMain. removeMenu(MenuHandle item)voidMain. removeMenu(MenuHandle item)voidTrayManager. removeMenu(MenuHandle item)voidExternalMain. showMenu(MenuHandle item)voidMain. showMenu(MenuHandle item)voidTrayManager. showMenu(MenuHandle item)voidExternalMain. updateMenu(String message, MenuHandle item)voidMain. updateMenu(String message, MenuHandle item)voidTrayManager. updateMenu(String message, MenuHandle item) -
Uses of MenuHandle in org.klomp.snark.standalone
Methods in org.klomp.snark.standalone with parameters of type MenuHandle Modifier and Type Method Description voidRunStandalone.StandaloneStopper. clicked(MenuHandle menu)
-