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.
Trait that unifies JavaFX classes that contains properties indicating height and width,
represented by heightProperty
and widthProperty
and their respective getter and setters.
Original JavaFX type that contains height
and width
properties.
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.
Basic trait for all JavaFX classes wrapping.
JavaFX class to be wrapped.
Base trait for JavaFX enum
wrappers.
Base trait for JavaFX enum
wrappers.
Original JavaFX enum
Base trait for all Companion objects SFXEnumDelegate
subclasses.
Base trait for all Companion objects SFXEnumDelegate
subclasses. It mirrors static methods for
Enum
.
Original JavaFX enum
SFXEnumDelegate
that wrappers E
Contains traits and objects to help to wrap JavaFx classes in their equivalent ScalaFX classes/traits.