scalafx.scene.control.cell

CellIncludes

trait CellIncludes extends AnyRef

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

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

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  12. 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

  13. 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

  14. 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

  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 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

  19. 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

  20. 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

  21. 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

  22. 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

  23. 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

  24. 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

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped