net.i2p.apps.systray
Class SysTray
java.lang.Object
net.i2p.apps.systray.SysTray
- All Implemented Interfaces:
- java.util.EventListener, snoozesoft.systray4j.SysTrayMenuListener
public class SysTray
- extends java.lang.Object
- implements snoozesoft.systray4j.SysTrayMenuListener
A system tray control for launching the I2P router console.
- Author:
- hypercubus
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static SysTray getInstance()
refreshDisplay
public void refreshDisplay()
hide
public void hide()
iconLeftClicked
public void iconLeftClicked(snoozesoft.systray4j.SysTrayMenuEvent e)
- Specified by:
iconLeftClicked
in interface snoozesoft.systray4j.SysTrayMenuListener
iconLeftDoubleClicked
public void iconLeftDoubleClicked(snoozesoft.systray4j.SysTrayMenuEvent e)
- Specified by:
iconLeftDoubleClicked
in interface snoozesoft.systray4j.SysTrayMenuListener
menuItemSelected
public void menuItemSelected(snoozesoft.systray4j.SysTrayMenuEvent e)
- Specified by:
menuItemSelected
in interface snoozesoft.systray4j.SysTrayMenuListener
show
public void show()