Eclipse Platform
Release 3.0

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 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.
 void AbstractDocument.addDocumentPartitioningListener(IDocumentPartitioningListener listener)
           
 void AbstractDocument.removeDocumentPartitioningListener(IDocumentPartitioningListener listener)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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