Uses of Interface
org.eclipse.jface.text.IDocumentPartitionerExtension3
-
Packages that use IDocumentPartitionerExtension3 Package Description org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations ofIPresentationDamager
,IPresentationRepairer
andIDocumentPartitioner
. -
-
Uses of IDocumentPartitionerExtension3 in org.eclipse.jface.text.rules
Classes in org.eclipse.jface.text.rules that implement IDocumentPartitionerExtension3 Modifier and Type Class Description class
DefaultPartitioner
Deprecated.As of 3.1, replaced byFastPartitioner
insteadclass
FastPartitioner
A standard implementation of a document partitioner.
-