public static interface XValuePresentation.XValueTextRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
renderComment(java.lang.String comment)
Appends gray colored
comment |
void |
renderError(java.lang.String error)
Appends red colored
error |
void |
renderKeywordValue(java.lang.String value)
Appends
value highlighted as a keyword |
void |
renderNumericValue(java.lang.String value)
Appends
value highlighted as a number |
void |
renderSpecialSymbol(java.lang.String symbol)
Appends
symbol which is not part of the value |
void |
renderStringValue(java.lang.String value)
Appends
value surrounded by quotes to the node text colored as a string |
void |
renderStringValue(java.lang.String value,
java.lang.String additionalSpecialCharsToHighlight,
int maxLength)
Appends
value surrounded by quotes to the node text colored as a string |
void |
renderValue(java.lang.String value)
Appends
value with to the node text. |
void |
renderValue(java.lang.String value,
TextAttributesKey key) |
void renderValue(java.lang.String value)
value with to the node text. Invisible characters are shown in escaped form.void renderStringValue(java.lang.String value)
value surrounded by quotes to the node text colored as a stringvoid renderNumericValue(java.lang.String value)
value highlighted as a numbervoid renderKeywordValue(java.lang.String value)
value highlighted as a keywordvoid renderValue(java.lang.String value,
TextAttributesKey key)
void renderStringValue(java.lang.String value,
java.lang.String additionalSpecialCharsToHighlight,
int maxLength)
value surrounded by quotes to the node text colored as a stringvalue - value to be shownadditionalSpecialCharsToHighlight - characters which should be highlighted in a special colormaxLength - maximum number of characters to showvoid renderComment(java.lang.String comment)
commentvoid renderSpecialSymbol(java.lang.String symbol)
symbol which is not part of the valuevoid renderError(java.lang.String error)
error