ControlIncludes

Contains implicit methods to convert from `javafx.scene.control` classes/traits to their ScalaFX counterparts.

Contains implicit methods to convert from `javafx.scene.control` classes/traits to their ScalaFX counterparts.

Companion
object
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def jfxAccordion2sfx(a: Accordion): Accordion

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

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

Value Params
a

JavaFX Accordion

Returns

ScalaFX Accordion

implicit def jfxAlert2sfx(a: Alert): Alert
implicit def jfxAlertType2sfx(a: AlertType): AlertType
implicit def jfxButton2sfx(b: Button): Button

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

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

Value Params
b

JavaFX Button

Returns

ScalaFX Button

implicit def jfxButtonBar2sfx(b: ButtonBar): ButtonBar
implicit def jfxButtonBase2sfx(b: ButtonBase): ButtonBase

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

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

Value Params
b

JavaFX ButtonBase

Returns

ScalaFX ButtonBase

implicit def jfxButtonData2sfx(b: ButtonData): ButtonData
implicit def jfxButtonType2sfx(b: ButtonType): ButtonType
implicit def jfxCell2sfx[T](c: Cell[T]): Cell[T]

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

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

Type Params
T

The type of the Cell

Value Params
c

JavaFX Cell

Returns

ScalaFX Cell

implicit def jfxCellDataFeatures2sfx[S, T](cdf: CellDataFeatures[S, T]): CellDataFeatures[S, T]

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

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

Type Params
T

The type of the TableColumn.CellDataFeatures

Value Params
cdf

JavaFX TableColumn.CellDataFeatures

Returns

ScalaFX TableColumn.CellDataFeatures

implicit def jfxCellEditEvent2sfx[S, T](cee: CellEditEvent[S, T]): CellEditEvent[S, T]

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

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

Type Params
T

The type of the TableColumn.CellEditEvent

Value Params
cee

JavaFX TableColumn.CellEditEvent

Returns

ScalaFX TableColumn.CellEditEvent

implicit def jfxCheckBox2sfx(c: CheckBox): CheckBox

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

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

Value Params
c

JavaFX CheckBox

Returns

ScalaFX CheckBox

implicit def jfxCheckMenuItem2sfx(c: CheckMenuItem): CheckMenuItem

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

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

Value Params
c

JavaFX CheckMenuItem

Returns

ScalaFX CheckMenuItem

implicit def jfxChoiceBox2sfx[J <: AnyRef](cb: ChoiceBox[J]): ChoiceBox[J]

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

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

Type Params
J

The type of the ChoiceBox

Value Params
cb

JavaFX ChoiceBox

Returns

ScalaFX ChoiceBox

implicit def jfxChoiceDialog2sfx[T](c: ChoiceDialog[T]): ChoiceDialog[T]
implicit def jfxColorPicker2sfx(cp: ColorPicker): ColorPicker

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

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

Value Params
cp

JavaFX ColorPicker

Returns

ScalaFX ColorPicker

implicit def jfxComboBox2sfx[T](v: ComboBox[T]): ComboBox[T]

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

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

Type Params
T

The type of the ComboBox

Value Params
v

JavaFX ComboBox

Returns

ScalaFX ComboBox

implicit def jfxComboBoxBase2sfx[T](v: ComboBoxBase[T]): ComboBoxBase[T]

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

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

Type Params
T

The type of the ComboBoxBase

Value Params
v

JavaFX ComboBoxBase

Returns

ScalaFX ComboBoxBase

implicit def jfxContentDisplay2sfx(e: ContentDisplay): ContentDisplay

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

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

Value Params
e

JavaFX ContentDisplay

Returns

ScalaFX ContentDisplay

implicit def jfxContextMenu2sfx(c: ContextMenu): ContextMenu

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

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

Value Params
c

JavaFX ContextMenu

Returns

ScalaFX ContextMenu

implicit def jfxControl2sfx(c: Control): Control

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

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

Value Params
c

JavaFX Control

Returns

ScalaFX Control

implicit def jfxCustomMenuItem2sfx(c: CustomMenuItem): CustomMenuItem

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

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

