jaxe
Class JaxeTextPane.MyCaretListener

java.lang.Object
  extended by jaxe.JaxeTextPane.MyCaretListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.CaretListener
Enclosing class:
JaxeTextPane

protected class JaxeTextPane.MyCaretListener
extends java.lang.Object
implements javax.swing.event.CaretListener


Constructor Summary
protected JaxeTextPane.MyCaretListener()
           
 
Method Summary
 void caretUpdate(javax.swing.event.CaretEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxeTextPane.MyCaretListener

protected JaxeTextPane.MyCaretListener()
Method Detail

caretUpdate

public void caretUpdate(javax.swing.event.CaretEvent e)
Specified by:
caretUpdate in interface javax.swing.event.CaretListener