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 IDocumentPartitionerTextMergeViewer.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 IDocumentPartitionerStructureCreator.getDocumentPartitioner()Returns the partitioner to be associated with the document ornullis 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 ornullif 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 voidAbstractDocument.checkStateOfPartitioner(IDocumentPartitioner partitioner, String partitioning) Checks the state for the given partitioner and stops the active rewrite session.voidAbstractDocument.setDocumentPartitioner(String partitioning, IDocumentPartitioner partitioner) voidAbstractDocument.setDocumentPartitioner(IDocumentPartitioner partitioner) voidIDocument.setDocumentPartitioner(IDocumentPartitioner partitioner) Sets this document's partitioner.voidIDocumentExtension3.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 voidTextUtilities.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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classA standard implementation of a document partitioner.classDeprecated.useFastPartitionerinstead -
Uses of IDocumentPartitioner in org.eclipse.ui.console
Subinterfaces of IDocumentPartitioner in org.eclipse.ui.consoleModifier and TypeInterfaceDescriptioninterfaceA document partitioner for a text console.
FastPartitionerinstead