Uses of Interface
org.eclipse.jface.text.IDocumentPartitionerExtension
-
Packages that use IDocumentPartitionerExtension 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 IDocumentPartitionerExtension in org.eclipse.jface.text.rules
Classes in org.eclipse.jface.text.rules that implement IDocumentPartitionerExtension Modifier and Type Class Description class
DefaultPartitioner
Deprecated.As of 3.1, replaced byFastPartitioner
insteadclass
FastPartitioner
A standard implementation of a document partitioner.class
RuleBasedPartitioner
Deprecated.useFastPartitioner
instead
-