T - The type of the property that the OptionEditor is responsible
for editing.OptionEditorBasepublic interface OptionEditor<T>
SettingsPane control.| Type | Property | Description |
|---|---|---|
javafx.beans.property.Property<T> |
value |
Returns the value property bound to this editor
|
| Modifier and Type | Method | Description |
|---|---|---|
javafx.scene.Node |
getEditor() |
Returns the editor responsible for editing this option.
|
T |
getValue() |
Returns the current value in the editor
|
void |
setValue(T value) |
Sets the value to display in the editor
|
javafx.beans.property.Property<T> |
valueProperty() |
Returns the value property bound to this editor
|
javafx.beans.property.Property<T> valueProperty
getValue(),
setValue(T)javafx.scene.Node getEditor()
Node used for editing this optionjavafx.beans.property.Property<T> valueProperty()
getValue(),
setValue(T)T getValue()
void setValue(T value)
value - sets the value to display in the editor, of type T