|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITypedRegion | |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
org.eclipse.jface.text.presentation | Provides a presentation reconciler add-on for an ITextViewer. |
org.eclipse.jface.text.reconciler | Provides a reconciler add-on for an ITextViewer. |
org.eclipse.jface.text.rules | Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations of IPresentationDamager, IPresentationRepairer and IDocumentPartitioner. |
Uses of ITypedRegion in org.eclipse.jface.text |
Classes in org.eclipse.jface.text that implement ITypedRegion | |
class |
TypedRegion
Default implementation of ITypedRegion . |
Methods in org.eclipse.jface.text that return ITypedRegion | |
ITypedRegion |
AbstractDocument.getPartition(int offset)
|
ITypedRegion[] |
AbstractDocument.computePartitioning(int offset,
int length)
|
ITypedRegion |
IDocument.getPartition(int offset)
Returns the document partition in which the position is located. |
ITypedRegion[] |
IDocument.computePartitioning(int offset,
int length)
Computes the partitioning of the given document range using the document's partitioner. |
ITypedRegion[] |
IDocumentPartitioner.computePartitioning(int offset,
int length)
Returns the partitioning of the given range of the connected document. |
ITypedRegion |
IDocumentPartitioner.getPartition(int offset)
Returns the partition containing the given offset of the connected document. |
Constructors in org.eclipse.jface.text with parameters of type ITypedRegion | |
TypedPosition(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 ITypedRegion | |
void |
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 presentational damage described by the given region. |
IRegion |
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 ITypedRegion | |
class |
DirtyRegion
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 ITypedRegion | |
ITypedRegion |
RuleBasedPartitioner.getPartition(int offset)
Deprecated. |
ITypedRegion[] |
RuleBasedPartitioner.computePartitioning(int offset,
int length)
Deprecated. |
ITypedRegion |
DefaultPartitioner.getPartition(int offset)
|
ITypedRegion[] |
DefaultPartitioner.computePartitioning(int offset,
int length)
|
Methods in org.eclipse.jface.text.rules with parameters of type ITypedRegion | |
IRegion |
DefaultDamagerRepairer.getDamageRegion(ITypedRegion partition,
DocumentEvent e,
boolean documentPartitioningChanged)
|
void |
DefaultDamagerRepairer.createPresentation(TextPresentation presentation,
ITypedRegion region)
|
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |