org.crosswire.bibledesktop.book
Class PassageSelectionPane.CustomDocumentEvent

java.lang.Object
  extended by org.crosswire.bibledesktop.book.PassageSelectionPane.CustomDocumentEvent
All Implemented Interfaces:
EventListener, DocumentListener
Enclosing class:
PassageSelectionPane

 class PassageSelectionPane.CustomDocumentEvent
extends Object
implements DocumentListener

Update the list whenever the textbox changes


Constructor Summary
PassageSelectionPane.CustomDocumentEvent()
           
 
Method Summary
 void changedUpdate(DocumentEvent ev)
           
 void insertUpdate(DocumentEvent ev)
           
 void removeUpdate(DocumentEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassageSelectionPane.CustomDocumentEvent

PassageSelectionPane.CustomDocumentEvent()
Method Detail

insertUpdate

public void insertUpdate(DocumentEvent ev)
Specified by:
insertUpdate in interface DocumentListener

removeUpdate

public void removeUpdate(DocumentEvent ev)
Specified by:
removeUpdate in interface DocumentListener

changedUpdate

public void changedUpdate(DocumentEvent ev)
Specified by:
changedUpdate in interface DocumentListener

Copyright ? 2003-2011