|
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.contactlist.PresenceFilter
public class PresenceFilter
The PresenceFilter is used to filter offline contacts from the contact list.
| Constructor Summary | |
|---|---|
PresenceFilter()
Creates an instance of PresenceFilter. |
|
| Method Summary | |
|---|---|
void |
applyFilter(FilterQuery filterQuery)
Applies this filter. |
boolean |
isMatching(UIContact uiContact)
Indicates if the given uiContact is matching this filter. |
boolean |
isMatching(UIGroup uiGroup)
Indicates if the given uiGroup is matching this filter. |
boolean |
isShowOffline()
Returns true if offline contacts are shown, otherwise returns false. |
void |
setShowOffline(boolean isShowOffline)
Sets the show offline property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PresenceFilter()
| Method Detail |
|---|
public void applyFilter(FilterQuery filterQuery)
applyFilter in interface ContactListFilterfilterQuery - the query which keeps track of the filtering resultspublic boolean isMatching(UIContact uiContact)
isMatching in interface ContactListFilteruiContact - the UIContact to check
public boolean isMatching(UIGroup uiGroup)
isMatching in interface ContactListFilteruiGroup - the UIGroup to check
public void setShowOffline(boolean isShowOffline)
isShowOffline - indicates if offline contacts are shownpublic boolean isShowOffline()
|
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 | |||||||||