Uses of Interface
org.eclipse.jface.text.rules.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
Modifier and TypeClassDescriptionclass
Scanner that exclusively uses predicate rules.Modifier and TypeFieldDescriptionprotected IPartitionTokenScanner
DefaultPartitioner.fScanner
Deprecated.The partitioner's scannerprotected final IPartitionTokenScanner
FastPartitioner.fScanner
The partitioner's scannerModifierConstructorDescriptionDefaultPartitioner
(IPartitionTokenScanner scanner, String[] legalContentTypes) Deprecated.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.