org.ceryle.ui
Class DocumentView.PositionTracker

java.lang.Object
  extended by org.ceryle.ui.DocumentView.PositionTracker
All Implemented Interfaces:
EventListener, CaretListener
Enclosing class:
DocumentView

protected class DocumentView.PositionTracker
extends Object
implements CaretListener

Internal class extends JLabel to track the location of the editor caret.


Constructor Summary
DocumentView.PositionTracker(JTextArea textArea)
           
 
Method Summary
 void caretUpdate(CaretEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentView.PositionTracker

public DocumentView.PositionTracker(JTextArea textArea)
Method Detail

caretUpdate

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


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.