Eclipse Platform
Release 3.4

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

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

Uses of IDocumentPartitioningListener in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type IDocumentPartitioningListener
 void AbstractDocument.addDocumentPartitioningListener(IDocumentPartitioningListener listener)
           
 void AbstractDocument.removeDocumentPartitioningListener(IDocumentPartitioningListener listener)
           
 void IDocument.addDocumentPartitioningListener(IDocumentPartitioningListener listener)
          Registers the document partitioning listener with the document.
 void IDocument.removeDocumentPartitioningListener(IDocumentPartitioningListener listener)
          Removes the listener from this document's list of document partitioning listeners.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.