com.sun.addressbook |
|
Java Source File Name | Type | Comment |
ABFilter.java | Class | Address Book Filter class: Defines the constraints and the filters for
doing the searching and sorting of the address book
Needs to be extended by the adapters to implement the appendSearchTerms
method which creates the searchFilter specific to the adapter. |
ABLogger.java | Class | |
ABSearchTerm.java | Class | Address Book Filter Search Term represents a search term like "ln=doe". |
ABSession.java | Class | Address Book Session class: A container object representing a address
book session, which stores properties used by the JABAPI. |
ABStore.java | Class | Abstract model of a connection to a address book server. |
ABStoreException.java | Class | |
AddressBook.java | Class | Address Book abstract class: encapsulates the commands to be
carried out on the address book. |
Element.java | Class | Element - Element is a base class for the Entry, Group and the AddressBook
beans. |
Entry.java | Class | Entry - Entry bean corresponding to an entry in
address book. |
Group.java | Class | Group - Group bean corresponding to a group in
address book. |
MissingPropertiesException.java | Class | |
OperationNotSupportedException.java | Class | |