Packages

trait CellIncludes extends AnyRef

Contains implcit methods to convert from javafx.scene.control.cell Classes/Traits to their ScalaFX counterparts.

Source
CellIncludes.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellIncludes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. implicit def jfxCheckBoxListCell2sfx[T](cell: javafx.scene.control.cell.CheckBoxListCell[T]): CheckBoxListCell[T]

    Converts a JavaFX CheckBoxListCell instance to its ScalaFX counterpart.

    Converts a JavaFX CheckBoxListCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX CheckBoxListCell

    returns

    ScalaFX CheckBoxListCell

  12. implicit def jfxCheckBoxTableCell2sfx[S, T](cell: javafx.scene.control.cell.CheckBoxTableCell[S, T]): CheckBoxTableCell[S, T]

    Converts a JavaFX CheckBoxTableCell instance to its ScalaFX counterpart.

    Converts a JavaFX CheckBoxTableCell instance to its ScalaFX counterpart.

    S

    The type of the elements contained ...

    T

    The type of the elements contained within the Element

    cell

    JavaFX CheckBoxTableCell

    returns

    ScalaFX CheckBoxTableCell

  13. implicit def jfxCheckBoxTreeCell2sfx[T](cell: javafx.scene.control.cell.CheckBoxTreeCell[T]): CheckBoxTreeCell[T]

    Converts a JavaFX CheckBoxTreeCell instance to its ScalaFX counterpart.

    Converts a JavaFX CheckBoxTreeCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX CheckBoxTreeCell

    returns

    ScalaFX CheckBoxTreeCell

  14. implicit def jfxCheckBoxTreeTableCell2sfx[S, T](cell: javafx.scene.control.cell.CheckBoxTreeTableCell[S, T]): CheckBoxTreeTableCell[S, T]

    Converts a JavaFX CheckBoxTreeTableCell instance to its ScalaFX counterpart.

    Converts a JavaFX CheckBoxTreeTableCell instance to its ScalaFX counterpart.

    S

    The type of the elements contained ...

    T

    The type of the elements contained within the Element

    cell

    JavaFX CheckBoxTreeTableCell

    returns

    ScalaFX CheckBoxTreeTableCell

  15. implicit def jfxChoiceBoxListCell2sfx[T](cell: javafx.scene.control.cell.ChoiceBoxListCell[T]): ChoiceBoxListCell[T]

    Converts a JavaFX ChoiceBoxListCell instance to its ScalaFX counterpart.

    Converts a JavaFX ChoiceBoxListCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX ChoiceBoxListCell

    returns

    ScalaFX ChoiceBoxListCell

  16. implicit def jfxChoiceBoxTableCell2sfx[S, T](cell: javafx.scene.control.cell.ChoiceBoxTableCell[S, T]): ChoiceBoxTableCell[S, T]

    Converts a JavaFX ChoiceBoxTableCell instance to its ScalaFX counterpart.

    Converts a JavaFX ChoiceBoxTableCell instance to its ScalaFX counterpart.

    S

    The type of the elements contained ...

    T

    The type of the elements contained within the Element

    cell

    JavaFX ChoiceBoxTableCell

    returns

    ScalaFX ChoiceBoxTableCell

  17. implicit def jfxChoiceBoxTreeCell2sfx[T](cell: javafx.scene.control.cell.ChoiceBoxTreeCell[T]): ChoiceBoxTreeCell[T]

    Converts a JavaFX ChoiceBoxTreeCell instance to its ScalaFX counterpart.

    Converts a JavaFX ChoiceBoxTreeCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX ChoiceBoxTreeCell

    returns

    ScalaFX ChoiceBoxTreeCell

  18. implicit def jfxChoiceBoxTreeTableCell2sfx[S, T](cell: javafx.scene.control.cell.ChoiceBoxTreeTableCell[S, T]): ChoiceBoxTreeTableCell[S, T]

    Converts a JavaFX ChoiceBoxTreeTreeCell instance to its ScalaFX counterpart.

    Converts a JavaFX ChoiceBoxTreeTreeCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX ChoiceBoxTreeTreeCell

    returns

    ScalaFX ChoiceBoxTreeTreeCell

  19. implicit def jfxComboBoxListCell2sfx[T](cell: javafx.scene.control.cell.ComboBoxListCell[T]): ComboBoxListCell[T]

    Converts a JavaFX ComboBoxListCell instance to its ScalaFX counterpart.

    Converts a JavaFX ComboBoxListCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX ComboBoxListCell

    returns

    ScalaFX ComboBoxListCell

  20. implicit def jfxComboBoxTableCell2sfx[S, T](cell: javafx.scene.control.cell.ComboBoxTableCell[S, T]): ComboBoxTableCell[S, T]

    Converts a JavaFX ComboBoxTableCell instance to its ScalaFX counterpart.

    Converts a JavaFX ComboBoxTableCell instance to its ScalaFX counterpart.

    S

    The type of the elements contained ...

    T

    The type of the elements contained within the Element

    cell

    JavaFX ComboBoxTableCell

    returns

    ScalaFX ComboBoxTableCell

  21. implicit def jfxComboBoxTreeCell2sfx[T](cell: javafx.scene.control.cell.ComboBoxTreeCell[T]): ComboBoxTreeCell[T]

    Converts a JavaFX ComboBoxTreeCell instance to its ScalaFX counterpart.

    Converts a JavaFX ComboBoxTreeCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX ComboBoxTreeCell

    returns

    ScalaFX ComboBoxTreeCell

  22. implicit def jfxComboBoxTreeTableCell2sfx[S, T](cell: javafx.scene.control.cell.ComboBoxTreeTableCell[S, T]): ComboBoxTreeTableCell[S, T]

    Converts a JavaFX ComboBoxTreeCell instance to its ScalaFX counterpart.

    Converts a JavaFX ComboBoxTreeCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX ComboBoxTreeCell

    returns

    ScalaFX ComboBoxTreeCell

  23. implicit def jfxProgressBarTableCell2sfx[S](cell: javafx.scene.control.cell.ProgressBarTableCell[S]): ProgressBarTableCell[S]

    Converts a JavaFX ProgressBarTableCell instance to its ScalaFX counterpart.

    Converts a JavaFX ProgressBarTableCell instance to its ScalaFX counterpart.

    S

    The type of the elements contained ...

    cell

    JavaFX ProgressBarTableCell

    returns

    ScalaFX ProgressBarTableCell

  24. implicit def jfxTextFieldListCell2sfx[T](cell: javafx.scene.control.cell.TextFieldListCell[T]): TextFieldListCell[T]

    Converts a JavaFX TextFieldListCell instance to its ScalaFX counterpart.

    Converts a JavaFX TextFieldListCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX TextFieldListCell

    returns

    ScalaFX TextFieldListCell

  25. implicit def jfxTextFieldTableCell2sfx[S, T](cell: javafx.scene.control.cell.TextFieldTableCell[S, T]): TextFieldTableCell[S, T]

    Converts a JavaFX TextFieldTableCell instance to its ScalaFX counterpart.

    Converts a JavaFX TextFieldTableCell instance to its ScalaFX counterpart.

    S

    The type of the elements contained ...

    T

    The type of the elements contained within the Element

    cell

    JavaFX TextFieldTableCell

    returns

    ScalaFX TextFieldTableCell

  26. implicit def jfxTextFieldTreeCell2sfx[T](cell: javafx.scene.control.cell.TextFieldTreeCell[T]): TextFieldTreeCell[T]

    Converts a JavaFX TextFieldTreeCell instance to its ScalaFX counterpart.

    Converts a JavaFX TextFieldTreeCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX TextFieldTreeCell

    returns

    ScalaFX TextFieldTreeCell

  27. implicit def jfxTextFieldTreeTableCell2sfx[S, T](cell: javafx.scene.control.cell.TextFieldTreeTableCell[S, T]): TextFieldTreeTableCell[S, T]

    Converts a JavaFX TextFieldTreeTableCell instance to its ScalaFX counterpart.

    Converts a JavaFX TextFieldTreeTableCell instance to its ScalaFX counterpart.

    T

    The type of the elements contained within the Element

    cell

    JavaFX TextFieldTreeTableCell

    returns

    ScalaFX TextFieldTreeTableCell

  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped