CellIncludes

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

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

Companion
object
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def jfxCheckBoxListCell2sfx[T](cell: CheckBoxListCell[T]): CheckBoxListCell[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/CheckBoxListCell.html CheckBoxListCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/CheckBoxListCell.html CheckBoxListCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX CheckBoxListCell

Returns

ScalaFX CheckBoxListCell

implicit def jfxCheckBoxTableCell2sfx[S, T](cell: CheckBoxTableCell[S, T]): CheckBoxTableCell[S, T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/CheckBoxTableCell.html CheckBoxTableCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/CheckBoxTableCell.html CheckBoxTableCell]] instance to its ScalaFX counterpart.

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX CheckBoxTableCell

Returns

ScalaFX CheckBoxTableCell

implicit def jfxCheckBoxTreeCell2sfx[T](cell: CheckBoxTreeCell[T]): CheckBoxTreeCell[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/CheckBoxTreeCell.html CheckBoxTreeCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/CheckBoxTreeCell.html CheckBoxTreeCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX CheckBoxTreeCell

Returns

ScalaFX CheckBoxTreeCell

implicit def jfxCheckBoxTreeTableCell2sfx[S, T](cell: CheckBoxTreeTableCell[S, T]): CheckBoxTreeTableCell[S, T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/CheckBoxTreeTableCell.html CheckBoxTreeTableCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/CheckBoxTreeTableCell.html CheckBoxTreeTableCell]] instance to its ScalaFX counterpart.

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX CheckBoxTreeTableCell

Returns

ScalaFX CheckBoxTreeTableCell

implicit def jfxChoiceBoxListCell2sfx[T](cell: ChoiceBoxListCell[T]): ChoiceBoxListCell[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ChoiceBoxListCell.html ChoiceBoxListCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ChoiceBoxListCell.html ChoiceBoxListCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ChoiceBoxListCell

Returns

ScalaFX ChoiceBoxListCell

implicit def jfxChoiceBoxTableCell2sfx[S, T](cell: ChoiceBoxTableCell[S, T]): ChoiceBoxTableCell[S, T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ChoiceBoxTableCell.html ChoiceBoxTableCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ChoiceBoxTableCell.html ChoiceBoxTableCell]] instance to its ScalaFX counterpart.

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX ChoiceBoxTableCell

Returns

ScalaFX ChoiceBoxTableCell

implicit def jfxChoiceBoxTreeCell2sfx[T](cell: ChoiceBoxTreeCell[T]): ChoiceBoxTreeCell[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ChoiceBoxTreeCell.html ChoiceBoxTreeCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ChoiceBoxTreeCell.html ChoiceBoxTreeCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ChoiceBoxTreeCell

Returns

ScalaFX ChoiceBoxTreeCell

implicit def jfxChoiceBoxTreeTableCell2sfx[S, T](cell: ChoiceBoxTreeTableCell[S, T]): ChoiceBoxTreeTableCell[S, T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ChoiceBoxTreeTreeCell.html ChoiceBoxTreeTreeCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ChoiceBoxTreeTreeCell.html ChoiceBoxTreeTreeCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ChoiceBoxTreeTreeCell

Returns

ScalaFX ChoiceBoxTreeTreeCell

implicit def jfxComboBoxListCell2sfx[T](cell: ComboBoxListCell[T]): ComboBoxListCell[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ComboBoxListCell.html ComboBoxListCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ComboBoxListCell.html ComboBoxListCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ComboBoxListCell

Returns

ScalaFX ComboBoxListCell

implicit def jfxComboBoxTableCell2sfx[S, T](cell: ComboBoxTableCell[S, T]): ComboBoxTableCell[S, T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ComboBoxTableCell.html ComboBoxTableCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ComboBoxTableCell.html ComboBoxTableCell]] instance to its ScalaFX counterpart.

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX ComboBoxTableCell

Returns

ScalaFX ComboBoxTableCell

implicit def jfxComboBoxTreeCell2sfx[T](cell: ComboBoxTreeCell[T]): ComboBoxTreeCell[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ComboBoxTreeCell.html ComboBoxTreeCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ComboBoxTreeCell.html ComboBoxTreeCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ComboBoxTreeCell

Returns

ScalaFX ComboBoxTreeCell

implicit def jfxComboBoxTreeTableCell2sfx[S, T](cell: ComboBoxTreeTableCell[S, T]): ComboBoxTreeTableCell[S, T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ComboBoxTreeCell.html ComboBoxTreeCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ComboBoxTreeCell.html ComboBoxTreeCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ComboBoxTreeCell

Returns

ScalaFX ComboBoxTreeCell

implicit def jfxProgressBarTableCell2sfx[S](cell: ProgressBarTableCell[S]): ProgressBarTableCell[S]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ProgressBarTableCell.html ProgressBarTableCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/ProgressBarTableCell.html ProgressBarTableCell]] instance to its ScalaFX counterpart.

Type Params
S

The type of the elements contained ...

Value Params
cell

JavaFX ProgressBarTableCell

Returns

ScalaFX ProgressBarTableCell

implicit def jfxTextFieldListCell2sfx[T](cell: TextFieldListCell[T]): TextFieldListCell[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/TextFieldListCell.html TextFieldListCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/TextFieldListCell.html TextFieldListCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX TextFieldListCell

Returns

ScalaFX TextFieldListCell

implicit def jfxTextFieldTableCell2sfx[S, T](cell: TextFieldTableCell[S, T]): TextFieldTableCell[S, T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/TextFieldTableCell.html TextFieldTableCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/TextFieldTableCell.html TextFieldTableCell]] instance to its ScalaFX counterpart.

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX TextFieldTableCell

Returns

ScalaFX TextFieldTableCell

implicit def jfxTextFieldTreeCell2sfx[T](cell: TextFieldTreeCell[T]): TextFieldTreeCell[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/TextFieldTreeCell.html TextFieldTreeCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/TextFieldTreeCell.html TextFieldTreeCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX TextFieldTreeCell

Returns

ScalaFX TextFieldTreeCell

implicit def jfxTextFieldTreeTableCell2sfx[S, T](cell: TextFieldTreeTableCell[S, T]): TextFieldTreeTableCell[S, T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/TextFieldTreeTableCell.html TextFieldTreeTableCell]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/cell/TextFieldTreeTableCell.html TextFieldTreeTableCell]] instance to its ScalaFX counterpart.

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX TextFieldTreeTableCell

Returns

ScalaFX TextFieldTreeTableCell