Package it.unibo.alchemist.boundary.fxui.properties.internal

Types

Link copied to clipboard
class PropertyFactory
Factory for custom Property.
Link copied to clipboard
open class RangedIntegerProperty : IntegerPropertyBase, Serializable
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
javafx.beans.property.SimpleBooleanProperty that implements also Serializable.
Link copied to clipboard
open class SerializableEnumProperty<T : Enum<T>?> : ObjectPropertyBase<T> , Serializable
javafx.beans.property.Property designed to wrap an enum.
Link copied to clipboard
open class SerializableStringProperty : StringPropertyBase, Serializable
javafx.beans.property.SimpleStringProperty that implements also Serializable.