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.
|
Modifier and Type | Method and Description |
---|---|
MenuHandle |
MenuService.addMenu(String message,
MenuCallback callback)
Menu will start out shown and enabled, in the root menu
|
MenuHandle |
MenuService.addMenu(String message,
MenuCallback callback,
MenuHandle parent)
Menu will start out enabled, as a submenu
|
Modifier and Type | Method and Description |
---|---|
MenuHandle |
Main.addMenu(String message,
MenuCallback callback)
Menu will start out shown and enabled, in the root menu
|
MenuHandle |
ExternalMain.addMenu(String message,
MenuCallback callback)
Menu will start out shown and enabled, in the root menu
|
MenuHandle |
Main.addMenu(String message,
MenuCallback callback,
MenuHandle parent)
Menu will start out enabled, as a submenu
|
MenuHandle |
TrayManager.addMenu(String message,
MenuCallback callback,
MenuHandle p) |
MenuHandle |
ExternalMain.addMenu(String message,
MenuCallback callback,
MenuHandle parent)
Menu will start out enabled, as a submenu
|
Modifier and Type | Class and Description |
---|---|
static class |
RunStandalone.StandaloneStopper
Callback when shutdown is clicked in systray
|