|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.osdependent.jdic.TrayMenuFactory
public final class TrayMenuFactory
The TrayMenu is the menu that appears when the user right-click on the Systray icon.
| Constructor Summary | |
|---|---|
TrayMenuFactory()
|
|
| Method Summary | |
|---|---|
static void |
addPopupMenuListener(Object trayMenu,
PopupMenuListener listener)
Adds a PopupMenuListener to the given trayMenu. |
static Object |
createTrayMenu(SystrayServiceJdicImpl tray,
boolean swing)
Creates a tray menu for the given system tray. |
static boolean |
isVisible(Object trayMenu)
Returns true if the given trayMenu is visible, otherwise returns false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrayMenuFactory()
| Method Detail |
|---|
public static void addPopupMenuListener(Object trayMenu,
PopupMenuListener listener)
trayMenu - the tray menu to which to add a popup listenerlistener - the listener to add
public static Object createTrayMenu(SystrayServiceJdicImpl tray,
boolean swing)
tray - the system tray for which we're creating a menuswing - indicates if we should create a Swing or an AWT menu
public static boolean isVisible(Object trayMenu)
trayMenu - the TrayMenu to check
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||