Basics
Guides
API Reference
Basics
Guides
API Reference
[15:7] extends: PropertyViewFactory
Wraps FXGL's ColorPropertyViewFactory (com.almasb.fxgl.ui.property.ColorPropertyViewFactory), a concrete PropertyViewFactory that builds a JavaFX ColorPicker bidirectionally bound to a Color ObjectProperty. No constructor arguments.
ColorPropertyViewFactory ()
Creates a new ColorPropertyViewFactory.
adopt (object Ajo)
Wraps an existing factory AussomJavaObject.
Ajo is an AussomJavaObject around a ColorPropertyViewFactory.A new wrapper.makeView (object PropAjo)
Builds the view Node for the supplied Color ObjectProperty AJO.
onPropertyChanged (object PropAjo, object ViewAjo)
Pushes a property change to the view.
onViewChanged (object PropAjo, object ViewAjo)
Pulls a view-side change back into the property.

Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.