Class TextEditor.ListSearchTextFieldDocumentHandler
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.TextEditor.ListSearchTextFieldDocumentHandler
-
- All Implemented Interfaces:
EventListener,DocumentListener
- Enclosing class:
- TextEditor
protected class TextEditor.ListSearchTextFieldDocumentHandler extends Object implements DocumentListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTextEditor.ListSearchTextFieldDocumentHandler.ListSelector
-
Constructor Summary
Constructors Constructor Description ListSearchTextFieldDocumentHandler(JList targetList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangedUpdate(DocumentEvent e)voidinsertUpdate(DocumentEvent e)voidremoveUpdate(DocumentEvent e)
-
-
-
Constructor Detail
-
ListSearchTextFieldDocumentHandler
public ListSearchTextFieldDocumentHandler(JList targetList)
-
-
Method Detail
-
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdatein interfaceDocumentListener
-
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdatein interfaceDocumentListener
-
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdatein interfaceDocumentListener
-
-