public class JavaValuePresentation extends XValueExtendedPresentation implements XValueCompactPresentation
XValuePresentation.XValueTextRenderer| Modifier and Type | Field and Description |
|---|---|
protected ValueDescriptorImpl |
myValueDescriptor |
DEFAULT_SEPARATOR| Constructor and Description |
|---|
JavaValuePresentation(ValueDescriptorImpl valueDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSeparator() |
java.lang.String |
getType() |
boolean |
isModified() |
void |
renderValue(XValuePresentation.XValueTextRenderer renderer)
Renders value text by delegating to
renderer methods |
void |
renderValue(XValuePresentation.XValueTextRenderer renderer,
XValueNodeImpl node) |
isShowNameprotected final ValueDescriptorImpl myValueDescriptor
public JavaValuePresentation(ValueDescriptorImpl valueDescriptor)
public java.lang.String getType()
getType in class XValuePresentationpublic void renderValue(XValuePresentation.XValueTextRenderer renderer)
XValuePresentationrenderer methodsrenderValue in class XValuePresentationrenderer - XValuePresentation.XValueTextRenderer instance which provides methods topublic void renderValue(XValuePresentation.XValueTextRenderer renderer, XValueNodeImpl node)
renderValue in interface XValueCompactPresentationpublic java.lang.String getSeparator()
getSeparator in class XValuePresentationpublic boolean isModified()
isModified in class XValueExtendedPresentation