UTJML

edu.utep.cs.utjml.canica.jmleditor
Class JMLTextPane.MyDocumentListener

java.lang.Object
  extended by edu.utep.cs.utjml.canica.jmleditor.JMLTextPane.MyDocumentListener
All Implemented Interfaces:
EventListener, DocumentListener
Enclosing class:
JMLTextPane

protected class JMLTextPane.MyDocumentListener
extends Object
implements DocumentListener


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

Constructor Detail

JMLTextPane.MyDocumentListener

protected JMLTextPane.MyDocumentListener()
Method Detail

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

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.