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 |
BufferedRuleBasedScanner
A buffered rule based scanner.
|
class |
RuleBasedPartitionScanner
Scanner that exclusively uses predicate rules.
|
Modifier and Type | Field and Description |
---|---|
protected RuleBasedScanner |
RuleBasedPartitioner.fScanner
Deprecated.
The partitioner's scanner
|
Constructor and Description |
---|
RuleBasedDamagerRepairer(RuleBasedScanner scanner)
Deprecated.
Creates a damager/repairer that uses the given scanner.
|
RuleBasedDamagerRepairer(RuleBasedScanner scanner,
TextAttribute defaultTextAttribute)
Deprecated.
use RuleBasedDamagerRepairer(RuleBasedScanner) instead
|
RuleBasedPartitioner(RuleBasedScanner scanner,
String[] legalContentTypes)
Deprecated.
Creates a new partitioner that uses the given scanner and may return
partitions of the given legal content types.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.