Basics
Guides
API Reference
Basics
Guides
API Reference
[17:7] extends: TextField
Wraps FXGL's DoublePropertyView, a JavaFX TextField subclass bidirectionally bound to an ObservableDoubleValue. Edits in the field update the property; updates to the property refresh the field. Read-only properties disable the field automatically. Pass a JavaFX DoubleProperty (typically from a PropertyMap's doubleProperty(name)) at construction.
DoublePropertyView (object Prop)
Creates a new DoublePropertyView bound to the given property.
Prop is an AussomJavaObject around an ObservableDoubleValue (for example fxgl.PropertyMap.doubleProperty result).getText ()
Returns the current displayed text (the property value as a string).
A string.setText (string Text)
Sets the displayed text. The bound property updates as well.
Text is the new text.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.