Trait that unifies JavaFX classes that contains properties indicating component's internal alignment,
represented by alignmentProperty and its respective getter and setters.
Trait that unifies JavaFX classes that contains properties indicating height and width,
represented by heightProperty and widthProperty and their respective getter and setters.
Unify classes that contains a fire() method that has no return (void)
Trait that unifies JavaFX classes that contains properties indicating localization in 2
dimensions, represented by xProperty and yProperty and their respective getter and setters.
Basic trait for all JavaFX classes wrapping.
Base trait for JavaFX enum wrappers.
Base trait for all Companion objects SFXEnumDelegate subclasses.
Contains traits and objects to help to wrap JavaFx classes in their equivalent ScalaFX classes/traits.