org.jdesktop.swingx.search
Class SearchFactory.FindRemover

java.lang.Object
  extended by org.jdesktop.swingx.search.SearchFactory.FindRemover
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
SearchFactory

public class SearchFactory.FindRemover
extends Object
implements PropertyChangeListener


Constructor Summary
SearchFactory.FindRemover()
           
 
Method Summary
 void addTarget(Container target)
           
 void endSearching()
           
 void propertyChange(PropertyChangeEvent ev)
          This method gets called when a bound property is changed.
 void removeTarget(Container target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFactory.FindRemover

public SearchFactory.FindRemover()
Method Detail

addTarget

public void addTarget(Container target)

removeTarget

public void removeTarget(Container target)

propertyChange

public void propertyChange(PropertyChangeEvent ev)
Description copied from interface: java.beans.PropertyChangeListener
This method gets called when a bound property is changed.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
ev - A PropertyChangeEvent object describing the event source and the property that has changed.

endSearching

public void endSearching()