org.openstreetmap.josm.gui.preferences
Class PluginPreference.SearchFieldAdapter

java.lang.Object
  extended by org.openstreetmap.josm.gui.preferences.PluginPreference.SearchFieldAdapter
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.DocumentListener
Enclosing class:
PluginPreference

 class PluginPreference.SearchFieldAdapter
extends java.lang.Object
implements javax.swing.event.DocumentListener

Applies the current filter condition in the filter text field to the model


Constructor Summary
PluginPreference.SearchFieldAdapter()
           
 
Method Summary
 void changedUpdate(javax.swing.event.DocumentEvent arg0)
           
 void filter()
           
 void insertUpdate(javax.swing.event.DocumentEvent arg0)
           
 void removeUpdate(javax.swing.event.DocumentEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginPreference.SearchFieldAdapter

PluginPreference.SearchFieldAdapter()
Method Detail

filter

public void filter()

changedUpdate

public void changedUpdate(javax.swing.event.DocumentEvent arg0)
Specified by:
changedUpdate in interface javax.swing.event.DocumentListener

insertUpdate

public void insertUpdate(javax.swing.event.DocumentEvent arg0)
Specified by:
insertUpdate in interface javax.swing.event.DocumentListener

removeUpdate

public void removeUpdate(javax.swing.event.DocumentEvent arg0)
Specified by:
removeUpdate in interface javax.swing.event.DocumentListener


JOSM