trait ControlIncludes extends CellIncludes
Contains implicit methods to convert from
javafx.scene.control
classes/traits to their ScalaFX counterparts.
- Source
- ControlIncludes.scala
- Alphabetic
- By Inheritance
- ControlIncludes
- CellIncludes
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
jfxAccordion2sfx(a: javafx.scene.control.Accordion): Accordion
Converts a JavaFX
Accordioninstance to its ScalaFX counterpart.Converts a JavaFX
Accordioninstance to its ScalaFX counterpart.- a
JavaFX Accordion
- returns
ScalaFX Accordion
- implicit def jfxAlert2sfx(a: javafx.scene.control.Alert): Alert
- implicit def jfxAlertType2sfx(a: AlertType): AlertType
-
implicit
def
jfxButton2sfx(b: javafx.scene.control.Button): Button
Converts a JavaFX
Buttoninstance to its ScalaFX counterpart.Converts a JavaFX
Buttoninstance to its ScalaFX counterpart.- b
JavaFX Button
- returns
ScalaFX Button
- implicit def jfxButtonBar2sfx(b: javafx.scene.control.ButtonBar): ButtonBar
-
implicit
def
jfxButtonBase2sfx(b: javafx.scene.control.ButtonBase): ButtonBase
Converts a JavaFX
ButtonBaseinstance to its ScalaFX counterpart.Converts a JavaFX
ButtonBaseinstance to its ScalaFX counterpart.- b
JavaFX ButtonBase
- returns
ScalaFX ButtonBase
- implicit def jfxButtonData2sfx(b: ButtonData): ButtonData
- implicit def jfxButtonType2sfx(b: javafx.scene.control.ButtonType): ButtonType
-
implicit
def
jfxCell2sfx[T](c: javafx.scene.control.Cell[T]): Cell[T]
Converts a JavaFX
Cellinstance to its ScalaFX counterpart.Converts a JavaFX
Cellinstance to its ScalaFX counterpart.- T
The type of the Cell
- c
JavaFX Cell
- returns
ScalaFX Cell
-
implicit
def
jfxCellDataFeatures2sfx[S, T](cdf: CellDataFeatures[S, T]): CellDataFeatures[S, T]
Converts a JavaFX
TableColumn.CellDataFeaturesinstance to its ScalaFX counterpart.Converts a JavaFX
TableColumn.CellDataFeaturesinstance to its ScalaFX counterpart.- T
The type of the TableColumn.CellDataFeatures
- cdf
JavaFX TableColumn.CellDataFeatures
- returns
ScalaFX TableColumn.CellDataFeatures
-
implicit
def
jfxCellEditEvent2sfx[S, T](cee: CellEditEvent[S, T]): CellEditEvent[S, T]
Converts a JavaFX
TableColumn.CellEditEventinstance to its ScalaFX counterpart.Converts a JavaFX
TableColumn.CellEditEventinstance to its ScalaFX counterpart.- T
The type of the TableColumn.CellEditEvent
- cee
JavaFX TableColumn.CellEditEvent
- returns
ScalaFX TableColumn.CellEditEvent
-
implicit
def
jfxCheckBox2sfx(c: javafx.scene.control.CheckBox): CheckBox
Converts a JavaFX
CheckBoxinstance to its ScalaFX counterpart.Converts a JavaFX
CheckBoxinstance to its ScalaFX counterpart.- c
JavaFX CheckBox
- returns
ScalaFX CheckBox
-
implicit
def
jfxCheckBoxListCell2sfx[T](cell: CheckBoxListCell[T]): CheckBoxListCell[T]
Converts a JavaFX
CheckBoxListCellinstance to its ScalaFX counterpart.Converts a JavaFX
CheckBoxListCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX CheckBoxListCell
- returns
ScalaFX CheckBoxListCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxCheckBoxTableCell2sfx[S, T](cell: CheckBoxTableCell[S, T]): CheckBoxTableCell[S, T]
Converts a JavaFX
CheckBoxTableCellinstance to its ScalaFX counterpart.Converts a JavaFX
CheckBoxTableCellinstance 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
- Definition Classes
- CellIncludes
-
implicit
def
jfxCheckBoxTreeCell2sfx[T](cell: CheckBoxTreeCell[T]): CheckBoxTreeCell[T]
Converts a JavaFX
CheckBoxTreeCellinstance to its ScalaFX counterpart.Converts a JavaFX
CheckBoxTreeCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX CheckBoxTreeCell
- returns
ScalaFX CheckBoxTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxCheckBoxTreeTableCell2sfx[S, T](cell: CheckBoxTreeTableCell[S, T]): CheckBoxTreeTableCell[S, T]
Converts a JavaFX
CheckBoxTreeTableCellinstance to its ScalaFX counterpart.Converts a JavaFX
CheckBoxTreeTableCellinstance 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
- Definition Classes
- CellIncludes
-
implicit
def
jfxCheckMenuItem2sfx(c: javafx.scene.control.CheckMenuItem): CheckMenuItem
Converts a JavaFX
MenuIteminstance to its ScalaFX counterpart.Converts a JavaFX
MenuIteminstance to its ScalaFX counterpart.- c
JavaFX CheckMenuItem
- returns
ScalaFX CheckMenuItem
-
implicit
def
jfxChoiceBox2sfx[J <: AnyRef](cb: javafx.scene.control.ChoiceBox[J]): ChoiceBox[J]
Converts a JavaFX
ChoiceBoxinstance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBoxinstance to its ScalaFX counterpart.- J
The type of the ChoiceBox
- cb
JavaFX ChoiceBox
- returns
ScalaFX ChoiceBox
-
implicit
def
jfxChoiceBoxListCell2sfx[T](cell: ChoiceBoxListCell[T]): ChoiceBoxListCell[T]
Converts a JavaFX
ChoiceBoxListCellinstance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBoxListCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ChoiceBoxListCell
- returns
ScalaFX ChoiceBoxListCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxChoiceBoxTableCell2sfx[S, T](cell: ChoiceBoxTableCell[S, T]): ChoiceBoxTableCell[S, T]
Converts a JavaFX
ChoiceBoxTableCellinstance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBoxTableCellinstance 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
- Definition Classes
- CellIncludes
-
implicit
def
jfxChoiceBoxTreeCell2sfx[T](cell: ChoiceBoxTreeCell[T]): ChoiceBoxTreeCell[T]
Converts a JavaFX
ChoiceBoxTreeCellinstance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBoxTreeCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ChoiceBoxTreeCell
- returns
ScalaFX ChoiceBoxTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxChoiceBoxTreeTableCell2sfx[S, T](cell: ChoiceBoxTreeTableCell[S, T]): ChoiceBoxTreeTableCell[S, T]
Converts a JavaFX
ChoiceBoxTreeTreeCellinstance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBoxTreeTreeCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ChoiceBoxTreeTreeCell
- returns
ScalaFX ChoiceBoxTreeTreeCell
- Definition Classes
- CellIncludes
- implicit def jfxChoiceDialog2sfx[T](c: javafx.scene.control.ChoiceDialog[T]): ChoiceDialog[T]
-
implicit
def
jfxColorPicker2sfx(cp: javafx.scene.control.ColorPicker): ColorPicker
Converts a JavaFX
ColorPickerinstance to its ScalaFX counterpart.Converts a JavaFX
ColorPickerinstance to its ScalaFX counterpart.- cp
JavaFX ColorPicker
- returns
ScalaFX ColorPicker
-
implicit
def
jfxComboBox2sfx[T](v: javafx.scene.control.ComboBox[T]): ComboBox[T]
Converts a JavaFX
ComboBoxinstance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxinstance to its ScalaFX counterpart.- T
The type of the ComboBox
- v
JavaFX ComboBox
- returns
ScalaFX ComboBox
-
implicit
def
jfxComboBoxBase2sfx[T](v: javafx.scene.control.ComboBoxBase[T]): ComboBoxBase[T]
Converts a JavaFX
ComboBoxBaseinstance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxBaseinstance to its ScalaFX counterpart.- T
The type of the ComboBoxBase
- v
JavaFX ComboBoxBase
- returns
ScalaFX ComboBoxBase
-
implicit
def
jfxComboBoxListCell2sfx[T](cell: ComboBoxListCell[T]): ComboBoxListCell[T]
Converts a JavaFX
ComboBoxListCellinstance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxListCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ComboBoxListCell
- returns
ScalaFX ComboBoxListCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxComboBoxTableCell2sfx[S, T](cell: ComboBoxTableCell[S, T]): ComboBoxTableCell[S, T]
Converts a JavaFX
ComboBoxTableCellinstance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxTableCellinstance 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
- Definition Classes
- CellIncludes
-
implicit
def
jfxComboBoxTreeCell2sfx[T](cell: ComboBoxTreeCell[T]): ComboBoxTreeCell[T]
Converts a JavaFX
ComboBoxTreeCellinstance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxTreeCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ComboBoxTreeCell
- returns
ScalaFX ComboBoxTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxComboBoxTreeTableCell2sfx[S, T](cell: ComboBoxTreeTableCell[S, T]): ComboBoxTreeTableCell[S, T]
Converts a JavaFX
ComboBoxTreeCellinstance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxTreeCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ComboBoxTreeCell
- returns
ScalaFX ComboBoxTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxContentDisplay2sfx(e: javafx.scene.control.ContentDisplay): ContentDisplay
Converts a JavaFX
ContentDisplayinstance to its ScalaFX counterpart.Converts a JavaFX
ContentDisplayinstance to its ScalaFX counterpart.- e
JavaFX ContentDisplay
- returns
ScalaFX ContentDisplay
-
implicit
def
jfxContextMenu2sfx(c: javafx.scene.control.ContextMenu): ContextMenu
Converts a JavaFX
ContextMenuinstance to its ScalaFX counterpart.Converts a JavaFX
ContextMenuinstance to its ScalaFX counterpart.- c
JavaFX ContextMenu
- returns
ScalaFX ContextMenu
-
implicit
def
jfxControl2sfx(c: javafx.scene.control.Control): Control
Converts a JavaFX
Controlinstance to its ScalaFX counterpart.Converts a JavaFX
Controlinstance to its ScalaFX counterpart.- c
JavaFX Control
- returns
ScalaFX Control
-
implicit
def
jfxCustomMenuItem2sfx(c: javafx.scene.control.CustomMenuItem): CustomMenuItem
Converts a JavaFX
CustomMenuIteminstance to its ScalaFX counterpart.Converts a JavaFX
CustomMenuIteminstance to its ScalaFX counterpart.- c
JavaFX CustomMenuItem
- returns
ScalaFX CustomMenuItem
-
implicit
def
jfxDateCell2sfx(v: javafx.scene.control.DateCell): DateCell
Converts a JavaFX
DateCellinstance to its ScalaFX counterpart.Converts a JavaFX
DateCellinstance to its ScalaFX counterpart.- v
JavaFX DateCell
- returns
ScalaFX DateCell
-
implicit
def
jfxDatePicker2sfx(v: javafx.scene.control.DatePicker): DatePicker
Converts a JavaFX
DatePickerinstance to its ScalaFX counterpart.Converts a JavaFX
DatePickerinstance to its ScalaFX counterpart.- v
JavaFX DatePicker
- returns
ScalaFX DatePicker
- implicit def jfxDialog2sfx[R](a: javafx.scene.control.Dialog[R]): Dialog[R]
- implicit def jfxDialogEvent2sfx(a: javafx.scene.control.DialogEvent): DialogEvent
- implicit def jfxDialogPane2sfx(a: javafx.scene.control.DialogPane): DialogPane
- implicit def jfxDoubleSpinnerValueFactory2sfx(ev: DoubleSpinnerValueFactory): DoubleSpinnerValueFactory
-
implicit
def
jfxFocusModel2sfx[T](v: javafx.scene.control.FocusModel[T]): FocusModel[T]
Converts a JavaFX
FocusModelinstance to its ScalaFX counterpart.Converts a JavaFX
FocusModelinstance to its ScalaFX counterpart.- T
The type of the FocusModel
- v
JavaFX FocusModel
- returns
ScalaFX FocusModel
-
implicit
def
jfxHyperlink2sfx(h: javafx.scene.control.Hyperlink): Hyperlink
Converts a JavaFX
Hyperlinkinstance to its ScalaFX counterpart.Converts a JavaFX
Hyperlinkinstance to its ScalaFX counterpart.- h
JavaFX Hyperlink
- returns
ScalaFX Hyperlink
-
implicit
def
jfxIndexRange2sfx(r: javafx.scene.control.IndexRange): IndexRange
Converts a JavaFX
IndexRangeinstance to its ScalaFX counterpart.Converts a JavaFX
IndexRangeinstance to its ScalaFX counterpart.- r
JavaFX IndexRange
- returns
ScalaFX IndexRange
-
implicit
def
jfxIndexedCell2sfx[T](c: javafx.scene.control.IndexedCell[T]): IndexedCell[T]
Converts a JavaFX
IndexedCellinstance to its ScalaFX counterpart.Converts a JavaFX
IndexedCellinstance to its ScalaFX counterpart.- T
The type of the IndexedCell
- c
JavaFX IndexedCell
- returns
ScalaFX IndexedCell
- implicit def jfxIntegerSpinnerValueFactory2sfx(ev: IntegerSpinnerValueFactory): IntegerSpinnerValueFactory
-
implicit
def
jfxLabel2sfx(l: javafx.scene.control.Label): Label
Converts a JavaFX
Labelinstance to its ScalaFX counterpart.Converts a JavaFX
Labelinstance to its ScalaFX counterpart.- l
JavaFX Label
- returns
ScalaFX Label
-
implicit
def
jfxLabeled2sfx(l: javafx.scene.control.Labeled): Labeled
Converts a JavaFX
Labeledinstance to its ScalaFX counterpart.Converts a JavaFX
Labeledinstance to its ScalaFX counterpart.- l
JavaFX Labeled
- returns
ScalaFX Labeled
-
implicit
def
jfxListCell[T](l: javafx.scene.control.ListCell[T]): ListCell[T]
Converts a JavaFX
ListCellinstance to its ScalaFX counterpart.Converts a JavaFX
ListCellinstance to its ScalaFX counterpart.- T
The type of the ListCell
- l
JavaFX ListCell
- returns
ScalaFX ListCell
- implicit def jfxListSpinnerValueFactory2sfx[T](ev: ListSpinnerValueFactory[T]): ListSpinnerValueFactory[T]
-
implicit
def
jfxListView2sfx[T](l: javafx.scene.control.ListView[T]): ListView[T]
Converts a JavaFX
ListViewinstance to its ScalaFX counterpart.Converts a JavaFX
ListViewinstance to its ScalaFX counterpart.- T
The type of the ListView
- l
JavaFX ListView
- returns
ScalaFX ListView
-
implicit
def
jfxListViewEditEvent2sfx[T](l: EditEvent[T]): EditEvent[T]
Converts a JavaFX
ListView.EditEventinstance to its ScalaFX counterpart.Converts a JavaFX
ListView.EditEventinstance to its ScalaFX counterpart.- T
The type of the ListView.EditEvent
- l
JavaFX ListView.EditEvent
- returns
ScalaFX ListView.EditEvent
-
implicit
def
jfxMenu2sfx(h: javafx.scene.control.Menu): Menu
Converts a JavaFX
Menuinstance to its ScalaFX counterpart.Converts a JavaFX
Menuinstance to its ScalaFX counterpart.- h
JavaFX Menu
- returns
ScalaFX Menu
-
implicit
def
jfxMenuBar2sfx(h: javafx.scene.control.MenuBar): MenuBar
Converts a JavaFX
MenuBarinstance to its ScalaFX counterpart.Converts a JavaFX
MenuBarinstance to its ScalaFX counterpart.- h
JavaFX MenuBar
- returns
ScalaFX MenuBar
-
implicit
def
jfxMenuButton2sfx(h: javafx.scene.control.MenuButton): MenuButton
Converts a JavaFX
MenuButtoninstance to its ScalaFX counterpart.Converts a JavaFX
MenuButtoninstance to its ScalaFX counterpart.- h
JavaFX MenuButton
- returns
ScalaFX MenuButton
-
implicit
def
jfxMenuItem2sfx(m: javafx.scene.control.MenuItem): MenuItem
Converts a JavaFX
MenuIteminstance to its ScalaFX counterpart.Converts a JavaFX
MenuIteminstance to its ScalaFX counterpart.- m
JavaFX MenuItem
- returns
ScalaFX MenuItem
-
implicit
def
jfxMultipleSelectionModel2sfx[T](v: javafx.scene.control.MultipleSelectionModel[T]): MultipleSelectionModel[T]
Converts a JavaFX
MultipleSelectionModelinstance to its ScalaFX counterpart.Converts a JavaFX
MultipleSelectionModelinstance to its ScalaFX counterpart.- v
JavaFX MultipleSelectionModel
- returns
ScalaFX MultipleSelectionModel
-
implicit
def
jfxOverrunStyle2sfx(e: javafx.scene.control.OverrunStyle): OverrunStyle
Converts a JavaFX
OverrunStyleinstance to its ScalaFX counterpart.Converts a JavaFX
OverrunStyleinstance to its ScalaFX counterpart.- e
JavaFX OverrunStyle
- returns
ScalaFX OverrunStyle
-
implicit
def
jfxPagination2sfx(p: javafx.scene.control.Pagination): Pagination
Converts a JavaFX
Paginationinstance to its ScalaFX counterpart.Converts a JavaFX
Paginationinstance to its ScalaFX counterpart.- p
JavaFX Pagination
- returns
ScalaFX Pagination
-
implicit
def
jfxPasswordField2sfx(v: javafx.scene.control.PasswordField): PasswordField
Converts a JavaFX
PasswordFieldinstance to its ScalaFX counterpart.Converts a JavaFX
PasswordFieldinstance to its ScalaFX counterpart.- v
JavaFX PasswordField
- returns
ScalaFX PasswordField
-
implicit
def
jfxPopupControl2sfx(v: javafx.scene.control.PopupControl): PopupControl
Converts a JavaFX
PopupControlinstance to its ScalaFX counterpart.Converts a JavaFX
PopupControlinstance to its ScalaFX counterpart.- v
JavaFX PopupControl
- returns
ScalaFX PopupControl
-
implicit
def
jfxProgressBar2sfx(p: javafx.scene.control.ProgressBar): ProgressBar
Converts a JavaFX
ProgressBarinstance to its ScalaFX counterpart.Converts a JavaFX
ProgressBarinstance to its ScalaFX counterpart.- p
JavaFX ProgressBar
- returns
ScalaFX ProgressBar
-
implicit
def
jfxProgressBarTableCell2sfx[S](cell: ProgressBarTableCell[S]): ProgressBarTableCell[S]
Converts a JavaFX
ProgressBarTableCellinstance to its ScalaFX counterpart.Converts a JavaFX
ProgressBarTableCellinstance to its ScalaFX counterpart.- S
The type of the elements contained ...
- cell
JavaFX ProgressBarTableCell
- returns
ScalaFX ProgressBarTableCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxProgressIndicator2sfx(p: javafx.scene.control.ProgressIndicator): ProgressIndicator
Converts a JavaFX
ProgressIndicatorinstance to its ScalaFX counterpart.Converts a JavaFX
ProgressIndicatorinstance to its ScalaFX counterpart.- p
JavaFX ProgressIndicator
- returns
ScalaFX ProgressIndicator
-
implicit
def
jfxRadioButton2sfx(rb: javafx.scene.control.RadioButton): RadioButton
Converts a JavaFX
RadioButtoninstance to its ScalaFX counterpart.Converts a JavaFX
RadioButtoninstance to its ScalaFX counterpart.- rb
JavaFX RadioButton
- returns
ScalaFX RadioButton
-
implicit
def
jfxRadioMenuItem2sfx(m: javafx.scene.control.RadioMenuItem): RadioMenuItem
Converts a JavaFX
RadioMenuIteminstance to its ScalaFX counterpart.Converts a JavaFX
RadioMenuIteminstance to its ScalaFX counterpart.- m
JavaFX RadioMenuItem
- returns
ScalaFX RadioMenuItem
-
implicit
def
jfxResizeFeatures2sfx[S](rf: ResizeFeatures[S]): ResizeFeatures[S]
Converts a JavaFX
TableView.ResizeFeaturesinstance to its ScalaFX counterpart.Converts a JavaFX
TableView.ResizeFeaturesinstance to its ScalaFX counterpart.- S
The type of the TableView.ResizeFeatures
- rf
JavaFX TableView.ResizeFeatures
- returns
ScalaFX TableView.ResizeFeatures
-
implicit
def
jfxResizeFeaturesBase2sfx[S](rf: javafx.scene.control.ResizeFeaturesBase[S]): ResizeFeaturesBase[S]
Converts a JavaFX
ResizeFeaturesBaseinstance to its ScalaFX counterpart.Converts a JavaFX
ResizeFeaturesBaseinstance to its ScalaFX counterpart.- S
The type of the ResizeFeaturesBase
- rf
JavaFX ResizeFeaturesBase
- returns
ScalaFX ResizeFeaturesBase
-
implicit
def
jfxScrollBar2sfx(s: javafx.scene.control.ScrollBar): ScrollBar
Converts a JavaFX
ScrollBarinstance to its ScalaFX counterpart.Converts a JavaFX
ScrollBarinstance to its ScalaFX counterpart.- s
JavaFX ScrollBar
- returns
ScalaFX ScrollBar
-
implicit
def
jfxScrollPane2sfx(s: javafx.scene.control.ScrollPane): ScrollPane
Converts a JavaFX
ScrollPaneinstance to its ScalaFX counterpart.Converts a JavaFX
ScrollPaneinstance to its ScalaFX counterpart.- s
JavaFX ScrollPane
- returns
ScalaFX ScrollPane
-
implicit
def
jfxScrollPaneScrollBarPolicy2sfx(s: ScrollBarPolicy): ScrollBarPolicy
Converts a JavaFX
ScrollPane.ScrollBarPolicyinstance to its ScalaFX counterpart.Converts a JavaFX
ScrollPane.ScrollBarPolicyinstance to its ScalaFX counterpart.- s
JavaFX ScrollPane.ScrollBarPolicy
- returns
ScalaFX ScrollPane.ScrollBarPolicy
-
implicit
def
jfxScrollToEvent2sfx[T](ev: javafx.scene.control.ScrollToEvent[T]): ScrollToEvent[T]
Converts a JavaFX
ScrollToEventinstance to its ScalaFX counterpart.Converts a JavaFX
ScrollToEventinstance to its ScalaFX counterpart.- ev
JavaFX ScrollToEvent
- returns
ScalaFX ScrollToEvent
-
implicit
def
jfxSelectionMode2sfx(e: javafx.scene.control.SelectionMode): SelectionMode
Converts a JavaFX
SelectionModeinstance to its ScalaFX counterpart.Converts a JavaFX
SelectionModeinstance to its ScalaFX counterpart.- e
JavaFX SelectionMode
- returns
ScalaFX SelectionMode
-
implicit
def
jfxSelectionModel2sfx[T](v: javafx.scene.control.SelectionModel[T]): SelectionModel[T]
Converts a JavaFX
SelectionModelinstance to its ScalaFX counterpart.Converts a JavaFX
SelectionModelinstance to its ScalaFX counterpart.- T
The type of the SelectionModel
- v
JavaFX SelectionModel
- returns
ScalaFX SelectionModel
-
implicit
def
jfxSeparator2sfx(s: javafx.scene.control.Separator): Separator
Converts a JavaFX
Separatorinstance to its ScalaFX counterpart.Converts a JavaFX
Separatorinstance to its ScalaFX counterpart.- s
JavaFX Separator
- returns
ScalaFX Separator
-
implicit
def
jfxSeparatorMenuItem2sfx(s: javafx.scene.control.SeparatorMenuItem): SeparatorMenuItem
Converts a JavaFX
SeparatorMenuIteminstance to its ScalaFX counterpart.Converts a JavaFX
SeparatorMenuIteminstance to its ScalaFX counterpart.- s
JavaFX SeparatorMenuItem
- returns
ScalaFX SeparatorMenuItem
-
implicit
def
jfxSingleSelectionModel2sfx[T](v: javafx.scene.control.SingleSelectionModel[T]): SingleSelectionModel[T]
Converts a JavaFX
SingleSelectionModelinstance to its ScalaFX counterpart.Converts a JavaFX
SingleSelectionModelinstance to its ScalaFX counterpart.- T
The type of the SingleSelectionModel
- v
JavaFX SingleSelectionModel
- returns
ScalaFX SingleSelectionModel
-
implicit
def
jfxSkin2sfxSkin[C <: javafx.scene.control.Skinnable](s: javafx.scene.control.Skin[C]): Skin[C]
Converts a JavaFX
Skininstance to its ScalaFX counterpart.Converts a JavaFX
Skininstance to its ScalaFX counterpart.- C
The type of the Skin
- s
JavaFX Skin
- returns
ScalaFX Skin
-
implicit
def
jfxSkinBase2sfx[C <: javafx.scene.control.Control](sb: javafx.scene.control.SkinBase[C]): SkinBase[C]
Converts a JavaFX
SkinBaseinstance to its ScalaFX counterpart.Converts a JavaFX
SkinBaseinstance to its ScalaFX counterpart.- sb
JavaFX SkinBase
- returns
ScalaFX SkinBase
-
implicit
def
jfxSkinnable2sfxSkinnable(s: javafx.scene.control.Skinnable): Skinnable
Converts a JavaFX
Skinnableinstance to its ScalaFX counterpart.Converts a JavaFX
Skinnableinstance to its ScalaFX counterpart.- s
JavaFX Skinnable
- returns
ScalaFX Skinnable
-
implicit
def
jfxSlider2sfx(s: javafx.scene.control.Slider): Slider
Converts a JavaFX
Sliderinstance to its ScalaFX counterpart.Converts a JavaFX
Sliderinstance to its ScalaFX counterpart.- s
JavaFX Slider
- returns
ScalaFX Slider
-
implicit
def
jfxSortEvent2sfx[C](se: javafx.scene.control.SortEvent[C]): SortEvent[C]
Converts a JavaFX
SortEventinstance to its ScalaFX counterpart.Converts a JavaFX
SortEventinstance to its ScalaFX counterpart.- C
The type of the SortEvent
- se
JavaFX SortEvent
- returns
ScalaFX SortEvent
-
implicit
def
jfxSortType2sfx(st: SortType): SortType
Converts a JavaFX
TableColumn.SortTypeinstance to its ScalaFX counterpart.Converts a JavaFX
TableColumn.SortTypeinstance to its ScalaFX counterpart.- st
JavaFX TableColumn.SortType
- returns
ScalaFX TableColumn.SortType
- implicit def jfxSpinner2sfx[T](ev: javafx.scene.control.Spinner[T]): Spinner[T]
- implicit def jfxSpinnerValueFactory2sfx[T](ev: javafx.scene.control.SpinnerValueFactory[T]): SpinnerValueFactory[T]
-
implicit
def
jfxSplitMenuButton2sfx(h: javafx.scene.control.SplitMenuButton): SplitMenuButton
Converts a JavaFX
SplitMenuButtoninstance to its ScalaFX counterpart.Converts a JavaFX
SplitMenuButtoninstance to its ScalaFX counterpart.- h
JavaFX SplitMenuButton
- returns
ScalaFX SplitMenuButton
-
implicit
def
jfxSplitPane2sfx(s: javafx.scene.control.SplitPane): SplitPane
Converts a JavaFX
SplitPaneinstance to its ScalaFX counterpart.Converts a JavaFX
SplitPaneinstance to its ScalaFX counterpart.- s
JavaFX SplitPane
- returns
ScalaFX SplitPane
-
implicit
def
jfxSplitPaneDivider2sfx(d: Divider): Divider
Converts a JavaFX
SplitPane.Dividerinstance to its ScalaFX counterpart.Converts a JavaFX
SplitPane.Dividerinstance to its ScalaFX counterpart.- d
JavaFX SplitPane.Divider
- returns
ScalaFX SplitPane.Divider
-
implicit
def
jfxTab2sfx(v: javafx.scene.control.Tab): Tab
Converts a JavaFX
Tabinstance to its ScalaFX counterpart.Converts a JavaFX
Tabinstance to its ScalaFX counterpart.- v
JavaFX Tab
- returns
ScalaFX Tab
-
implicit
def
jfxTabClosingPolicy2sfx(v: TabClosingPolicy): TabClosingPolicy
Converts a JavaFX
TabPane.TabClosingPolicyinstance to its ScalaFX counterpart.Converts a JavaFX
TabPane.TabClosingPolicyinstance to its ScalaFX counterpart.- v
JavaFX TabPane.TabClosingPolicy
- returns
ScalaFX TabPane.TabClosingPolicy
-
implicit
def
jfxTabPane2sfx(v: javafx.scene.control.TabPane): TabPane
Converts a JavaFX
TabPaneinstance to its ScalaFX counterpart.Converts a JavaFX
TabPaneinstance to its ScalaFX counterpart.- v
JavaFX TabPane
- returns
ScalaFX TabPane
-
implicit
def
jfxTableCell2sfx[S, T](tc: javafx.scene.control.TableCell[S, T]): TableCell[S, T]
Converts a JavaFX
TableCellinstance to its ScalaFX counterpart.Converts a JavaFX
TableCellinstance to its ScalaFX counterpart.- T
The type of the TableCell
- tc
JavaFX TableCell
- returns
ScalaFX TableCell
-
implicit
def
jfxTableColumn2sfx[S, T](tc: javafx.scene.control.TableColumn[S, T]): TableColumn[S, T]
Converts a JavaFX
TableColumninstance to its ScalaFX counterpart.Converts a JavaFX
TableColumninstance to its ScalaFX counterpart.- T
The type of the TableColumn
- tc
JavaFX TableColumn
- returns
ScalaFX TableColumn
- implicit def jfxTableColumnBase2sfx[S, T](tbcb: javafx.scene.control.TableColumnBase[S, T]): TableColumnBase[S, T]
-
implicit
def
jfxTableFocusModel2sfx[T, TC <: javafx.scene.control.TableColumnBase[T, _]](tfm: javafx.scene.control.TableFocusModel[T, TC]): TableFocusModel[T, TC]
Converts a JavaFX
TableFocusModelinstance to its ScalaFX counterpart.Converts a JavaFX
TableFocusModelinstance to its ScalaFX counterpart.- 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).- tfm
JavaFX TableFocusModel
- returns
ScalaFX TableFocusModel
- Since
8.0
-
implicit
def
jfxTablePosition2sfx[S, T](tp: javafx.scene.control.TablePosition[S, T]): TablePosition[S, T]
Converts a JavaFX
TablePositioninstance to its ScalaFX counterpart.Converts a JavaFX
TablePositioninstance to its ScalaFX counterpart.- T
The type of the TablePosition
- tp
JavaFX TablePosition
- returns
ScalaFX TablePosition
-
implicit
def
jfxTablePositionBase2sfx[TC <: javafx.scene.control.TableColumnBase[_, _]](tpb: javafx.scene.control.TablePositionBase[TC]): TablePositionBase[TC]
Converts a JavaFX
TablePositionBaseinstance to its ScalaFX counterpart.Converts a JavaFX
TablePositionBaseinstance to its ScalaFX counterpart.- TC
The type of the TablePositionBase
- tpb
JavaFX TablePositionBase
- returns
ScalaFX TablePositionBase
- Since
8.0
-
implicit
def
jfxTableRow2sfx[T](tr: javafx.scene.control.TableRow[T]): TableRow[T]
Converts a JavaFX
TableRowinstance to its ScalaFX counterpart.Converts a JavaFX
TableRowinstance to its ScalaFX counterpart.- T
The type of the TableRow
- tr
JavaFX TableRow
- returns
ScalaFX TableRow
-
implicit
def
jfxTableSelectionModel2sfx[T](tsm: javafx.scene.control.TableSelectionModel[T]): TableSelectionModel[T]
Converts a JavaFX
TableSelectionModelinstance to its ScalaFX counterpart.Converts a JavaFX
TableSelectionModelinstance to its ScalaFX counterpart.- T
The type of the TableSelectionModel
- tsm
JavaFX TableSelectionModel
- returns
ScalaFX TableSelectionModel
-
implicit
def
jfxTableView2sfx[S](tv: javafx.scene.control.TableView[S]): TableView[S]
Converts a JavaFX
TableViewinstance to its ScalaFX counterpart.Converts a JavaFX
TableViewinstance to its ScalaFX counterpart.- S
The type of the TableView
- tv
JavaFX TableView
- returns
ScalaFX TableView
-
implicit
def
jfxTableViewFocusModel2sfx[S](tvfm: TableViewFocusModel[S]): TableViewFocusModel[S]
Converts a JavaFX
TableView.TableViewFocusModelinstance to its ScalaFX counterpart.Converts a JavaFX
TableView.TableViewFocusModelinstance to its ScalaFX counterpart.- S
The type of the TableView.TableViewFocusModel
- tvfm
JavaFX TableView.TableViewFocusModel
- returns
ScalaFX TableView.TableViewFocusModel
-
implicit
def
jfxTableViewSelectionModel2sfx[S](tvsm: TableViewSelectionModel[S]): TableViewSelectionModel[S]
Converts a JavaFX
TableView.TableViewSelectionModelinstance to its ScalaFX counterpart.Converts a JavaFX
TableView.TableViewSelectionModelinstance to its ScalaFX counterpart.- S
The type of the TableView.TableViewSelectionModel
- tvsm
JavaFX TableView.TableViewSelectionModel
- returns
ScalaFX TableView.TableViewSelectionModel
-
implicit
def
jfxTextArea2sfx(t: javafx.scene.control.TextArea): TextArea
Converts a JavaFX
TextAreainstance to its ScalaFX counterpart.Converts a JavaFX
TextAreainstance to its ScalaFX counterpart.- t
JavaFX TextArea
- returns
ScalaFX TextArea
-
implicit
def
jfxTextField2sfx(v: javafx.scene.control.TextField): TextField
Converts a JavaFX
TextFieldinstance to its ScalaFX counterpart.Converts a JavaFX
TextFieldinstance to its ScalaFX counterpart.- v
JavaFX TextField
- returns
ScalaFX TextField
-
implicit
def
jfxTextFieldListCell2sfx[T](cell: TextFieldListCell[T]): TextFieldListCell[T]
Converts a JavaFX
TextFieldListCellinstance to its ScalaFX counterpart.Converts a JavaFX
TextFieldListCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX TextFieldListCell
- returns
ScalaFX TextFieldListCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxTextFieldProperty2sfx(p: ReadOnlyObjectProperty[javafx.scene.control.TextField]): TextFieldProperty
Converts a JavaFX
TextFieldto a TextFieldProperty.Converts a JavaFX
TextFieldto a TextFieldProperty.- p
A ReadOnlyObjectProperty containing a TextField
- returns
a new TextFieldProperty
-
implicit
def
jfxTextFieldTableCell2sfx[S, T](cell: TextFieldTableCell[S, T]): TextFieldTableCell[S, T]
Converts a JavaFX
TextFieldTableCellinstance to its ScalaFX counterpart.Converts a JavaFX
TextFieldTableCellinstance 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
- Definition Classes
- CellIncludes
-
implicit
def
jfxTextFieldTreeCell2sfx[T](cell: TextFieldTreeCell[T]): TextFieldTreeCell[T]
Converts a JavaFX
TextFieldTreeCellinstance to its ScalaFX counterpart.Converts a JavaFX
TextFieldTreeCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX TextFieldTreeCell
- returns
ScalaFX TextFieldTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxTextFieldTreeTableCell2sfx[S, T](cell: TextFieldTreeTableCell[S, T]): TextFieldTreeTableCell[S, T]
Converts a JavaFX
TextFieldTreeTableCellinstance to its ScalaFX counterpart.Converts a JavaFX
TextFieldTreeTableCellinstance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX TextFieldTreeTableCell
- returns
ScalaFX TextFieldTreeTableCell
- Definition Classes
- CellIncludes
- implicit def jfxTextFormatter2sfx[V](t: javafx.scene.control.TextFormatter[V]): TextFormatter[V]
- implicit def jfxTextFormatterChange2sfx[V](t: Change): Change
-
implicit
def
jfxTextInputControl2sfx(t: javafx.scene.control.TextInputControl): TextInputControl
Converts a JavaFX
TextInputControlinstance to its ScalaFX counterpart.Converts a JavaFX
TextInputControlinstance to its ScalaFX counterpart.- t
JavaFX TextInputControl
- returns
ScalaFX TextInputControl
- implicit def jfxTextInputDialog2sfx(v: javafx.scene.control.TextInputDialog): TextInputDialog
-
implicit
def
jfxTitledPane2sfx(t: javafx.scene.control.TitledPane): TitledPane
Converts a JavaFX
TitledPaneinstance to its ScalaFX counterpart.Converts a JavaFX
TitledPaneinstance to its ScalaFX counterpart.- t
JavaFX TitledPane
- returns
ScalaFX TitledPane
-
implicit
def
jfxToggle2sfx(t: javafx.scene.control.Toggle): Toggle
Converts a JavaFX
Toggleinstance to its ScalaFX counterpart.Converts a JavaFX
Toggleinstance to its ScalaFX counterpart.- t
JavaFX Toggle
- returns
ScalaFX Toggle
-
implicit
def
jfxToggleButton2sfx(tb: javafx.scene.control.ToggleButton): ToggleButton
Converts a JavaFX
ToggleButtoninstance to its ScalaFX counterpart.Converts a JavaFX
ToggleButtoninstance to its ScalaFX counterpart.- tb
JavaFX ToggleButton
- returns
ScalaFX ToggleButton
-
implicit
def
jfxToggleGroup2sfx(tg: javafx.scene.control.ToggleGroup): ToggleGroup
Converts a JavaFX
ToggleGroupinstance to its ScalaFX counterpart.Converts a JavaFX
ToggleGroupinstance to its ScalaFX counterpart.- tg
JavaFX ToggleGroup
- returns
ScalaFX ToggleGroup
-
implicit
def
jfxToolBar2sfx(t: javafx.scene.control.ToolBar): ToolBar
Converts a JavaFX
ToolBarinstance to its ScalaFX counterpart.Converts a JavaFX
ToolBarinstance to its ScalaFX counterpart.- t
JavaFX ToolBar
- returns
ScalaFX ToolBar
-
implicit
def
jfxTooltip2sfx(t: javafx.scene.control.Tooltip): Tooltip
Converts a JavaFX
Tooltipinstance to its ScalaFX counterpart.Converts a JavaFX
Tooltipinstance to its ScalaFX counterpart.- t
JavaFX Tooltip
- returns
ScalaFX Tooltip
-
implicit
def
jfxTreeCell2sfx[T](t: javafx.scene.control.TreeCell[T]): TreeCell[T]
Converts a JavaFX
TreeCellinstance to its ScalaFX counterpart.Converts a JavaFX
TreeCellinstance to its ScalaFX counterpart.- T
The type of the TreeCell
- t
JavaFX TreeCell
- returns
ScalaFX TreeCell
- implicit def jfxTreeCellDataFeatures2sfx[S, T](a: CellDataFeatures[S, T]): CellDataFeatures[S, T]
-
implicit
def
jfxTreeItem2sfx[T](t: javafx.scene.control.TreeItem[T]): TreeItem[T]
Converts a JavaFX
TreeIteminstance to its ScalaFX counterpart.Converts a JavaFX
TreeIteminstance to its ScalaFX counterpart.- T
The type of the TreeItem
- t
JavaFX TreeItem
- returns
ScalaFX TreeItem
-
implicit
def
jfxTreeModificationEvent2sfx[T](tmi: TreeModificationEvent[T]): TreeModificationEvent[T]
Converts a JavaFX
TreeItem.TreeModificationEventinstance to its ScalaFX counterpart.Converts a JavaFX
TreeItem.TreeModificationEventinstance to its ScalaFX counterpart.- T
The type of the TreeItem.TreeModificationEvent
- tmi
JavaFX TreeItem.TreeModificationEvent
- returns
ScalaFX TreeItem.TreeModificationEvent
-
implicit
def
jfxTreeSortMode2sfx(tsm: javafx.scene.control.TreeSortMode): TreeSortMode
Converts a JavaFX
TreeSortModeinstance to its ScalaFX counterpart.Converts a JavaFX
TreeSortModeinstance to its ScalaFX counterpart.- tsm
JavaFX TreeSortMode
- returns
ScalaFX TreeSortMode
- Since
8.0
-
implicit
def
jfxTreeTableCell2sfx[S, T](ttc: javafx.scene.control.TreeTableCell[S, T]): TreeTableCell[S, T]
Converts a JavaFX
TreeTableCellinstance to its ScalaFX counterpart.Converts a JavaFX
TreeTableCellinstance to its ScalaFX counterpart.- S
1st The type of the TreeTableCell
- T
2st The type of the TreeTableCell
- ttc
JavaFX TreeTableCell
- returns
ScalaFX TreeTableCell
- Since
8.0
- implicit def jfxTreeTableColumn2sfx[S, T](a: javafx.scene.control.TreeTableColumn[S, T]): TreeTableColumn[S, T]
-
implicit
def
jfxTreeTablePosition2sfx[S, T](ttp: javafx.scene.control.TreeTablePosition[S, T]): TreeTablePosition[S, T]
Converts a JavaFX
TreeTablePositioninstance to its ScalaFX counterpart.Converts a JavaFX
TreeTablePositioninstance to its ScalaFX counterpart.- S
The type of the TreeItem instances contained within the TreeTableView.
- T
The type of the items contained within the TreeTableColumn.
- ttp
JavaFX TreeTablePosition
- returns
ScalaFX TreeTablePosition
-
implicit
def
jfxTreeTableRow2sfx[T](ttr: javafx.scene.control.TreeTableRow[T]): TreeTableRow[T]
Converts a JavaFX
TreeTableRowinstance to its ScalaFX counterpart.Converts a JavaFX
TreeTableRowinstance to its ScalaFX counterpart.- T
The type of the TreeTableRow
- ttr
JavaFX TreeTableRow
- returns
ScalaFX TreeTableRow
- Since
8.0
-
implicit
def
jfxTreeTableView2sfx[S](a: javafx.scene.control.TreeTableView[S]): TreeTableView[S]
Converts a JavaFX
TreeTableViewinstance to its ScalaFX counterpart.Converts a JavaFX
TreeTableViewinstance to its ScalaFX counterpart.- S
The type of the TreeItem instances contained within the TreeTableView.
- a
JavaFX TreeTableView
- returns
ScalaFX TreeTableView
- Since
8.0
-
implicit
def
jfxTreeTableViewEditEvent2sfx[T](t: EditEvent[T]): EditEvent[T]
Converts a JavaFX
TreeTableViewinstance to its ScalaFX counterpart.Converts a JavaFX
TreeTableViewinstance to its ScalaFX counterpart.- T
The type of the TreeItem instances contained within the TreeTableView.
- t
JavaFX TreeTableView
- returns
ScalaFX TreeTableView
- Since
8.0
-
implicit
def
jfxTreeTableViewFocusModel2sfx[S](ttvfm: TreeTableViewFocusModel[S]): TreeTableViewFocusModel[S]
Converts a JavaFX
TreeTableView.TreeTableViewFocusModelinstance to its ScalaFX counterpart.Converts a JavaFX
TreeTableView.TreeTableViewFocusModelinstance to its ScalaFX counterpart.- S
The type of the TreeItem instances contained within the TreeTableView.
- ttvfm
JavaFX TreeTableView.TreeTableViewFocusModel
- returns
ScalaFX TreeTableView.TreeTableViewFocusModel
-
implicit
def
jfxTreeTableViewResizeFeatures2sfx[S](rf: ResizeFeatures[S]): ResizeFeatures[S]
Converts a JavaFX
TreeTableView.EditEventinstance to its ScalaFX counterpart.Converts a JavaFX
TreeTableView.EditEventinstance to its ScalaFX counterpart.- S
The type of the TreeItem instances contained within the TreeTableView.
- rf
JavaFX TreeTableView.EditEvent
- returns
ScalaFX $TVVE
-
implicit
def
jfxTreeTableViewSelectionModel2sfx[S](ttvsm: TreeTableViewSelectionModel[S]): TreeTableViewSelectionModel[S]
Converts a JavaFX
TreeTableView.TreeTableViewSelectionModelinstance to its ScalaFX counterpart.Converts a JavaFX
TreeTableView.TreeTableViewSelectionModelinstance to its ScalaFX counterpart.- S
The type of the TreeItem instances contained within the TreeTableView.
- ttvsm
JavaFX TreeTableView.TreeTableViewSelectionModel
- returns
ScalaFX TreeTableView.TreeTableViewSelectionModel
-
implicit
def
jfxTreeView2sfx[T](t: javafx.scene.control.TreeView[T]): TreeView[T]
Converts a JavaFX
TreeViewinstance to its ScalaFX counterpart.Converts a JavaFX
TreeViewinstance to its ScalaFX counterpart.- T
The type of the TreeView
- t
JavaFX TreeView
- returns
ScalaFX TreeView
-
implicit
def
jfxTreeViewEditEvent2sfx[T](t: EditEvent[T]): EditEvent[T]
Converts a JavaFX
TreeView.EditEventinstance to its ScalaFX counterpart.Converts a JavaFX
TreeView.EditEventinstance to its ScalaFX counterpart.- T
The type of the TreeView.EditEvent
- t
JavaFX TreeView.EditEvent
- returns
ScalaFX TreeView.EditEvent
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
ScalaFX is a UI DSL written within the Scala Language that sits on top of JavaFX 2.x and and JavaFX 8. This means that every ScalaFX application is also a valid Scala application. By extension it supports full interoperability with Java and can run anywhere the Java Virtual Machine (JVM) and JavaFX 2.0 or JavaFX 8 are supported.
Package Structure
ScalaFX package structure corresponds to JavaFX package structure, for instance
scalafx.animationcorresponds tojavafx.animation.Example Usage
A basic ScalaFX application is created creating an object that is an instance of
JFXApp. Following Java FX theatre metaphor, it contains astagethat contains ascene. Astageroughly corresponds to a window in a typical UI environment. Thesceneholds UI content presented to the user. In the example below, the content is a pane with a singlelabelcomponent.