|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleBasedScanner | |
---|---|
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. |
Uses of RuleBasedScanner in org.eclipse.jface.text.rules |
---|
Subclasses of RuleBasedScanner in org.eclipse.jface.text.rules | |
class |
BufferedRuleBasedScanner
A buffered rule based scanner. |
class |
RuleBasedPartitionScanner
Scanner that exclusively uses predicate rules. |
Fields in org.eclipse.jface.text.rules declared as RuleBasedScanner | |
protected RuleBasedScanner |
RuleBasedPartitioner.fScanner
Deprecated. The partitioner's scanner |
Constructors in org.eclipse.jface.text.rules with parameters of type RuleBasedScanner | |
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. |
|
RuleBasedDamagerRepairer(RuleBasedScanner scanner,
TextAttribute defaultTextAttribute)
Deprecated. use RuleBasedDamagerRepairer(RuleBasedScanner) instead |
|
RuleBasedDamagerRepairer(RuleBasedScanner scanner)
Deprecated. Creates a damager/repairer that uses the given scanner. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.