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.

Source
CellIncludes.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped