Jatha Software

org.jatha.display
Class BracketMatcher

java.lang.Object
  extended by org.jatha.display.BracketMatcher
All Implemented Interfaces:
EventListener, CaretListener

 class BracketMatcher
extends Object
implements CaretListener


Field Summary
protected  LispInput f_input
           
 
Constructor Summary
BracketMatcher(LispInput input)
           
 
Method Summary
 void caretUpdate(CaretEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f_input

protected LispInput f_input
Constructor Detail

BracketMatcher

public BracketMatcher(LispInput input)
Method Detail

caretUpdate

public void caretUpdate(CaretEvent e)
Specified by:
caretUpdate in interface CaretListener

Jatha Software