public class ConfigFXValue
extends ConfigFX
Created by darksnake on 01-May-17.
Constructor and Description |
---|
ConfigFXValue(java.lang.String name,
ConfigFXNode parent)
Created by darksnake on 01-May-17.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.value.ObservableStringValue |
getDescriptionProperty() |
ValueDescriptor |
getDescriptor() |
Value |
getValue() |
ValueChooser |
getValueChooser() |
void |
invalidate() |
void |
invalidateNode(Name path) |
void |
invalidateValue(Name path) |
javafx.beans.value.ObservableBooleanValue |
isEmpty() |
void |
remove()
remove itself from parent
|
void |
setValue(Value value) |
getDescriptionProperty, getName, getNameProperty, getParent, invalidate, invalidateNode, invalidateValue, isEmpty, remove
public ConfigFXValue(java.lang.String name, ConfigFXNode parent)
Created by darksnake on 01-May-17.
public ValueDescriptor getDescriptor()
public javafx.beans.value.ObservableStringValue getDescriptionProperty()
public javafx.beans.value.ObservableBooleanValue isEmpty()
public Value getValue()
public void setValue(Value value)
public void remove()
remove itself from parent
public void invalidate()
public void invalidateValue(Name path)
public void invalidateNode(Name path)
public ValueChooser getValueChooser()