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 class
TextEditor.ListSearchTextFieldDocumentHandler.ListSelector
-
Constructor Summary
Constructors Constructor Description ListSearchTextFieldDocumentHandler(JList targetList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
changedUpdate(DocumentEvent e)
void
insertUpdate(DocumentEvent e)
void
removeUpdate(DocumentEvent e)
-
-
-
Constructor Detail
-
ListSearchTextFieldDocumentHandler
public ListSearchTextFieldDocumentHandler(JList targetList)
-
-
Method Detail
-
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate
in interfaceDocumentListener
-
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate
in interfaceDocumentListener
-
-