Value Params
c

JavaFX CustomMenuItem

Returns

ScalaFX CustomMenuItem

implicit def jfxDateCell2sfx(v: DateCell): DateCell

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

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

Type Params
T

The type of the DateCell

Value Params
v

JavaFX DateCell

Returns

ScalaFX DateCell

implicit def jfxDatePicker2sfx(v: DatePicker): DatePicker

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

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

Type Params
T

The type of the DatePicker

Value Params
v

JavaFX DatePicker

Returns

ScalaFX DatePicker

implicit def jfxDialog2sfx[R](a: Dialog[R]): Dialog[R]
implicit def jfxDialogEvent2sfx(a: DialogEvent): DialogEvent
implicit def jfxDialogPane2sfx(a: DialogPane): DialogPane
implicit def jfxDoubleSpinnerValueFactory2sfx(ev: DoubleSpinnerValueFactory): DoubleSpinnerValueFactory
implicit def jfxFocusModel2sfx[T](v: FocusModel[T]): FocusModel[T]

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

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

Type Params
T

The type of the FocusModel

Value Params
v

JavaFX FocusModel

Returns

ScalaFX FocusModel

implicit def jfxHyperlink2sfx(h: Hyperlink): Hyperlink

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

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

Value Params
h

JavaFX Hyperlink

Returns

ScalaFX Hyperlink

implicit def jfxIndexRange2sfx(r: IndexRange): IndexRange

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

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

Value Params
r

JavaFX IndexRange

Returns

ScalaFX IndexRange

implicit def jfxIndexedCell2sfx[T](c: IndexedCell[T]): IndexedCell[T]

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

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

Type Params
T

The type of the IndexedCell

Value Params
c

JavaFX IndexedCell

Returns

ScalaFX IndexedCell

implicit def jfxIntegerSpinnerValueFactory2sfx(ev: IntegerSpinnerValueFactory): IntegerSpinnerValueFactory
implicit def jfxLabel2sfx(l: Label): Label

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

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

Value Params
l

JavaFX Label

Returns

ScalaFX Label

implicit def jfxLabeled2sfx(l: Labeled): Labeled

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

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

Value Params
l

JavaFX Labeled

Returns

ScalaFX Labeled

implicit def jfxListCell[T](l: ListCell[T]): ListCell[T]

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

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

Type Params
T

The type of the ListCell

Value Params
l

JavaFX ListCell

Returns

ScalaFX ListCell

implicit def jfxListSpinnerValueFactory2sfx[T](ev: ListSpinnerValueFactory[T]): ListSpinnerValueFactory[T]
implicit def jfxListView2sfx[T](l: ListView[T]): ListView[T]

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

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

Type Params
T

The type of the ListView

Value Params
l

JavaFX ListView

Returns

ScalaFX ListView

implicit def jfxListViewEditEvent2sfx[T](l: EditEvent[T]): EditEvent[T]

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

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

Type Params
T

The type of the ListView.EditEvent

Value Params
l

JavaFX ListView.EditEvent

Returns

ScalaFX ListView.EditEvent

implicit def jfxMenu2sfx(h: Menu): Menu

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

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

Value Params
h

JavaFX Menu

Returns

ScalaFX Menu

implicit def jfxMenuBar2sfx(h: MenuBar): MenuBar

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

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

Value Params
h

JavaFX MenuBar

Returns

ScalaFX MenuBar

implicit def jfxMenuButton2sfx(h: MenuButton): MenuButton

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

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

Value Params
h

JavaFX MenuButton

Returns

ScalaFX MenuButton

implicit def jfxMenuItem2sfx(m: MenuItem): MenuItem

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

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

Value Params
m

JavaFX MenuItem

Returns

ScalaFX MenuItem

implicit def jfxMultipleSelectionModel2sfx[T](v: MultipleSelectionModel[T]): MultipleSelectionModel[T]

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

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

Value Params
v

JavaFX MultipleSelectionModel

Returns

ScalaFX MultipleSelectionModel

