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) |
isShowName
protected final ValueDescriptorImpl myValueDescriptor
public JavaValuePresentation(ValueDescriptorImpl valueDescriptor)
public java.lang.String getType()
getType
in class XValuePresentation
public void renderValue(XValuePresentation.XValueTextRenderer renderer)
XValuePresentation
renderer
methodsrenderValue
in class XValuePresentation
renderer
- XValuePresentation.XValueTextRenderer
instance which provides methods topublic void renderValue(XValuePresentation.XValueTextRenderer renderer, XValueNodeImpl node)
renderValue
in interface XValueCompactPresentation
public java.lang.String getSeparator()
getSeparator
in class XValuePresentation
public boolean isModified()
isModified
in class XValueExtendedPresentation