net.sourceforge.jeuclid.swing
Interface CursorListener

All Known Implementing Classes:
MainFrame

public interface CursorListener

A simple cursor listener for updating the editor's cursor position.

Version:
$Revision: $

Method Summary
 void updateCursorPosition(Node node)
          updates cursor position from given search result.
 

Method Detail

updateCursorPosition

void updateCursorPosition(Node node)
updates cursor position from given search result.

Parameters:
node - the node a user clicked on.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.