Methods in
org.eclipse.jface.viewers that return
StyledString
|
StyledString
|
StyledString.
append
(char ch)
Appends the string representation of the given character
to the
StyledString . |
StyledString
|
StyledString.
append
(char[] chars)
Appends the string representation of the given character array
to the
StyledString . |
StyledString
|
StyledString.
append
(char[] chars,
StyledString.Styler styler)
Appends the string representation of the given character array
with a style to the
StyledString . |
StyledString
|
StyledString.
append
(char ch,
StyledString.Styler styler)
Appends the string representation of the given character
with a style to the
StyledString . |
StyledString
|
StyledString.
append
(
String string)
Appends a string to the
StyledString . |
StyledString
|
StyledString.
append
(
String string,
StyledString.Styler styler)
Appends a string with a style to the
StyledString . |
StyledString
|
StyledString.
append
(
StyledString string)
Appends a string with styles to the
StyledString . |
protected
StyledString
|
DelegatingStyledCellLabelProvider.
getStyledText
(
Object element)
Returns the styled text for the label of the given element. |
StyledString
|
DelegatingStyledCellLabelProvider.IStyledLabelProvider.
getStyledText
(
Object element)
Returns the styled text label for the given element |
protected
StyledString
|
DecoratingStyledCellLabelProvider.
getStyledText
(
Object element)
Returns the styled text for the label of the given element. |
StyledString
|
StyledString.
insert
(char ch,
int offset)
Inserts the character at the given offset. |
static
StyledString
|
StyledCellLabelProvider.
styleDecoratedString
(
String decoratedString,
StyledString.Styler decorationStyler,
StyledString styledString)
Applies decoration styles to the decorated string and adds the styles of the previously
undecorated string. |