Uses of Interface
corny.addressbook.searching.ValueModifier.ValueModifier

Packages that use ValueModifier
corny.addressbook.ContactUtils   
corny.addressbook.data   
corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog   
corny.addressbook.searching.ValueModifier   
 

Uses of ValueModifier in corny.addressbook.ContactUtils
 

Methods in corny.addressbook.ContactUtils with parameters of type ValueModifier
static int ContactUtils.searchAndReplace(java.util.Collection<Contact> contacts, ContactProperty property, java.lang.String propertyLabel, ValueModifier modifier)
          Searches through the Address Book and modifies the specified property.
static int ContactUtils.searchAndReplace(java.util.Collection<Contact> contacts, ContactProperty property, java.lang.String propertyLabel, ValueModifier modifier, java.awt.Window parent)
          Searches through the Address Book and modifies the specified property.
 

Uses of ValueModifier in corny.addressbook.data
 

Methods in corny.addressbook.data with parameters of type ValueModifier
 boolean ContactProperty.modifyContactInfo(Contact c, java.lang.String propertyLabel, ValueModifier modifier)
          Used by the search and replace process.
 

Uses of ValueModifier in corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog
 

Methods in corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog that return ValueModifier
 ValueModifier SearchAndReplaceDialogHandler.getModifier()
          The selected Modifier with the specified parameters
 

Uses of ValueModifier in corny.addressbook.searching.ValueModifier
 

Classes in corny.addressbook.searching.ValueModifier that implement ValueModifier
 class ValueModifierImpl
          Implements some of the Methods of ValueModifier.
 

Methods in corny.addressbook.searching.ValueModifier that return ValueModifier
 ValueModifier ValueModifier.Modifier.getModifier()