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

S

Searchable - Interface in corny.addressbook.searching
Interface for classes which provide fields to search in.
searchAndReplace(Collection<Contact>, ContactProperty, String, ValueModifier) - Static method in class corny.addressbook.ContactUtils.ContactUtils
Searches through the Address Book and modifies the specified property.
searchAndReplace(Collection<Contact>, ContactProperty, String, ValueModifier, Window) - Static method in class corny.addressbook.ContactUtils.ContactUtils
Searches through the Address Book and modifies the specified property.
searchAndReplaceAllContacts() - Method in class corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel.AddressBookEditorPanelHandler
Starts the search and replace process on all Contacts of the Address Book.
SearchAndReplaceDialog - Class in corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog
In addition to the FilterCreatorDialog, this dialog also lets you specify an additional (modifiable) ContactProperty and a ValueModifier.
SearchAndReplaceDialog(Window, String) - Constructor for class corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog.SearchAndReplaceDialog
Creates a new SearchAndReplaceDialog.
SearchAndReplaceDialogHandler - Class in corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog
Handler class for the SearchAndReplaceDialog class
searchAndReplaceSelectedContacts() - Method in class corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel.AddressBookEditorPanelHandler
Starts the search and replace process on currently visible Contacts.
SearchDialog - Class in corny.addressbook.gui.SearchDialog
Text input dialog for creating new Filters by using a regular expression.
SearchDialog(Window, String) - Constructor for class corny.addressbook.gui.SearchDialog.SearchDialog
Creates new SearchDialog.
SearchDialogHandler - Class in corny.addressbook.gui.SearchDialog
Handler class for the SearchDialog class
selectContact(Contact) - Method in class corny.addressbook.gui.ContactTable.ContactTableHandler
Selects a given Contact.
selectGroup(Group) - Method in class corny.addressbook.gui.GroupTable.GroupTableHandler
Selects the given Group in the table.
selectMe() - Method in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanelHandler
Changes the current selection to select the "Me" Contact.
setAddress(MultiValue.KeyValuePair<Address>, String, Address) - Method in class corny.addressbook.data.Contact
Modifies a given address.
setAddresses(MultiValue<Address>) - Method in class corny.addressbook.data.Contact
Replaces the current addresses with the content of the given MultiValue instance.
setAddresses(List<MultiValue.KeyValuePair<Address>>) - Method in class corny.addressbook.data.Contact
Replaces the current addresses with the addresses in the given List of KeyValuePairs.
setArmed(boolean) - Method in class corny.addressbook.gui.ContactDisplay.ContactDisplayOverlay
If this ContactDisplayOverlay is bound to a PeoplePickerPanel, this method specifies whether the overlay should be automatically shown or not.
setBirthday(Date) - Method in class corny.addressbook.data.Contact
Changes the Birthday of this Contact.
setChangeListener(ChangeListener) - Method in class corny.addressbook.gui.ContactDisplay.ContactDisplayPanel.ContactDisplayPanelHandler
Used by the ContactDisplayOverlay to get notified of changes to the panel.
setChat(MultiValue.KeyValuePair<String>, String, String) - Method in class corny.addressbook.data.Contact
Modifies a given chat.
setChats(MultiValue<String>) - Method in class corny.addressbook.data.Contact
Replaces the current chats with the content of the given MultiValue instance.
setChats(List<MultiValue.KeyValuePair<String>>) - Method in class corny.addressbook.data.Contact
Replaces the current chats with the chats in the given List of KeyValuePairs.
setCity(String) - Method in class corny.addressbook.data.MutableAddress
 
setColumnCount(int) - Method in class corny.addressbook.gui.ContactTable.ContactTableModel
 
setCountry(String) - Method in class corny.addressbook.data.MutableAddress
 
setCountryCode(String) - Method in class corny.addressbook.data.MutableAddress
 
