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 | Field and Description |
---|---|
protected TextAttribute |
DefaultDamagerRepairer.fDefaultTextAttribute
The default text attribute if non is returned as data by the current token
|
Modifier and Type | Method and Description |
---|---|
protected TextAttribute |
DefaultDamagerRepairer.getTokenTextAttribute(IToken token)
Returns a text attribute encoded in the given token.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultDamagerRepairer.addRange(TextPresentation presentation,
int offset,
int length,
TextAttribute attr)
Adds style information to the given text presentation.
|
Constructor and Description |
---|
DefaultDamagerRepairer(ITokenScanner scanner,
TextAttribute defaultTextAttribute)
Deprecated.
use DefaultDamagerRepairer(ITokenScanner) instead
|
RuleBasedDamagerRepairer(RuleBasedScanner scanner,
TextAttribute defaultTextAttribute)
Deprecated.
use RuleBasedDamagerRepairer(RuleBasedScanner) instead
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.