Creates a ComboBox for the given OneOfNProperty
Creates a Spinner for the given FloatProperty
Creates a Spinner for the given FloatProperty
Creates a Spinner for the given IntProperty
Creates a ToggleButton for the given BooleanProperty
A factory that makes GUI controls for the different types of Properties, and sets them up to keep their states synched. That is, changes to the property will cause the GUI elements to change state when appropriate, and acting on the controls will change the values stored in the properties.
This synching is implemented primarily for the benefit of XML resore mechanism built into Properties; restoring the state of a Property from a XML file will cause its associated UI elements to be restored as well.