Package net.i2p.desktopgui
Class ExternalTrayManager
java.lang.Object
net.i2p.desktopgui.TrayManager
net.i2p.desktopgui.ExternalTrayManager
When started before the router, e.g. with
java -cp i2p.jar:router.jar:desktopgui.jar net.i2p.desktopgui.Main
No access to context, very limited abilities.
Not fully supported.
-
Field Summary
Fields inherited from class net.i2p.desktopgui.TrayManager
_appContext, _showNotifications, _useSwing, PROP_NOTIFICATIONS, tray, trayIcon
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBuild a popup menu, adding callbacks to the different items.Build a popup menu, adding callbacks to the different items.protected void
Update the menuMethods inherited from class net.i2p.desktopgui.TrayManager
_t, _t, displayMessage, languageChanged, startManager, stopManager
-
Constructor Details
-
ExternalTrayManager
-
-
Method Details
-
getMainMenu
Description copied from class:TrayManager
Build a popup menu, adding callbacks to the different items.- Specified by:
getMainMenu
in classTrayManager
- Returns:
- popup menu
-
getSwingMainMenu
Description copied from class:TrayManager
Build a popup menu, adding callbacks to the different items.- Specified by:
getSwingMainMenu
in classTrayManager
- Returns:
- popup menu
-
updateMenu
protected void updateMenu()Update the menu- Specified by:
updateMenu
in classTrayManager
- Since:
- 0.9.26
-