Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.ITextInputListener

Packages that use ITextInputListener
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.hyperlink   
 

Uses of ITextInputListener in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement ITextInputListener
 class PaintManager
          Manages the IPainter object registered with an ITextViewer.
 

Methods in org.eclipse.jface.text with parameters of type ITextInputListener
 void TextViewer.addTextInputListener(ITextInputListener listener)
           
 void TextViewer.removeTextInputListener(ITextInputListener listener)
           
 void ITextViewer.addTextInputListener(ITextInputListener listener)
          Adds a text input listener to this viewer.
 void ITextViewer.removeTextInputListener(ITextInputListener listener)
          Removes the given listener from this viewer's set of text input listeners.
 

Uses of ITextInputListener in org.eclipse.jface.text.hyperlink
 

Classes in org.eclipse.jface.text.hyperlink that implement ITextInputListener
 class DefaultHyperlinkPresenter
          The default hyperlink presenter underlines the link and colors the line and the text with the given color.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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