corny.addressbook.gui.SearchDialog
Class SearchDialogHandler

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

public class SearchDialogHandler
extends java.lang.Object
implements java.awt.event.TextListener

Handler class for the SearchDialog class

Author:
Corny

Method Summary
 Filter getFilter()
          The Filter created in the Dialog or null if no Filter was specified
 boolean isCanceled()
           
 void textValueChanged(java.awt.event.TextEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isCanceled

public boolean isCanceled()
Returns:
True if the Dialog was closed by pressing the Cancel button or by closing the window

getFilter

public Filter getFilter()
The Filter created in the Dialog or null if no Filter was specified

Returns:
The Filter or null

textValueChanged

public void textValueChanged(java.awt.event.TextEvent e)
Specified by:
textValueChanged in interface java.awt.event.TextListener