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,IPresentationRepairerandIDocumentPartitioner. -
-
Uses of IDocumentPartitionerExtension in org.eclipse.jface.text.rules
Classes in org.eclipse.jface.text.rules that implement IDocumentPartitionerExtension Modifier and Type Class Description classDefaultPartitionerDeprecated.As of 3.1, replaced byFastPartitionerinsteadclassFastPartitionerA standard implementation of a document partitioner.classRuleBasedPartitionerDeprecated.useFastPartitionerinstead
-