Eclipse Platform
2.1

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

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

Uses of ITextInputListener in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement ITextInputListener
 class PaintManager
          Manages the painters of a text viewer.
 

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.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.