koala.dynamicjava.gui
Class Main.EditorCaretListener

java.lang.Object
  |
  +--koala.dynamicjava.gui.Main.EditorCaretListener
All Implemented Interfaces:
javax.swing.event.CaretListener, java.util.EventListener
Enclosing class:
Main

protected class Main.EditorCaretListener
extends java.lang.Object
implements javax.swing.event.CaretListener

To listen to the editor caret


Constructor Summary
protected Main.EditorCaretListener()
           
 
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

Main.EditorCaretListener

protected Main.EditorCaretListener()
Method Detail

caretUpdate

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


Copyright © 2001 Stephane Hillion. All Rights Reserved.