edu.utep.cs.utjml.canica.jmleditor
Class JMLTextPane.MyDocumentListener
java.lang.Object
edu.utep.cs.utjml.canica.jmleditor.JMLTextPane.MyDocumentListener
- All Implemented Interfaces:
- EventListener, DocumentListener
- Enclosing class:
- JMLTextPane
protected class JMLTextPane.MyDocumentListener
- extends Object
- implements DocumentListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMLTextPane.MyDocumentListener
protected JMLTextPane.MyDocumentListener()
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate in interface DocumentListener
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate in interface DocumentListener
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate in interface DocumentListener
UTJML is Copyright (C) 2004-2006 by University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the JML project.