implicit def jfxOverrunStyle2sfx(e: OverrunStyle): OverrunStyle

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

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

Value Params
e

JavaFX OverrunStyle

Returns

ScalaFX OverrunStyle

implicit def jfxPagination2sfx(p: Pagination): Pagination

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

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

Value Params
p

JavaFX Pagination

Returns

ScalaFX Pagination

implicit def jfxPasswordField2sfx(v: PasswordField): PasswordField

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

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

Value Params
v

JavaFX PasswordField

Returns

ScalaFX PasswordField

implicit def jfxPopupControl2sfx(v: PopupControl): PopupControl

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

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

Value Params
v

JavaFX PopupControl

Returns

ScalaFX PopupControl

implicit def jfxProgressBar2sfx(p: ProgressBar): ProgressBar

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

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

Value Params
p

JavaFX ProgressBar

Returns

ScalaFX ProgressBar

implicit def jfxProgressIndicator2sfx(p: ProgressIndicator): ProgressIndicator

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

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

Value Params
p

JavaFX ProgressIndicator

Returns

ScalaFX ProgressIndicator

implicit def jfxRadioButton2sfx(rb: RadioButton): RadioButton

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

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

Value Params
rb

JavaFX RadioButton

Returns

ScalaFX RadioButton

implicit def jfxRadioMenuItem2sfx(m: RadioMenuItem): RadioMenuItem

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

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

Value Params
m

JavaFX RadioMenuItem

Returns

ScalaFX RadioMenuItem

implicit def jfxResizeFeatures2sfx[S](rf: ResizeFeatures[S]): ResizeFeatures[S]

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

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

Type Params
S

The type of the TableView.ResizeFeatures

Value Params
rf

JavaFX TableView.ResizeFeatures

Returns

ScalaFX TableView.ResizeFeatures

implicit def jfxResizeFeaturesBase2sfx[S](rf: ResizeFeaturesBase[S]): ResizeFeaturesBase[S]

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

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

Type Params
S

The type of the ResizeFeaturesBase

Value Params
rf

JavaFX ResizeFeaturesBase

Returns

ScalaFX ResizeFeaturesBase

implicit def jfxScrollBar2sfx(s: ScrollBar): ScrollBar

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

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

Value Params
s

JavaFX ScrollBar

Returns

ScalaFX ScrollBar

implicit def jfxScrollPane2sfx(s: ScrollPane): ScrollPane

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

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

Value Params
s

JavaFX ScrollPane

Returns

ScalaFX ScrollPane

implicit def jfxScrollPaneScrollBarPolicy2sfx(s: ScrollBarPolicy): ScrollBarPolicy

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

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

Value Params
s

JavaFX ScrollPane.ScrollBarPolicy

Returns

ScalaFX ScrollPane.ScrollBarPolicy

implicit def jfxScrollToEvent2sfx[T](ev: ScrollToEvent[T]): ScrollToEvent[T]

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

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

Value Params
ev

JavaFX ScrollToEvent

Returns

ScalaFX ScrollToEvent

implicit def jfxSelectionMode2sfx(e: SelectionMode): SelectionMode

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

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

Value Params
e

JavaFX SelectionMode

Returns

ScalaFX SelectionMode

implicit def jfxSelectionModel2sfx[T](v: SelectionModel[T]): SelectionModel[T]

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

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

Type Params
T

The type of the SelectionModel

Value Params
v

JavaFX SelectionModel

Returns

ScalaFX SelectionModel

implicit def jfxSeparator2sfx(s: Separator): Separator

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

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

Value Params
s

JavaFX Separator

Returns

ScalaFX Separator

implicit def jfxSeparatorMenuItem2sfx(s: SeparatorMenuItem): SeparatorMenuItem

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

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

Value Params
s

JavaFX SeparatorMenuItem

Returns

ScalaFX SeparatorMenuItem

implicit def jfxSingleSelectionModel2sfx[T](v: SingleSelectionModel[T]): SingleSelectionModel[T]

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

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

Type Params
T

The type of the SingleSelectionModel

Value Params
v

JavaFX SingleSelectionModel

