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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voidapplyStyles(TextStyle textStyle) Applies the styles represented by this object to the given textStyle.
- 
Constructor Details- 
Stylerpublic Styler()
 
- 
- 
Method Details- 
applyStylesApplies the styles represented by this object to the given textStyle.- Parameters:
- textStyle- the- TextStyleto modify
 
 
-