Uses of Interface
corny.addressbook.searching.Searchable

Packages that use Searchable
corny.addressbook.data   
 

Uses of Searchable in corny.addressbook.data
 

Classes in corny.addressbook.data that implement Searchable
 class Address
          Data model class which represents Address Book Addresses.
 class Contact
          Data model class for Contacts vended from the Mac OS X address book.
 class MultiValue<T>
          Data model class for multi value properties of Address Book contacts, like a list of phone numbers.
 class MutableAddress
          Mutable subclass of the Address class
 class MutableMultiValue<T>
          Data model class for multi value properties of Address Book contacts, like a list of phone numbers.