Returns

ScalaFX SingleSelectionModel

implicit def jfxSkin2sfxSkin[C <: Skinnable](s: Skin[C]): Skin[C]

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

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

Type Params
C

The type of the Skin

Value Params
s

JavaFX Skin

Returns

ScalaFX Skin

implicit def jfxSkinBase2sfx[C <: Control](sb: SkinBase[C]): SkinBase[C]

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

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

Value Params
sb

JavaFX SkinBase

Returns

ScalaFX SkinBase

implicit def jfxSkinnable2sfxSkinnable(s: Skinnable): Skinnable

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

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

Value Params
s

JavaFX Skinnable

Returns

ScalaFX Skinnable

implicit def jfxSlider2sfx(s: Slider): Slider

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

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

Value Params
s

JavaFX Slider

Returns

ScalaFX Slider

implicit def jfxSortEvent2sfx[C](se: SortEvent[C]): SortEvent[C]

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

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

Type Params
C

The type of the SortEvent

Value Params
se

JavaFX SortEvent

Returns

ScalaFX SortEvent

implicit def jfxSortType2sfx(st: SortType): SortType

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

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

Value Params
st

JavaFX TableColumn.SortType

Returns

ScalaFX TableColumn.SortType

implicit def jfxSpinner2sfx[T](ev: Spinner[T]): Spinner[T]
implicit def jfxSpinnerValueFactory2sfx[T](ev: SpinnerValueFactory[T]): SpinnerValueFactory[T]
implicit def jfxSplitMenuButton2sfx(h: SplitMenuButton): SplitMenuButton

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

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

Value Params
h

JavaFX SplitMenuButton

Returns

ScalaFX SplitMenuButton

implicit def jfxSplitPane2sfx(s: SplitPane): SplitPane

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

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

Value Params
s

JavaFX SplitPane

Returns

ScalaFX SplitPane

implicit def jfxSplitPaneDivider2sfx(d: Divider): Divider

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

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

Value Params
d

JavaFX SplitPane.Divider

Returns

ScalaFX SplitPane.Divider

implicit def jfxTab2sfx(v: Tab): Tab

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

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

Value Params
v

JavaFX Tab

Returns

ScalaFX Tab

implicit def jfxTabClosingPolicy2sfx(v: TabClosingPolicy): TabClosingPolicy

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

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

Value Params
v

JavaFX TabPane.TabClosingPolicy

Returns

ScalaFX TabPane.TabClosingPolicy

implicit def jfxTabPane2sfx(v: TabPane): TabPane

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

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

Value Params
v

JavaFX TabPane

Returns

ScalaFX TabPane

implicit def jfxTableCell2sfx[S, T](tc: TableCell[S, T]): TableCell[S, T]

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

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

Type Params
T

The type of the TableCell

Value Params
tc

JavaFX TableCell

Returns

ScalaFX TableCell

implicit def jfxTableColumn2sfx[S, T](tc: TableColumn[S, T]): TableColumn[S, T]

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

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

Type Params
T

The type of the TableColumn

Value Params
tc

JavaFX TableColumn

Returns

ScalaFX TableColumn

implicit def jfxTableColumnBase2sfx[S, T](tbcb: TableColumnBase[S, T]): TableColumnBase[S, T]
implicit def jfxTableFocusModel2sfx[T, TC <: TableColumnBase[T, _]](tfm: TableFocusModel[T, TC]): TableFocusModel[T, TC]

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

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

Type Params
T

The type of the underlying data model for the UI control.

TC

The concrete subclass of scalafx.scene.control.TableColumnBase that is used by the underlying UI control (e.g. scalafx.scene.control.TableColumn or TreeTableColumn).

Value Params
tfm

JavaFX TableFocusModel

Returns

ScalaFX TableFocusModel

Since

8.0

implicit def jfxTablePosition2sfx[S, T](tp: TablePosition[S, T]): TablePosition[S, T]

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

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

Type Params
T

The type of the TablePosition

Value Params
tp

JavaFX TablePosition

Returns

ScalaFX TablePosition

