|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDocumentPartitioner | |
org.eclipse.compare.contentmergeviewer | Support for compare and merge viewers which show the content side-by-side. |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
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 IDocumentPartitioner in org.eclipse.compare.contentmergeviewer |
Methods in org.eclipse.compare.contentmergeviewer that return IDocumentPartitioner | |
protected IDocumentPartitioner |
TextMergeViewer.getDocumentPartitioner()
Returns a document partitioner which is suitable for the underlying content type. |
Uses of IDocumentPartitioner in org.eclipse.jface.text |
Methods in org.eclipse.jface.text that return IDocumentPartitioner | |
IDocumentPartitioner |
AbstractDocument.getDocumentPartitioner()
|
IDocumentPartitioner |
IDocument.getDocumentPartitioner()
Returns this document's partitioner. |
Methods in org.eclipse.jface.text with parameters of type IDocumentPartitioner | |
void |
AbstractDocument.setDocumentPartitioner(IDocumentPartitioner partitioner)
|
void |
IDocument.setDocumentPartitioner(IDocumentPartitioner partitioner)
Sets this document's partitioner. |
Uses of IDocumentPartitioner in org.eclipse.jface.text.rules |
Classes in org.eclipse.jface.text.rules that implement IDocumentPartitioner | |
class |
DefaultPartitioner
A standard implementation of a document partitioner. |
class |
RuleBasedPartitioner
Deprecated. use DefaultPartitioner instead |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |