fr.inria.ketuk.scriptEventHandler
Class ScriptCaretHandler

java.lang.Object
  |
  +--fr.inria.ketuk.scriptEventHandler.ScriptCaretHandler
All Implemented Interfaces:
javax.swing.event.CaretListener, java.util.EventListener

public class ScriptCaretHandler
extends java.lang.Object
implements javax.swing.event.CaretListener

A listener class which handle caret events

Author:
Claude Pasquier

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

Constructor Detail

ScriptCaretHandler

public ScriptCaretHandler()
Method Detail

caretUpdate

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