Package it.unibo.alchemist.boundary.gui.view.properties
This package contains new JavaFX Properties specifically written to be java.io.Serializable and to be used as Effects properties.
See: Description
-
Class Summary Class Description SerializableStringProperty javafx.beans.property.SimpleStringProperty that implements also Serializable. RangedIntegerProperty This javafx.beans.property.IntegerProperty is designed to have a range for the wrapped value and to be serializable. PropertyFactory Factory for custom Property.SerializableEnumProperty javafx.beans.property.Property designed to wrap an enum. SerializableBooleanProperty javafx.beans.property.SimpleBooleanProperty that implements also Serializable. RangedDoubleProperty This DoubleProperty is designed to have a range for the wrapped value and to be serializable. -
Interface Summary Interface Description PropertyTypeAdapter This interface lets implement classes for JavaFX custom property serialization. -
Object Summary Object Description Companion