implicit def jfxTablePositionBase2sfx[TC <: TableColumnBase[_, _]](tpb: TablePositionBase[TC]): TablePositionBase[TC]

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

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

Type Params
TC

The type of the TablePositionBase

Value Params
tpb

JavaFX TablePositionBase

Returns

ScalaFX TablePositionBase

Since

8.0

implicit def jfxTableRow2sfx[T](tr: TableRow[T]): TableRow[T]

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

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

Type Params
T

The type of the TableRow

Value Params
tr

JavaFX TableRow

Returns

ScalaFX TableRow

implicit def jfxTableSelectionModel2sfx[T](tsm: TableSelectionModel[T]): TableSelectionModel[T]

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

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

Type Params
T

The type of the TableSelectionModel

Value Params
tsm

JavaFX TableSelectionModel

Returns

ScalaFX TableSelectionModel

implicit def jfxTableView2sfx[S](tv: TableView[S]): TableView[S]

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

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

Type Params
S

The type of the TableView

Value Params
tv

JavaFX TableView

Returns

ScalaFX TableView

implicit def jfxTableViewFocusModel2sfx[S](tvfm: TableViewFocusModel[S]): TableViewFocusModel[S]

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

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

Type Params
S

The type of the TableView.TableViewFocusModel

Value Params
tvfm

JavaFX TableView.TableViewFocusModel

Returns

ScalaFX TableView.TableViewFocusModel

implicit def jfxTableViewSelectionModel2sfx[S](tvsm: TableViewSelectionModel[S]): TableViewSelectionModel[S]

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

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

Type Params
S

The type of the TableView.TableViewSelectionModel

Value Params
tvsm

JavaFX TableView.TableViewSelectionModel

Returns

ScalaFX TableView.TableViewSelectionModel

implicit def jfxTextArea2sfx(t: TextArea): TextArea

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

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

Value Params
t

JavaFX TextArea

Returns

ScalaFX TextArea

implicit def jfxTextField2sfx(v: TextField): TextField

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

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

Value Params
v

JavaFX TextField

Returns

ScalaFX TextField

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TextField.html TextField]] to a TextFieldProperty.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TextField.html TextField]] to a TextFieldProperty.

Value Params
p

A ReadOnlyObjectProperty containing a TextField

Returns

a new TextFieldProperty

implicit def jfxTextFormatter2sfx[V](t: TextFormatter[V]): TextFormatter[V]
implicit def jfxTextFormatterChange2sfx[V](t: Change): Change
implicit def jfxTextInputControl2sfx(t: TextInputControl): TextInputControl

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

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

Value Params
t

JavaFX TextInputControl

Returns

ScalaFX TextInputControl

implicit def jfxTextInputDialog2sfx(v: TextInputDialog): TextInputDialog
implicit def jfxTitledPane2sfx(t: TitledPane): TitledPane

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

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

Value Params
t

JavaFX TitledPane

Returns

ScalaFX TitledPane

implicit def jfxToggle2sfx(t: Toggle): Toggle

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

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

Value Params
t

JavaFX Toggle

Returns

ScalaFX Toggle

implicit def jfxToggleButton2sfx(tb: ToggleButton): ToggleButton

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

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

Value Params
tb

JavaFX ToggleButton

Returns

ScalaFX ToggleButton

implicit def jfxToggleGroup2sfx(tg: ToggleGroup): ToggleGroup

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

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

Value Params
tg

JavaFX ToggleGroup

Returns

ScalaFX ToggleGroup

implicit def jfxToolBar2sfx(t: ToolBar): ToolBar

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

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

Value Params
t

JavaFX ToolBar

Returns

ScalaFX ToolBar

implicit def jfxTooltip2sfx(t: Tooltip): Tooltip

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

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

Value Params
t

JavaFX Tooltip

Returns

ScalaFX Tooltip

implicit def jfxTreeCell2sfx[T](t: TreeCell[T]): TreeCell[T]

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

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

Type Params
T

The type of the TreeCell

Value Params
t

JavaFX TreeCell

Returns

ScalaFX TreeCell

