public class TreeTableNodeValue extends Object implements TreeTableNodeGetFormat
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.Func2<Object,Graphics,Rectangle> |
customPainter |
protected Object |
dataOfNode |
protected TreeTableNodeValueEditor.Editor |
editor |
protected TreeTableNodeFormat |
format |
protected TreeTableNode |
node |
protected Object |
value |
protected xyz.cofe.collection.Func2<Object,Object,TreeTableNode> |
valueReader |
protected Class |
valueType |
protected xyz.cofe.collection.Func3<Object,TreeTableNode,Object,Object> |
valueWriter |
| Constructor and Description |
|---|
TreeTableNodeValue() |
TreeTableNodeValue(Object value,
Object dataOfNode,
TreeTableNode node) |
protected Class valueType
protected Object value
protected TreeTableNodeValueEditor.Editor editor
protected xyz.cofe.collection.Func3<Object,TreeTableNode,Object,Object> valueWriter
protected xyz.cofe.collection.Func2<Object,Object,TreeTableNode> valueReader
protected Object dataOfNode
protected TreeTableNode node
protected TreeTableNodeFormat format
public TreeTableNodeValue()
public TreeTableNodeValue(Object value, Object dataOfNode, TreeTableNode node)
public Class getValueType()
public void setValueType(Class valueType)
valueType - тип отображаемых данныхpublic Object getValue()
public void setValue(Object value)
value - отображаемые данныеpublic void setCustomPainter(xyz.cofe.collection.Func2<Object,Graphics,Rectangle> customPainter)
public TreeTableNodeValueEditor.Editor getEditor()
public void setEditor(TreeTableNodeValueEditor.Editor editor)
public xyz.cofe.collection.Func3<Object,TreeTableNode,Object,Object> getValueWriter()
public void setValueWriter(xyz.cofe.collection.Func3<Object,TreeTableNode,Object,Object> valueWriter)
public xyz.cofe.collection.Func2<Object,Object,TreeTableNode> getValueReader()
public void setValueReader(xyz.cofe.collection.Func2<Object,Object,TreeTableNode> valueReader)
public Object getDataOfNode()
public void setDataOfNode(Object dataOfNode)
public TreeTableNode getNode()
public void setNode(TreeTableNode node)
public TreeTableNodeFormat getTreeTableNodeFormat()
TreeTableNodeGetFormatgetTreeTableNodeFormat in interface TreeTableNodeGetFormatpublic TreeTableNodeFormat getFormat()
public void setFormat(TreeTableNodeFormat format)
Copyright © 2019. All rights reserved.