Uses of Class
org.eclipse.jface.text.TextAttribute
Packages that use 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
Fields in org.eclipse.jface.text.rules declared as TextAttributeModifier and TypeFieldDescriptionprotected TextAttributeDefaultDamagerRepairer.fDefaultTextAttributeThe default text attribute if non is returned as data by the current tokenMethods in org.eclipse.jface.text.rules that return TextAttributeModifier and TypeMethodDescriptionprotected TextAttributeDefaultDamagerRepairer.getTokenTextAttribute(IToken token) Returns a text attribute encoded in the given token.Methods in org.eclipse.jface.text.rules with parameters of type TextAttributeModifier and TypeMethodDescriptionprotected voidDefaultDamagerRepairer.addRange(TextPresentation presentation, int offset, int length, TextAttribute attr) Adds style information to the given text presentation.Constructors in org.eclipse.jface.text.rules with parameters of type TextAttributeModifierConstructorDescriptionDefaultDamagerRepairer(ITokenScanner scanner, TextAttribute defaultTextAttribute) Deprecated.use DefaultDamagerRepairer(ITokenScanner) insteadRuleBasedDamagerRepairer(RuleBasedScanner scanner, TextAttribute defaultTextAttribute) Deprecated.use RuleBasedDamagerRepairer(RuleBasedScanner) instead