scalafx

delegate

package delegate

Contains traits and objects to help to wrap JavaFx classes in their equivalent ScalaFX classes/traits.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. delegate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AlignmentDelegate[J <: Aligned] extends SFXDelegate[J]

    Trait that unifies JavaFX classes that contains properties indicating component's internal alignment, represented by alignmentProperty and its respective getter and setters.

  2. trait AlignmentPropertyDelegate extends SFXDelegate[ReadOnlyObjectProperty[_]]

  3. trait DelegateIncludes extends AnyRef

  4. trait DimensionDelegate[J <: Dimensioned] extends SFXDelegate[J]

    Trait that unifies JavaFX classes that contains properties indicating height and width, represented by heightProperty and widthProperty and their respective getter and setters.

  5. trait FireDelegate[J <: Fired] extends SFXDelegate[J]

    Unify classes that contains a fire() method that has no return (void)

  6. trait PositionDelegate[J <: Positioned] extends SFXDelegate[J]

    Trait that unifies JavaFX classes that contains properties indicating localization in 2 dimensions, represented by xProperty and yProperty and their respective getter and setters.

  7. trait SFXDelegate[+D <: AnyRef] extends AnyRef

    Basic trait for all JavaFX classes wrapping.

  8. trait SFXEnumDelegate[E <: Enum[E]] extends SFXDelegate[E]

    Base trait for JavaFX enum wrappers.

  9. trait SFXEnumDelegateCompanion[E <: Enum[E], S <: SFXEnumDelegate[E]] extends AnyRef

    Base trait for all Companion objects SFXEnumDelegate subclasses.

Value Members

  1. object AlignmentDelegate

  2. object DelegateIncludes extends DelegateIncludes

  3. object DimensionDelegate

  4. object FireDelegate

  5. object PositionDelegate

Inherited from AnyRef

Inherited from Any

Ungrouped