Uses of Interface
org.eclipse.jface.text.rules.IPartitionTokenScanner
Packages that use IPartitionTokenScanner
Package
Description
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 IPartitionTokenScanner in org.eclipse.jface.text.rules
Classes in org.eclipse.jface.text.rules that implement IPartitionTokenScannerModifier and TypeClassDescriptionclassScanner that exclusively uses predicate rules.Fields in org.eclipse.jface.text.rules declared as IPartitionTokenScannerModifier and TypeFieldDescriptionprotected IPartitionTokenScannerDefaultPartitioner.fScannerDeprecated, for removal: This API element is subject to removal in a future version.The partitioner's scannerprotected final IPartitionTokenScannerFastPartitioner.fScannerThe partitioner's scannerConstructors in org.eclipse.jface.text.rules with parameters of type IPartitionTokenScannerModifierConstructorDescriptionDefaultPartitioner(IPartitionTokenScanner scanner, String[] legalContentTypes) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new partitioner that uses the given scanner and may return partitions of the given legal content types.FastPartitioner(IPartitionTokenScanner scanner, String[] legalContentTypes) Creates a new partitioner that uses the given scanner and may return partitions of the given legal content types.