Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.systray.PopupMessage

Packages that use PopupMessage
net.java.sip.communicator.impl.galagonotification   
net.java.sip.communicator.impl.growlnotification   
net.java.sip.communicator.impl.osdependent   
net.java.sip.communicator.impl.osdependent.jdic   
net.java.sip.communicator.impl.swingnotification   
net.java.sip.communicator.service.systray   
 

Uses of PopupMessage in net.java.sip.communicator.impl.galagonotification
 

Methods in net.java.sip.communicator.impl.galagonotification with parameters of type PopupMessage
 void GalagoPopupMessageHandler.showPopupMessage(PopupMessage popupMessage)
          Shows the title and the message of the specified PopupMessage.
 

Uses of PopupMessage in net.java.sip.communicator.impl.growlnotification
 

Methods in net.java.sip.communicator.impl.growlnotification with parameters of type PopupMessage
 void GrowlNotificationServiceImpl.showPopupMessage(PopupMessage popupMessage)
          Implements PopupMessageHandler#showPopupMessage()
 

Uses of PopupMessage in net.java.sip.communicator.impl.osdependent
 

Methods in net.java.sip.communicator.impl.osdependent with parameters of type PopupMessage
 void PopupMessageHandlerTrayIconImpl.showPopupMessage(PopupMessage popupMessage)
          Implements PopupMessageHandler#showPopupMessage()
 

Uses of PopupMessage in net.java.sip.communicator.impl.osdependent.jdic
 

Methods in net.java.sip.communicator.impl.osdependent.jdic with parameters of type PopupMessage
 void SystrayServiceJdicImpl.showPopupMessage(PopupMessage popupMessage)
          Implements SystraService#showPopupMessage()
 

Uses of PopupMessage in net.java.sip.communicator.impl.swingnotification
 

Methods in net.java.sip.communicator.impl.swingnotification with parameters of type PopupMessage
 void PopupMessageHandlerSwingImpl.showPopupMessage(PopupMessage popupMessage)
          Implements PopupMessageHandler#showPopupMessage()
 

Uses of PopupMessage in net.java.sip.communicator.service.systray
 

Methods in net.java.sip.communicator.service.systray with parameters of type PopupMessage
 void SystrayService.showPopupMessage(PopupMessage popupMessage)
          Shows the given PopupMessage
 void PopupMessageHandler.showPopupMessage(PopupMessage popupMessage)
          Shows the given PopupMessage.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.