Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.gui.main.UINotificationGroup

Packages that use UINotificationGroup
net.java.sip.communicator.impl.gui.main   
 

Uses of UINotificationGroup in net.java.sip.communicator.impl.gui.main
 

Methods in net.java.sip.communicator.impl.gui.main that return UINotificationGroup
 UINotificationGroup UINotification.getGroup()
          Returns the parent notification group.
 

Methods in net.java.sip.communicator.impl.gui.main that return types with arguments of type UINotificationGroup
static Collection<UINotificationGroup> UINotificationManager.getNotificationGroups()
          Returns a list of all notification groups.
 

Methods in net.java.sip.communicator.impl.gui.main with parameters of type UINotificationGroup
static Iterator<UINotification> UINotificationManager.getUnreadNotifications(UINotificationGroup group)
          Returns a list of all unread notifications.
static void UINotificationManager.removeAllNotifications(UINotificationGroup group)
          Removes all unread notifications.
 

Constructors in net.java.sip.communicator.impl.gui.main with parameters of type UINotificationGroup
UINotification(String displayName, Date time, UINotificationGroup parentGroup)
          Creates an instance of UINotification by specifying the notification name and time.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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