setEditing(boolean) - Method in class corny.addressbook.gui.ContactDisplay.ContactDisplayPanel.ContactDisplayPanelHandler
Enables or disables editing mode
setEditingEnabled(boolean) - Method in class corny.addressbook.gui.ContactTable.ContactTableHandler
Specifies whether the Table can be edited or not.
setEditingEnabled(boolean) - Method in class corny.addressbook.gui.GroupTable.GroupTableHandler
Specifies whether the Table can be edited or not.
setEditingEnabled(boolean) - Method in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanelHandler
Sets the editing capabilities of the PeoplePickerPanel on or off.
setEmail(MultiValue.KeyValuePair<String>, String, String) - Method in class corny.addressbook.data.Contact
Modifies a given Email address.
setEmails(MultiValue<String>) - Method in class corny.addressbook.data.Contact
Replaces the current Emails with the content of the given MultiValue instance.
setEmails(List<MultiValue.KeyValuePair<String>>) - Method in class corny.addressbook.data.Contact
Replaces the current Emails with the Emails in the given List of KeyValuePairs.
setFirstName(String) - Method in class corny.addressbook.data.Contact
Changes the first name of this Contact.
setIsPerson(boolean) - Method in class corny.addressbook.data.Contact
Changes the person flag of this Contact.
setLastName(String) - Method in class corny.addressbook.data.Contact
Changes the last name of this Contact.
setLastNameFirst(boolean) - Method in class corny.addressbook.gui.ContactTable.ContactTableHandler
Specifies whether the name column of the ContactTable should display the last name first or not.
setLastNameFirst(boolean) - Method in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanelHandler
Specifies whether the name column of the ContactTable should display the last name first or not.
setMiddleName(String) - Method in class corny.addressbook.data.Contact
Changes the middle name of this Contact.
setName(String) - Method in class corny.addressbook.data.Group
Changes the Name of this Group.
setOrganitation(String) - Method in class corny.addressbook.data.Contact
Changes the organization of this Contact.
setParameter(int, Object, Class<?>) - Method in interface corny.addressbook.searching.ValueModifier.ValueModifier
Sets the parameter at a given index
setPhone(MultiValue.KeyValuePair<String>, String, String) - Method in class corny.addressbook.data.Contact
Modifies a given phone number.
setPhones(MultiValue<String>) - Method in class corny.addressbook.data.Contact
Replaces the current phone numbers with the content of the given MultiValue instance.
setPhones(List<MultiValue.KeyValuePair<String>>) - Method in class corny.addressbook.data.Contact
Replaces the current phone numbers with the phone numbers in the given List of KeyValuePairs.
setSelectedItem(Object) - Method in class corny.addressbook.gui.ContactDisplay.LabelCombo.LabelCombo
 
setStreet(String) - Method in class corny.addressbook.data.MutableAddress
 
setTitle(String) - Method in class corny.addressbook.data.Contact
Changes the title of this Contact.
setValue(Contact, Object) - Method in enum corny.addressbook.data.ContactProperty
Sets the value of this property for a given Contact instance.
setValueAt(Object, int, int) - Method in class corny.addressbook.gui.GroupTable.GroupTableModel
 
setVisible(boolean) - Method in class corny.addressbook.gui.ContactDisplay.ContactDisplayOverlay
 
setVisible(boolean) - Method in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
 
setZip(int) - Method in class corny.addressbook.data.MutableAddress
 
SHOW_BIRTHDAY_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the birthday
SHOW_FIRST_ADDRESS_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first address
SHOW_FIRST_EMAIL_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first email address
SHOW_FIRST_PHONE_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first phone number
SHOW_HOME_ADDRESS_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first home address
SHOW_HOME_EMAIL_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first home email address
SHOW_HOME_PHONE_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first home phone number
SHOW_MOBILE_PHONE_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first mobile phone number
SHOW_ONLY_NAME_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Indicates that the GroupTable should only display the name column.
SHOW_WORK_ADDRESS_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first work address
SHOW_WORK_EMAIL_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first work address
SHOW_WORK_PHONE_COLUMN - Static variable in class corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel
Column which displays the first work phone number
size() - Method in class corny.addressbook.data.MultiValue
 
size() - Method in class corny.addressbook.gui.GroupTable.GroupTableModel
 
STARTS_WITH - Static variable in class corny.addressbook.searching.Filter.ContactFilter
The property should start with a given String.
STARTS_WITH_CASE_SENSITIVE - Static variable in class corny.addressbook.searching.Filter.ContactFilter
 
stateChanged(ChangeEvent) - Method in class corny.addressbook.gui.ContactDisplay.ContactDisplayOverlay
 

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