|
|
|
|
Uses of Interface org.eclipse.jface.text.ITypedRegion
Methods in
org.eclipse.jface.text that return
ITypedRegion
|
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. |
ITypedRegion[]
|
IDocumentPartitioner.
computePartitioning
(int offset,
int length)
Returns the partitioning of the given range of the connected
document. |
ITypedRegion[]
|
AbstractDocument.
computePartitioning
(int offset,
int length)
|
ITypedRegion[]
|
IDocument.
computePartitioning
(int offset,
int length)
Computes the partitioning of the given document range using the
document's partitioner. |
ITypedRegion[]
|
IDocumentPartitionerExtension2.
computePartitioning
(int offset,
int length,
boolean includeZeroLengthPartitions)
Returns the partitioning of the given range of the connected document. |
ITypedRegion[]
|
AbstractDocument.
computePartitioning
(
String partitioning,
int offset,
int length,
boolean includeZeroLengthPartitions)
|
ITypedRegion[]
|
IDocumentExtension3.
computePartitioning
(
String partitioning,
int offset,
int length,
boolean includeZeroLengthPartitions)
Computes the partitioning of the given document range based on the given
partitioning type. |
static
ITypedRegion
|
TextUtilities.
getPartition
(
IDocument document,
String partitioning,
int offset,
boolean preferOpenPartitions)
Returns the partition of the given offset of the given document. |
ITypedRegion
|
IDocumentPartitioner.
getPartition
(int offset)
Returns the partition containing the given offset of
the connected document. |
ITypedRegion
|
AbstractDocument.
getPartition
(int offset)
|
ITypedRegion
|
IDocument.
getPartition
(int offset)
Returns the document partition in which the position is located. |
ITypedRegion
|
IDocumentPartitionerExtension2.
getPartition
(int offset,
boolean preferOpenPartitions)
Returns the partition containing the given offset of the connected
document. |
ITypedRegion
|
AbstractDocument.
getPartition
(
String partitioning,
int offset,
boolean preferOpenPartitions)
|
ITypedRegion
|
IDocumentExtension3.
getPartition
(
String partitioning,
int offset,
boolean preferOpenPartitions)
Returns the document partition of the given partitioning in which the
given offset is located. |
Methods in
org.eclipse.jface.text.rules that return
ITypedRegion
|
ITypedRegion[]
|
RuleBasedPartitioner.
computePartitioning
(int offset,
int length)
Deprecated. |
ITypedRegion[]
|
FastPartitioner.
computePartitioning
(int offset,
int length)
|
ITypedRegion[]
|
DefaultPartitioner.
computePartitioning
(int offset,
int length)
Deprecated. |
ITypedRegion[]
|
RuleBasedPartitioner.
computePartitioning
(int offset,
int length,
boolean includeZeroLengthPartitions)
Deprecated. |
ITypedRegion[]
|
FastPartitioner.
computePartitioning
(int offset,
int length,
boolean includeZeroLengthPartitions)
Returns the partitioning of the given range of the connected document. |
ITypedRegion[]
|
DefaultPartitioner.
computePartitioning
(int offset,
int length,
boolean includeZeroLengthPartitions)
Deprecated. |
ITypedRegion
|
RuleBasedPartitioner.
getPartition
(int offset)
Deprecated. |
ITypedRegion
|
FastPartitioner.
getPartition
(int offset)
Returns the partition containing the given offset of
the connected document. |
ITypedRegion
|
DefaultPartitioner.
getPartition
(int offset)
Deprecated. |
ITypedRegion
|
RuleBasedPartitioner.
getPartition
(int offset,
boolean preferOpenPartitions)
Deprecated. |
ITypedRegion
|
FastPartitioner.
getPartition
(int offset,
boolean preferOpenPartitions)
Returns the partition containing the given offset of the connected
document. |
ITypedRegion
|
DefaultPartitioner.
getPartition
(int offset,
boolean preferOpenPartitions)
Deprecated. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|