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
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
applyStyles
(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
- theTextStyle
to modify
-