Uses of Interface
org.eclipse.jface.text.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
Modifier 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.ModifierConstructorDescriptionTypedPosition
(ITypedRegion region) Creates a position based on the typed region. -
Uses of ITypedRegion in org.eclipse.jface.text.presentation
Modifier 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
Modifier and TypeClassDescriptionclass
A dirty region describes a document range which has been changed. -
Uses of ITypedRegion in org.eclipse.jface.text.rules
Modifier and TypeMethodDescriptionDefaultPartitioner.computePartitioning
(int offset, int length) Deprecated.DefaultPartitioner.computePartitioning
(int offset, int length, boolean includeZeroLengthPartitions) Deprecated.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.DefaultPartitioner.getPartition
(int offset, boolean preferOpenPartitions) Deprecated.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.Modifier 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
Modifier 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.