Eclipse Platform
Release 3.0

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

Packages that use IDocumentPartitioner
org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side.  
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations of IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.  
 

Uses of IDocumentPartitioner in org.eclipse.compare.contentmergeviewer
 

Methods in org.eclipse.compare.contentmergeviewer that return IDocumentPartitioner
protected  IDocumentPartitioner TextMergeViewer.getDocumentPartitioner()
          Returns a document partitioner which is suitable for the underlying content type.
 

Uses of IDocumentPartitioner in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that return IDocumentPartitioner
 IDocumentPartitioner IDocument.getDocumentPartitioner()
          Returns this document's partitioner.
 IDocumentPartitioner IDocumentExtension3.getDocumentPartitioner(String partitioning)
          Returns the partitioner for the given partitioning or null if no partitioner is registered.
 IDocumentPartitioner AbstractDocument.getDocumentPartitioner()
           
 IDocumentPartitioner AbstractDocument.getDocumentPartitioner(String partitioning)
           
 

Methods in org.eclipse.jface.text with parameters of type IDocumentPartitioner
 void IDocument.setDocumentPartitioner(IDocumentPartitioner partitioner)
          Sets this document's partitioner.
 void IDocumentExtension3.setDocumentPartitioner(String partitioning, IDocumentPartitioner partitioner)
          Sets this document's partitioner.
 void AbstractDocument.setDocumentPartitioner(IDocumentPartitioner partitioner)
           
 void AbstractDocument.setDocumentPartitioner(String partitioning, IDocumentPartitioner partitioner)
           
 

Uses of IDocumentPartitioner in org.eclipse.jface.text.rules
 

Classes in org.eclipse.jface.text.rules that implement IDocumentPartitioner
 class DefaultPartitioner
          A standard implementation of a document partitioner.
 class RuleBasedPartitioner
          Deprecated. use DefaultPartitioner instead
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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