Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery

Packages that use FilterQuery
net.java.sip.communicator.impl.gui.main.contactlist   
 

Uses of FilterQuery in net.java.sip.communicator.impl.gui.main.contactlist
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist that return FilterQuery
 FilterQuery TreeContactList.applyDefaultFilter()
          Applies the default filter.
 FilterQuery TreeContactList.applyFilter(ContactListFilter filter)
          Applies the given filter.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist with parameters of type FilterQuery
 void CallHistoryFilter.applyFilter(FilterQuery filterQuery)
          Applies this filter and stores the result in the given treeModel.
 void PresenceFilter.applyFilter(FilterQuery filterQuery)
          Applies this filter.
 void ContactListFilter.applyFilter(FilterQuery filterQuery)
          Applies this filter to any interested sources
 void SearchFilter.applyFilter(FilterQuery filterQuery)
          Applies this filter to the default contact source.
 void FilterQueryListener.filterQueryFailed(FilterQuery query)
          Indicates that the given query has finished with failure, i.e.
 void SearchField.filterQueryFailed(FilterQuery query)
          Indicates that the given query has finished with failure, i.e.
 void FilterQueryListener.filterQuerySucceeded(FilterQuery query)
          Indicates that the given query has finished with success, i.e.
 void SearchField.filterQuerySucceeded(FilterQuery query)
          Indicates that the given query has finished with success, i.e.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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