public class PropertyValue extends FormattedValue implements TreeTableNodeGetFormat
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeValueEditor.Editor |
editor |
protected Throwable |
error |
protected Property |
property |
format, value| Constructor and Description |
|---|
PropertyValue() |
PropertyValue(Property prop,
Object value,
Throwable err) |
PropertyValue(PropertyValue sample) |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeValueEditor.Editor |
getEditor() |
Throwable |
getError() |
Property |
getProperty() |
void |
setEditor(TreeTableNodeValueEditor.Editor editor) |
void |
setError(Throwable error) |
void |
setProperty(Property property) |
getFormat, getTreeTableNodeFormat, getValue, setFormat, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTreeTableNodeFormatprotected Property property
protected Throwable error
protected TreeTableNodeValueEditor.Editor editor
public PropertyValue()
public PropertyValue(PropertyValue sample)
public Property getProperty()
public void setProperty(Property property)
public Throwable getError()
public void setError(Throwable error)
public TreeTableNodeValueEditor.Editor getEditor()
public void setEditor(TreeTableNodeValueEditor.Editor editor)
Copyright © 2018. All rights reserved.