Uses of Class
org.eclipse.jface.text.TextAttribute
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 TextAttribute in org.eclipse.jface.text.rules
Modifier and TypeFieldDescriptionprotected TextAttribute
DefaultDamagerRepairer.fDefaultTextAttribute
The default text attribute if non is returned as data by the current tokenModifier and TypeMethodDescriptionprotected TextAttribute
DefaultDamagerRepairer.getTokenTextAttribute
(IToken token) Returns a text attribute encoded in the given token.Modifier and TypeMethodDescriptionprotected void
DefaultDamagerRepairer.addRange
(TextPresentation presentation, int offset, int length, TextAttribute attr) Adds style information to the given text presentation.ModifierConstructorDescriptionDefaultDamagerRepairer
(ITokenScanner scanner, TextAttribute defaultTextAttribute) Deprecated.use DefaultDamagerRepairer(ITokenScanner) insteadRuleBasedDamagerRepairer
(RuleBasedScanner scanner, TextAttribute defaultTextAttribute) Deprecated.use RuleBasedDamagerRepairer(RuleBasedScanner) instead