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 of
IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.
|
Modifier and Type | Class and Description |
---|---|
class |
RuleBasedPartitionScanner
Scanner that exclusively uses predicate rules.
|
Modifier and Type | Field and Description |
---|---|
protected IPartitionTokenScanner |
DefaultPartitioner.fScanner
Deprecated.
The partitioner's scanner
|
protected IPartitionTokenScanner |
FastPartitioner.fScanner
The partitioner's scanner
|
Constructor and Description |
---|
DefaultPartitioner(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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.