Package it.unibo.alchemist.boundary.fxui.properties.internal
Types
Link copied to clipboard
Factory for custom
Property
.Link copied to clipboard
This javafx.beans.property.IntegerProperty is designed to have a range for the wrapped value and to be serializable.
Link copied to clipboard
open class SerializableBooleanProperty : BooleanPropertyBase, Serializable
Content copied to clipboard
javafx.beans.property.SimpleBooleanProperty that implements also Serializable.
Link copied to clipboard
open class SerializableEnumProperty<T : Enum<T>?> : ObjectPropertyBase<T> , Serializable
Content copied to clipboard
javafx.beans.property.Property designed to wrap an enum.
Link copied to clipboard
javafx.beans.property.SimpleStringProperty that implements also Serializable.