Package org.eclipse.jface.viewers
Class StyledString.Styler
java.lang.Object
org.eclipse.jface.viewers.StyledString.Styler
- Enclosing class:
StyledString
A styler will be asked to apply its styles to one ore more ranges in the
StyledString.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidapplyStyles(TextStyle textStyle) Applies the styles represented by this object to the given textStyle.
-
Constructor Details
-
Styler
public Styler()
-
-
Method Details
-
applyStyles
Applies the styles represented by this object to the given textStyle.- Parameters:
textStyle- theTextStyleto modify
-