Uses of Interface
org.eclipse.jface.text.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
Modifier 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
Modifier 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
Modifier 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.Modifier 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.Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
Deprecated.class
A standard implementation of a document partitioner.class
Deprecated.useFastPartitioner
instead -
Uses of IDocumentPartitioner in org.eclipse.ui.console
Modifier and TypeInterfaceDescriptioninterface
A document partitioner for a text console.
FastPartitioner
instead