Uses of Interface
org.eclipse.jface.text.ITypedRegion
Packages that use ITypedRegion
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a presentation reconciler add-on for an
ITextViewer
.Provides a reconciler add-on for an
ITextViewer
.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 ITypedRegion in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement ITypedRegionMethods in org.eclipse.jface.text that return ITypedRegionModifier and TypeMethodDescriptionAbstractDocument.computePartitioning
(int offset, int length) AbstractDocument.computePartitioning
(String partitioning, int offset, int length, boolean includeZeroLengthPartitions) IDocument.computePartitioning
(int offset, int length) Computes the partitioning of the given document range using the document's partitioner.IDocumentExtension3.computePartitioning
(String partitioning, int offset, int length, boolean includeZeroLengthPartitions) Computes the partitioning of the given document range based on the given partitioning type.IDocumentPartitioner.computePartitioning
(int offset, int length) Returns the partitioning of the given range of the connected document.IDocumentPartitionerExtension2.computePartitioning
(int offset, int length, boolean includeZeroLengthPartitions) Returns the partitioning of the given range of the connected document.static ITypedRegion[]
TextUtilities.computePartitioning
(IDocument document, String partitioning, int offset, int length, boolean includeZeroLengthPartitions) Computes and returns the partitioning for the given region of the given document for the given partitioning name.AbstractDocument.getPartition
(int offset) AbstractDocument.getPartition
(String partitioning, int offset, boolean preferOpenPartitions) IDocument.getPartition
(int offset) Returns the document partition in which the position is located.IDocumentExtension3.getPartition
(String partitioning, int offset, boolean preferOpenPartitions) Returns the document partition of the given partitioning in which the given offset is located.IDocumentPartitioner.getPartition
(int offset) Returns the partition containing the given offset of the connected document.IDocumentPartitionerExtension2.getPartition
(int offset, boolean preferOpenPartitions) Returns the partition containing the given offset of the connected document.static ITypedRegion
TextUtilities.getPartition
(IDocument document, String partitioning, int offset, boolean preferOpenPartitions) Returns the partition of the given offset of the given document.Constructors in org.eclipse.jface.text with parameters of type ITypedRegionModifierConstructorDescriptionTypedPosition
(ITypedRegion region) Creates a position based on the typed region. -
Uses of ITypedRegion in org.eclipse.jface.text.presentation
Methods in org.eclipse.jface.text.presentation with parameters of type ITypedRegionModifier and TypeMethodDescriptionvoid
IPresentationRepairer.createPresentation
(TextPresentation presentation, ITypedRegion damage) Fills the given presentation with the style ranges which when applied to the presentation reconciler's text viewer repair the presentation damage described by the given region.IPresentationDamager.getDamageRegion
(ITypedRegion partition, DocumentEvent event, boolean documentPartitioningChanged) Returns the damage in the document's presentation caused by the given document change. -
Uses of ITypedRegion in org.eclipse.jface.text.reconciler
Classes in org.eclipse.jface.text.reconciler that implement ITypedRegionModifier and TypeClassDescriptionclass
A dirty region describes a document range which has been changed. -
Uses of ITypedRegion in org.eclipse.jface.text.rules
Methods in org.eclipse.jface.text.rules that return ITypedRegionModifier and TypeMethodDescriptionDefaultPartitioner.computePartitioning
(int offset, int length) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPartitioner.computePartitioning
(int offset, int length, boolean includeZeroLengthPartitions) Deprecated, for removal: This API element is subject to removal in a future version.final ITypedRegion[]
FastPartitioner.computePartitioning
(int offset, int length) FastPartitioner.computePartitioning
(int offset, int length, boolean includeZeroLengthPartitions) Returns the partitioning of the given range of the connected document.RuleBasedPartitioner.computePartitioning
(int offset, int length) Deprecated.RuleBasedPartitioner.computePartitioning
(int offset, int length, boolean includeZeroLengthPartitions) Deprecated.DefaultPartitioner.getPartition
(int offset) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPartitioner.getPartition
(int offset, boolean preferOpenPartitions) Deprecated, for removal: This API element is subject to removal in a future version.FastPartitioner.getPartition
(int offset) Returns the partition containing the given offset of the connected document.FastPartitioner.getPartition
(int offset, boolean preferOpenPartitions) Returns the partition containing the given offset of the connected document.RuleBasedPartitioner.getPartition
(int offset) Deprecated.RuleBasedPartitioner.getPartition
(int offset, boolean preferOpenPartitions) Deprecated.Methods in org.eclipse.jface.text.rules with parameters of type ITypedRegionModifier and TypeMethodDescriptionvoid
DefaultDamagerRepairer.createPresentation
(TextPresentation presentation, ITypedRegion region) DefaultDamagerRepairer.getDamageRegion
(ITypedRegion partition, DocumentEvent e, boolean documentPartitioningChanged) Returns the damage in the document's presentation caused by the given document change. -
Uses of ITypedRegion in org.eclipse.ui.console
Methods in org.eclipse.ui.console that return ITypedRegionModifier and TypeMethodDescriptionIConsoleDocumentPartitionerExtension.computeReadOnlyPartitions()
Returns all partitions which are read-only.IConsoleDocumentPartitionerExtension.computeReadOnlyPartitions
(int offset, int length) Returns all read-only partitions in given range.IConsoleDocumentPartitionerExtension.computeWritablePartitions()
Returns all partitions which are writable.IConsoleDocumentPartitionerExtension.computeWritablePartitions
(int offset, int length) Returns all writable partitions in given range.