|
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.CallHistoryFilter
public class CallHistoryFilter
The CallHistoryFilter is a filter over the history contact sources.
| Constructor Summary | |
|---|---|
CallHistoryFilter()
|
|
| Method Summary | |
|---|---|
void |
applyFilter(FilterQuery filterQuery)
Applies this filter and stores the result in the given treeModel. |
boolean |
isMatching(UIContact uiContact)
Indicates if the given uiContact is matching this filter. |
boolean |
isMatching(UIGroup uiGroup)
No group could match this filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallHistoryFilter()
| Method Detail |
|---|
public void applyFilter(FilterQuery filterQuery)
applyFilter in interface ContactListFilterfilterQuery - the FilterQuery that tracks the results of
this filteringpublic boolean isMatching(UIContact uiContact)
isMatching in interface ContactListFilteruiContact - the UIContact to check for match
public boolean isMatching(UIGroup uiGroup)
isMatching in interface ContactListFilteruiGroup - the UIGroup to check for match
|
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 | |||||||||