implicit def jfxTreeCellDataFeatures2sfx[S, T](a: CellDataFeatures[S, T]): CellDataFeatures[S, T]
implicit def jfxTreeItem2sfx[T](t: TreeItem[T]): TreeItem[T]

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

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

Type Params
T

The type of the TreeItem

Value Params
t

JavaFX TreeItem

Returns

ScalaFX TreeItem

implicit def jfxTreeModificationEvent2sfx[T](tmi: TreeModificationEvent[T]): TreeModificationEvent[T]

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

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

Type Params
T

The type of the TreeItem.TreeModificationEvent

Value Params
tmi

JavaFX TreeItem.TreeModificationEvent

Returns

ScalaFX TreeItem.TreeModificationEvent

implicit def jfxTreeSortMode2sfx(tsm: TreeSortMode): TreeSortMode

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

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

Value Params
tsm

JavaFX TreeSortMode

Returns

ScalaFX TreeSortMode

Since

8.0

implicit def jfxTreeTableCell2sfx[S, T](ttc: TreeTableCell[S, T]): TreeTableCell[S, T]

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

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

Type Params
S

1st The type of the TreeTableCell

T

2st The type of the TreeTableCell

Value Params
ttc

JavaFX TreeTableCell

Returns

ScalaFX TreeTableCell

Since

8.0

implicit def jfxTreeTableColumn2sfx[S, T](a: TreeTableColumn[S, T]): TreeTableColumn[S, T]
implicit def jfxTreeTablePosition2sfx[S, T](ttp: TreeTablePosition[S, T]): TreeTablePosition[S, T]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

T

The type of the items contained within the TreeTableColumn.

Value Params
ttp

JavaFX TreeTablePosition

Returns

ScalaFX TreeTablePosition

implicit def jfxTreeTableRow2sfx[T](ttr: TreeTableRow[T]): TreeTableRow[T]

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

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

Type Params
T

The type of the TreeTableRow

Value Params
ttr

JavaFX TreeTableRow

Returns

ScalaFX TreeTableRow

Since

8.0

implicit def jfxTreeTableView2sfx[S](a: TreeTableView[S]): TreeTableView[S]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

Value Params
a

JavaFX TreeTableView

Returns

ScalaFX TreeTableView

Since

8.0

implicit def jfxTreeTableViewEditEvent2sfx[T](t: EditEvent[T]): EditEvent[T]

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

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

Type Params
T

The type of the TreeItem instances contained within the TreeTableView.

Value Params
t

JavaFX TreeTableView

Returns

ScalaFX TreeTableView

Since

8.0

implicit def jfxTreeTableViewFocusModel2sfx[S](ttvfm: TreeTableViewFocusModel[S]): TreeTableViewFocusModel[S]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

Value Params
ttvfm

JavaFX TreeTableView.TreeTableViewFocusModel

Returns

ScalaFX TreeTableView.TreeTableViewFocusModel

implicit def jfxTreeTableViewResizeFeatures2sfx[S](rf: ResizeFeatures[S]): ResizeFeatures[S]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

Value Params
rf

JavaFX TreeTableView.EditEvent

Returns

ScalaFX $TVVE

implicit def jfxTreeTableViewSelectionModel2sfx[S](ttvsm: TreeTableViewSelectionModel[S]): TreeTableViewSelectionModel[S]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

Value Params
ttvsm

JavaFX TreeTableView.TreeTableViewSelectionModel

Returns

ScalaFX TreeTableView.TreeTableViewSelectionModel

implicit def jfxTreeView2sfx[T](t: TreeView[T]): TreeView[T]

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

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

Type Params
T

The type of the TreeView

Value Params
t

JavaFX TreeView

Returns

ScalaFX TreeView

implicit def jfxTreeViewEditEvent2sfx[T](t: EditEvent[T]): EditEvent[T]

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

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

Type Params
T

The type of the TreeView.EditEvent

Value Params
t

JavaFX TreeView.EditEvent

Returns

ScalaFX TreeView.EditEvent

Inherited 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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes
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

Inherited from
CellIncludes