corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog
Class SearchAndReplaceDialogHandler

java.lang.Object
  extended by corny.addressbook.gui.SearchDialog.SearchDialogHandler
      extended by corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog.SearchAndReplaceDialogHandler
All Implemented Interfaces:
java.awt.event.TextListener, java.util.EventListener

public class SearchAndReplaceDialogHandler
extends SearchDialogHandler

Handler class for the SearchAndReplaceDialog class

Author:
Corny

Method Summary
 ValueModifier getModifier()
          The selected Modifier with the specified parameters
 ContactProperty getReplaceProperty()
          The selected property to modify
 java.lang.String getReplacePropertyLabel()
          The selected property's label or null if no label was specified.
 
Methods inherited from class corny.addressbook.gui.SearchDialog.SearchDialogHandler
getFilter, isCanceled, textValueChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReplaceProperty

public ContactProperty getReplaceProperty()
The selected property to modify

Returns:
The selected property to modify

getReplacePropertyLabel

public java.lang.String getReplacePropertyLabel()
The selected property's label or null if no label was specified.

Returns:
ContactProperty label

getModifier

public ValueModifier getModifier()
The selected Modifier with the specified parameters

Returns:
Modifier