Eclipse Platform
Release 3.2

org.eclipse.ui.texteditor
Interface ITextEditorExtension4

All Known Implementing Classes:
AbstractTextEditor

public interface ITextEditorExtension4

Extension interface for ITextEditor. Adds the following functions:

This interface may be implemented by clients.

Since:
3.2

Method Summary
 Annotation gotoAnnotation(boolean forward)
          Jumps to the next annotation according to the given direction.
 

Method Detail

gotoAnnotation

public Annotation gotoAnnotation(boolean forward)
Jumps to the next annotation according to the given direction.

Parameters:
forward - true if search direction is forward, false if backward
Returns:
the selected annotation or null if none

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.