|
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.gui.main.UINotificationGroup
public class UINotificationGroup
The UINotificationGroup class represents a group of notifications.
| Constructor Summary | |
|---|---|
UINotificationGroup(String groupName,
String groupDisplayName)
|
|
| Method Summary | |
|---|---|
void |
addNotification(UINotification notification)
Adds the given notification to the list of unread notifications and notifies interested listeners. |
String |
getGroupDisplayName()
Returns the display name of the group, to which this notification belongs. |
String |
getGroupName()
Returns the name of the group, to which this notification belongs. |
Iterator<UINotification> |
getUnreadNotifications()
Returns a list of all unread notifications. |
int |
getUnreadNotificationsCount()
Returns the count of unread notifications for this group. |
void |
removeAllNotifications()
Removes all unread notifications. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UINotificationGroup(String groupName,
String groupDisplayName)
groupName - the name of the group to which this notification belongsgroupDisplayName - the display name of the group to which this| Method Detail |
|---|
public String getGroupName()
public String getGroupDisplayName()
public void addNotification(UINotification notification)
notification - the UINotification to addpublic void removeAllNotifications()
public Iterator<UINotification> getUnreadNotifications()
public int getUnreadNotificationsCount()
|
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 | |||||||||