A B C E F G H I K L M N O P R S T V

A

addAddressBookChangeListener(AddressBookChangeListener) - Method in class corny.addressbook.NativeAddressBook
Adds the specified listener to receive notifications when the Address Book data changes.
addColumn(int) - Method in class corny.addressbook.gui.ContactTable.ContactTableHandler
Adds a column with the given content.
addColumn(ContactProperty, String) - Method in class corny.addressbook.gui.ContactTable.ContactTableHandler
Adds a new column with the given content.
addContact() - Method in class corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel.AddressBookEditorPanelHandler
Adds a new, empty Contact to the currently selected Group.
addContact() - Method in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanelHandler
Adds a new, empty Contact.
addContact(String, String, String, String, String, List<MultiValue.KeyValuePair<String>>, List<MultiValue.KeyValuePair<String>>, List<MultiValue.KeyValuePair<Address>>, List<MultiValue.KeyValuePair<String>>, Date, boolean, Group) - Method in class corny.addressbook.NativeAddressBook
Adds a new Contact.
addContact(String, String, String, String, String, MultiValue.KeyValuePair<String>, MultiValue.KeyValuePair<String>, MultiValue.KeyValuePair<Address>, MultiValue.KeyValuePair<String>, Date, boolean, Group) - Method in class corny.addressbook.NativeAddressBook
Adds a new Contact.
addContact(Group) - Method in class corny.addressbook.NativeAddressBook
Adds a new, empty Contact (a person) to the Address Book.
addContactListSelectionListener(ListSelectionListener) - Method in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Adds a ListSelectionListener to receive notifications when the Contact selection changes.
addData(String, String, String) - Method in class corny.addressbook.JNIHandler.AddressBookNotification.MutableAddressBookNotification
Adds the given change information to this Notification.
addData(Collection<String>, Collection<String>, Collection<String>) - Method in class corny.addressbook.JNIHandler.AddressBookNotification.MutableAddressBookNotification
Adds the given change information to this Notification.
addDataFrom(AddressBookNotification) - Method in class corny.addressbook.JNIHandler.AddressBookNotification.MutableAddressBookNotification
Merges this Notification with the data of a newer Notification.
addGroup() - Method in class corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel.AddressBookEditorPanelHandler
Adds a new, empty Group without name.
addGroup(Group, boolean) - Method in class corny.addressbook.gui.GroupTable.GroupTableHandler
Adds a Group to the table
addGroup() - Method in class corny.addressbook.gui.GroupTable.GroupTableHandler
Adds a new, empty Group without name.
addGroup() - Method in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanelHandler
Adds a new, empty Group without name.
addGroup(String, Group) - Method in class corny.addressbook.NativeAddressBook
Adds a new Group to the Address Book
addKeyListener(KeyListener) - Method in class corny.addressbook.gui.GroupPicker.GroupPickerPanel.GroupPickerPanel
 
