Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.editor
Interface NavigationListener


public interface NavigationListener

An interface to receive events for BasicEditorPane navigation. Navigation is distinct from regular caret change location changes in that it only fires on changes originating externally to the editor pane, e.g. via editorPane.setCaretPosition(...). Location changes made via the keyboard or directly through the caret are not reported.


Method Summary
 void navigated(BasicEditorPane editor, int offset)
           
 

Method Detail

navigated

void navigated(BasicEditorPane editor,
               int offset)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.