Uses of Class
org.eclipse.emf.compare.provider.utils.IStyledString.Style
Packages that use IStyledString.Style
-
Uses of IStyledString.Style in org.eclipse.emf.compare.provider.utils
Fields in org.eclipse.emf.compare.provider.utils declared as IStyledString.StyleModifier and TypeFieldDescriptionstatic final IStyledString.Style
IStyledString.Style.COUNTER_STYLER
Constant that will eventually map to org.eclipse.jface.viewers.StyledString.COUNTER_STYLER.static final IStyledString.Style
IStyledString.Style.DECORATIONS_STYLER
Constant that will eventually map to org.eclipse.jface.viewers.StyledString.DECORATIONS_STYLER.static final IStyledString.Style
IStyledString.Style.NO_STYLE
Instance that represent a default unstyled string.static final IStyledString.Style
IStyledString.Style.QUALIFIER_STYLER
Constant that will eventually map to org.eclipse.jface.viewers.StyledString.QUALIFIER_STYLER.Methods in org.eclipse.emf.compare.provider.utils that return IStyledString.StyleModifier and TypeMethodDescriptionIStyledString.Style.StyleBuilder.build()
Builds and returns a new Style instance regarding the values that have been given beforehands.IStyledString.getStyle()
Returns the style associated with this string.Methods in org.eclipse.emf.compare.provider.utils with parameters of type IStyledString.StyleModifier and TypeMethodDescriptionComposedStyledString.append
(String str, IStyledString.Style style) Append the given string with the given style.IStyledString.IComposedStyledString.append
(String str, IStyledString.Style style) Append the given string with the given style.Constructors in org.eclipse.emf.compare.provider.utils with parameters of type IStyledString.StyleModifierConstructorDescriptionComposedStyledString
(String text, IStyledString.Style style) Creates a new instance with the given text and the given style.