net.i2p.desktopgui
public abstract class TrayManager extends Object
Modifier and Type | Field and Description |
---|---|
protected SystemTray |
tray |
protected TrayIcon |
trayIcon |
Modifier | Constructor and Description |
---|---|
protected |
TrayManager()
Instantiate tray manager.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
_(String s) |
protected static TrayManager |
getInstance() |
protected abstract PopupMenu |
getMainMenu()
Build a popup menu, adding callbacks to the different items.
|
protected void |
languageChanged() |
protected void |
startManager()
Add the tray icon to the system tray and start everything up.
|
protected SystemTray tray
protected TrayIcon trayIcon
protected static TrayManager getInstance()
protected void startManager()
protected void languageChanged()
protected abstract PopupMenu getMainMenu()