Uses of Class
net.i2p.desktopgui.Main
Package | Description |
---|---|
net.i2p.desktopgui |
Desktopgui is a graphical interface to I2P that allows managing the lifecycle of I2P from the system tray.
|
-
Uses of Main in net.i2p.desktopgui
Fields in net.i2p.desktopgui declared as Main Modifier and Type Field Description protected Main
TrayManager. _main
Constructors in net.i2p.desktopgui with parameters of type Main Constructor Description ExternalTrayManager(I2PAppContext ctx, Main main, boolean useSwing)
InternalTrayManager(RouterContext ctx, Main main, boolean useSwing)
TrayManager(I2PAppContext ctx, Main main, boolean useSwing)
Instantiate tray manager.