Package | Description |
---|---|
org.eclipse.emf.compare.provider.utils |
Modifier and Type | Field and Description |
---|---|
static IStyledString.Style |
IStyledString.Style.COUNTER_STYLER
Constant that will eventually map to org.eclipse.jface.viewers.StyledString.COUNTER_STYLER.
|
static IStyledString.Style |
IStyledString.Style.DECORATIONS_STYLER
Constant that will eventually map to org.eclipse.jface.viewers.StyledString.DECORATIONS_STYLER.
|
static IStyledString.Style |
IStyledString.Style.NO_STYLE
Instance that represent a default unstyled string.
|
static IStyledString.Style |
IStyledString.Style.QUALIFIER_STYLER
Constant that will eventually map to org.eclipse.jface.viewers.StyledString.QUALIFIER_STYLER.
|
Modifier and Type | Method and Description |
---|---|
IStyledString.Style |
IStyledString.Style.StyleBuilder.build()
Builds and returns a new Style instance regarding the values that have been given beforehands.
|
IStyledString.Style |
IStyledString.getStyle()
Returns the style associated with this string.
|
Modifier and Type | Method and Description |
---|---|
IStyledString.IComposedStyledString |
IStyledString.IComposedStyledString.append(String str,
IStyledString.Style style)
Append the given string with the given style.
|
IStyledString.IComposedStyledString |
ComposedStyledString.append(String str,
IStyledString.Style style)
Append the given string with the given style.
|
Constructor and Description |
---|
ComposedStyledString(String text,
IStyledString.Style style)
Creates a new instance with the given text and the given style.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.