Uses of Interface
org.eclipse.jface.text.IDocumentPartitioner
Packages that use IDocumentPartitioner
Package
Description
Support for compare and merge viewers which show the
content side-by-side.
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides a framework for creating and manipulating text documents.
Provides a framework for rule based text scanning
and uses the framework to provide rule-driven default implementations of
IPresentationDamager
, IPresentationRepairer
and IDocumentPartitioner
.Application programming interfaces for interaction
with the Eclipse console.
-
Uses of IDocumentPartitioner in org.eclipse.compare.contentmergeviewer
Methods in org.eclipse.compare.contentmergeviewer that return IDocumentPartitionerModifier and TypeMethodDescriptionprotected IDocumentPartitioner
TextMergeViewer.getDocumentPartitioner()
Returns a document partitioner which is suitable for the underlying content type. -
Uses of IDocumentPartitioner in org.eclipse.compare.structuremergeviewer
Methods in org.eclipse.compare.structuremergeviewer that return IDocumentPartitionerModifier and TypeMethodDescriptionprotected IDocumentPartitioner
StructureCreator.getDocumentPartitioner()
Returns the partitioner to be associated with the document ornull
is partitioning is not needed or if the subclass overrodeStructureCreator.setupDocument(IDocument)
directly. -
Uses of IDocumentPartitioner in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return IDocumentPartitionerModifier and TypeMethodDescriptionAbstractDocument.getDocumentPartitioner()
AbstractDocument.getDocumentPartitioner
(String partitioning) IDocument.getDocumentPartitioner()
Returns this document's partitioner.IDocumentExtension3.getDocumentPartitioner
(String partitioning) Returns the partitioner for the given partitioning ornull
if no partitioner is registered.Methods in org.eclipse.jface.text that return types with arguments of type IDocumentPartitionerModifier and TypeMethodDescriptionstatic Map<String,
IDocumentPartitioner> TextUtilities.removeDocumentPartitioners
(IDocument document) Removes all connected document partitioners from the given document and stores them under their partitioning name in a map.Methods in org.eclipse.jface.text with parameters of type IDocumentPartitionerModifier and TypeMethodDescriptionprotected final void
AbstractDocument.checkStateOfPartitioner
(IDocumentPartitioner partitioner, String partitioning) Checks the state for the given partitioner and stops the active rewrite session.void
AbstractDocument.setDocumentPartitioner
(String partitioning, IDocumentPartitioner partitioner) void
AbstractDocument.setDocumentPartitioner
(IDocumentPartitioner partitioner) void
IDocument.setDocumentPartitioner
(IDocumentPartitioner partitioner) Sets this document's partitioner.void
IDocumentExtension3.setDocumentPartitioner
(String partitioning, IDocumentPartitioner partitioner) Sets this document's partitioner.Method parameters in org.eclipse.jface.text with type arguments of type IDocumentPartitionerModifier and TypeMethodDescriptionstatic void
TextUtilities.addDocumentPartitioners
(IDocument document, Map<String, ? extends IDocumentPartitioner> partitioners) Connects the given document with all document partitioners stored in the given map under their partitioning name. -
Uses of IDocumentPartitioner in org.eclipse.jface.text.rules
Classes in org.eclipse.jface.text.rules that implement IDocumentPartitionerModifier and TypeClassDescriptionclass
Deprecated.class
A standard implementation of a document partitioner.class
Deprecated.useFastPartitioner
instead -
Uses of IDocumentPartitioner in org.eclipse.ui.console
Subinterfaces of IDocumentPartitioner in org.eclipse.ui.consoleModifier and TypeInterfaceDescriptioninterface
A document partitioner for a text console.
FastPartitioner
instead