addListSelectionListener(ListSelectionListener) - Method in class corny.addressbook.gui.PeoplePicker.PeoplePickerOverlay
Adds a ListSelectionListener to receive notifications when the Contact selection changes.
addRecord(Record) - Method in class corny.addressbook.data.Group
Adds a new Record to this Group.
addRegularExpressionsTo(Map<String, ContactProperty>) - Method in enum corny.addressbook.data.ContactProperty
Used by the FilterCreator process to read the regular expressions which represent this property.
addRegularExpressionsTo(Map<String, MultiValue.MultiValueLabel>) - Method in enum corny.addressbook.data.MultiValue.MultiValueLabel
Used by the FilterCreator process to read the regular expressions which represent this label.
Address - Class in corny.addressbook.data
Data model class which represents Address Book Addresses.
Address(String, int, String, String, String) - Constructor for class corny.addressbook.data.Address
Creates a new Address instance
Address(Map<?, ?>) - Constructor for class corny.addressbook.data.Address
Creates a new Address instance out of the raw data from Apple's Address Book.
addressBookChanged(AddressBookNotification) - Method in interface corny.addressbook.listener.AddressBookChangeListener
Fired when the Address Book's data has changed.
addressBookChanged(AddressBookNotification) - Method in class corny.addressbook.NativeAddressBook
Called when the Address Book data has changed externally, for example when editing the Address Book by using Apple's Address Book interface.
addressBookChangedInternally(AddressBookNotification) - Method in class corny.addressbook.NativeAddressBook
Called when the Address Book data has changed by calling methods of this Java API.
AddressBookChangeListener - Interface in corny.addressbook.listener
The listener interface for receiving Address Book change notifications.
AddressBookEditorFrame - Class in corny.addressbook.gui.AddressBookEditor
Window which lets you edit the Address Book's Contacts.
AddressBookEditorFrame() - Constructor for class corny.addressbook.gui.AddressBookEditor.AddressBookEditorFrame
Creates a new AddressBookEditorFrame.
AddressBookEditorPanel - Class in corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel
Panel which looks a bit like Apple's Address Book interface.
AddressBookEditorPanel() - Constructor for class corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel.AddressBookEditorPanel
Creates a new AddressBookEditorPanel displaying all Groups and Contacts of the Address Book.
AddressBookEditorPanelHandler - Class in corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel
Handler class for the AddressBookEditorPanel class.
AddressBookNotification - Class in corny.addressbook.JNIHandler
Notification class used when Adress Book change notifications are sent.
AddressBookNotification.MutableAddressBookNotification - Class in corny.addressbook.JNIHandler
Mutable subclass of the AddressBookNotification class.
AddressBookNotification.MutableAddressBookNotification() - Constructor for class corny.addressbook.JNIHandler.AddressBookNotification.MutableAddressBookNotification
Creates a new, empty MutableAddressBookNotification.
AddressBookNotification.MutableAddressBookNotification(String, String, String) - Constructor for class corny.addressbook.JNIHandler.AddressBookNotification.MutableAddressBookNotification
Creates a new MutableAddressBookNotification.
addressListToMapList(List<MultiValue.KeyValuePair<Address>>) - Static method in class corny.addressbook.NativeAddressBook
Converts a List of KeyValuePairs containing Addresses into native code comparible format
addSearchStringsToList(List<Object>, String) - Method in class corny.addressbook.data.Address
 
addSearchStringsToList(List<Object>, String) - Method in class corny.addressbook.data.Contact
 
addSearchStringsToList(List<Object>, String) - Method in class corny.addressbook.data.MultiValue
 
addSearchStringsToList(List<Object>, String) - Method in interface corny.addressbook.searching.Searchable
Used by Filter classes to fetch the searchable fields of an object.
addToGroup(Group) - Method in class corny.addressbook.data.Contact
Adds this Contact to a Group
addValue(MultiValue.KeyValuePair<T>) - Method in class corny.addressbook.data.MutableMultiValue
Adds a value to the end of the List
addValue(MultiValue.KeyValuePair<T>, int) - Method in class corny.addressbook.data.MutableMultiValue
Adds a value at the specified index of the list
AND - Static variable in class corny.addressbook.searching.Filter.MetaFilter
Conjunction
appliesToFilter(Contact) - Method in class corny.addressbook.searching.Filter.ContactFilter
 
appliesToFilter(Contact) - Method in class corny.addressbook.searching.Filter.Filter
Used by NativeAddressBook to determine whether the Contact matches the search query
appliesToFilter(Contact) - Method in class corny.addressbook.searching.Filter.MetaFilter
 
appliesToProperty(ContactProperty) - Method in enum corny.addressbook.data.MultiValue.MultiValueLabel
Returns true if this is a proper label for the given ContactProperty.
appliesToProperty(ContactProperty, Class<?>) - Method in interface corny.addressbook.searching.ValueModifier.ValueModifier
Specifies whether or not this ValueModifier can be applied on a given ContactProperty.

A B C E F G H I K L M N O P R S T V