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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
jfxAccordion2sfx(a: javafx.scene.control.Accordion): Accordion
Converts a JavaFX
Accordion
instance to its ScalaFX counterpart.Converts a JavaFX
Accordion
instance 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
Button
instance to its ScalaFX counterpart.Converts a JavaFX
Button
instance 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
ButtonBase
instance to its ScalaFX counterpart.Converts a JavaFX
ButtonBase
instance 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
Cell
instance to its ScalaFX counterpart.Converts a JavaFX
Cell
instance 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.CellDataFeatures
instance to its ScalaFX counterpart.Converts a JavaFX
TableColumn.CellDataFeatures
instance 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.CellEditEvent
instance to its ScalaFX counterpart.Converts a JavaFX
TableColumn.CellEditEvent
instance 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
CheckBox
instance to its ScalaFX counterpart.Converts a JavaFX
CheckBox
instance to its ScalaFX counterpart.- c
JavaFX CheckBox
- returns
ScalaFX CheckBox
-
implicit
def
jfxCheckBoxListCell2sfx[T](cell: CheckBoxListCell[T]): CheckBoxListCell[T]
Converts a JavaFX
CheckBoxListCell
instance to its ScalaFX counterpart.Converts a JavaFX
CheckBoxListCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX CheckBoxListCell
- returns
ScalaFX CheckBoxListCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxCheckBoxTableCell2sfx[S, T](cell: CheckBoxTableCell[S, T]): CheckBoxTableCell[S, T]
Converts a JavaFX
CheckBoxTableCell
instance to its ScalaFX counterpart.Converts a JavaFX
CheckBoxTableCell
instance to its ScalaFX counterpart.- S
The type of the elements contained ...
- T
The type of the elements contained within the Element
- cell
JavaFX CheckBoxTableCell
- returns
ScalaFX CheckBoxTableCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxCheckBoxTreeCell2sfx[T](cell: CheckBoxTreeCell[T]): CheckBoxTreeCell[T]
Converts a JavaFX
CheckBoxTreeCell
instance to its ScalaFX counterpart.Converts a JavaFX
CheckBoxTreeCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX CheckBoxTreeCell
- returns
ScalaFX CheckBoxTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxCheckBoxTreeTableCell2sfx[S, T](cell: CheckBoxTreeTableCell[S, T]): CheckBoxTreeTableCell[S, T]
Converts a JavaFX
CheckBoxTreeTableCell
instance to its ScalaFX counterpart.Converts a JavaFX
CheckBoxTreeTableCell
instance to its ScalaFX counterpart.- S
The type of the elements contained ...
- T
The type of the elements contained within the Element
- cell
JavaFX CheckBoxTreeTableCell
- returns
ScalaFX CheckBoxTreeTableCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxCheckMenuItem2sfx(c: javafx.scene.control.CheckMenuItem): CheckMenuItem
Converts a JavaFX
MenuItem
instance to its ScalaFX counterpart.Converts a JavaFX
MenuItem
instance 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
ChoiceBox
instance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBox
instance 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
ChoiceBoxListCell
instance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBoxListCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ChoiceBoxListCell
- returns
ScalaFX ChoiceBoxListCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxChoiceBoxTableCell2sfx[S, T](cell: ChoiceBoxTableCell[S, T]): ChoiceBoxTableCell[S, T]
Converts a JavaFX
ChoiceBoxTableCell
instance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBoxTableCell
instance to its ScalaFX counterpart.- S
The type of the elements contained ...
- T
The type of the elements contained within the Element
- cell
JavaFX ChoiceBoxTableCell
- returns
ScalaFX ChoiceBoxTableCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxChoiceBoxTreeCell2sfx[T](cell: ChoiceBoxTreeCell[T]): ChoiceBoxTreeCell[T]
Converts a JavaFX
ChoiceBoxTreeCell
instance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBoxTreeCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ChoiceBoxTreeCell
- returns
ScalaFX ChoiceBoxTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxChoiceBoxTreeTableCell2sfx[S, T](cell: ChoiceBoxTreeTableCell[S, T]): ChoiceBoxTreeTableCell[S, T]
Converts a JavaFX
ChoiceBoxTreeTreeCell
instance to its ScalaFX counterpart.Converts a JavaFX
ChoiceBoxTreeTreeCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ChoiceBoxTreeTreeCell
- returns
ScalaFX ChoiceBoxTreeTreeCell
- 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
ColorPicker
instance to its ScalaFX counterpart.Converts a JavaFX
ColorPicker
instance 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
ComboBox
instance to its ScalaFX counterpart.Converts a JavaFX
ComboBox
instance 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
ComboBoxBase
instance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxBase
instance 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
ComboBoxListCell
instance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxListCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ComboBoxListCell
- returns
ScalaFX ComboBoxListCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxComboBoxTableCell2sfx[S, T](cell: ComboBoxTableCell[S, T]): ComboBoxTableCell[S, T]
Converts a JavaFX
ComboBoxTableCell
instance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxTableCell
instance to its ScalaFX counterpart.- S
The type of the elements contained ...
- T
The type of the elements contained within the Element
- cell
JavaFX ComboBoxTableCell
- returns
ScalaFX ComboBoxTableCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxComboBoxTreeCell2sfx[T](cell: ComboBoxTreeCell[T]): ComboBoxTreeCell[T]
Converts a JavaFX
ComboBoxTreeCell
instance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxTreeCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ComboBoxTreeCell
- returns
ScalaFX ComboBoxTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxComboBoxTreeTableCell2sfx[S, T](cell: ComboBoxTreeTableCell[S, T]): ComboBoxTreeTableCell[S, T]
Converts a JavaFX
ComboBoxTreeCell
instance to its ScalaFX counterpart.Converts a JavaFX
ComboBoxTreeCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX ComboBoxTreeCell
- returns
ScalaFX ComboBoxTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxContentDisplay2sfx(e: javafx.scene.control.ContentDisplay): ContentDisplay
Converts a JavaFX
ContentDisplay
instance to its ScalaFX counterpart.Converts a JavaFX
ContentDisplay
instance to its ScalaFX counterpart.- e
JavaFX ContentDisplay
- returns
ScalaFX ContentDisplay
-
implicit
def
jfxContextMenu2sfx(c: javafx.scene.control.ContextMenu): ContextMenu
Converts a JavaFX
ContextMenu
instance to its ScalaFX counterpart.Converts a JavaFX
ContextMenu
instance to its ScalaFX counterpart.- c
JavaFX ContextMenu
- returns
ScalaFX ContextMenu
-
implicit
def
jfxControl2sfx(c: javafx.scene.control.Control): Control
Converts a JavaFX
Control
instance to its ScalaFX counterpart.Converts a JavaFX
Control
instance to its ScalaFX counterpart.- c
JavaFX Control
- returns
ScalaFX Control
-
implicit
def
jfxCustomMenuItem2sfx(c: javafx.scene.control.CustomMenuItem): CustomMenuItem
Converts a JavaFX
CustomMenuItem
instance to its ScalaFX counterpart.Converts a JavaFX
CustomMenuItem
instance to its ScalaFX counterpart.- c
JavaFX CustomMenuItem
- returns
ScalaFX CustomMenuItem
-
implicit
def
jfxDateCell2sfx(v: javafx.scene.control.DateCell): DateCell
Converts a JavaFX
DateCell
instance to its ScalaFX counterpart.Converts a JavaFX
DateCell
instance to its ScalaFX counterpart.- v
JavaFX DateCell
- returns
ScalaFX DateCell
-
implicit
def
jfxDatePicker2sfx(v: javafx.scene.control.DatePicker): DatePicker
Converts a JavaFX
DatePicker
instance to its ScalaFX counterpart.Converts a JavaFX
DatePicker
instance 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
FocusModel
instance to its ScalaFX counterpart.Converts a JavaFX
FocusModel
instance 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
Hyperlink
instance to its ScalaFX counterpart.Converts a JavaFX
Hyperlink
instance to its ScalaFX counterpart.- h
JavaFX Hyperlink
- returns
ScalaFX Hyperlink
-
implicit
def
jfxIndexRange2sfx(r: javafx.scene.control.IndexRange): IndexRange
Converts a JavaFX
IndexRange
instance to its ScalaFX counterpart.Converts a JavaFX
IndexRange
instance 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
IndexedCell
instance to its ScalaFX counterpart.Converts a JavaFX
IndexedCell
instance 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
Label
instance to its ScalaFX counterpart.Converts a JavaFX
Label
instance to its ScalaFX counterpart.- l
JavaFX Label
- returns
ScalaFX Label
-
implicit
def
jfxLabeled2sfx(l: javafx.scene.control.Labeled): Labeled
Converts a JavaFX
Labeled
instance to its ScalaFX counterpart.Converts a JavaFX
Labeled
instance 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
ListCell
instance to its ScalaFX counterpart.Converts a JavaFX
ListCell
instance 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
ListView
instance to its ScalaFX counterpart.Converts a JavaFX
ListView
instance 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.EditEvent
instance to its ScalaFX counterpart.Converts a JavaFX
ListView.EditEvent
instance 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
Menu
instance to its ScalaFX counterpart.Converts a JavaFX
Menu
instance to its ScalaFX counterpart.- h
JavaFX Menu
- returns
ScalaFX Menu
-
implicit
def
jfxMenuBar2sfx(h: javafx.scene.control.MenuBar): MenuBar
Converts a JavaFX
MenuBar
instance to its ScalaFX counterpart.Converts a JavaFX
MenuBar
instance to its ScalaFX counterpart.- h
JavaFX MenuBar
- returns
ScalaFX MenuBar
-
implicit
def
jfxMenuButton2sfx(h: javafx.scene.control.MenuButton): MenuButton
Converts a JavaFX
MenuButton
instance to its ScalaFX counterpart.Converts a JavaFX
MenuButton
instance to its ScalaFX counterpart.- h
JavaFX MenuButton
- returns
ScalaFX MenuButton
-
implicit
def
jfxMenuItem2sfx(m: javafx.scene.control.MenuItem): MenuItem
Converts a JavaFX
MenuItem
instance to its ScalaFX counterpart.Converts a JavaFX
MenuItem
instance 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
MultipleSelectionModel
instance to its ScalaFX counterpart.Converts a JavaFX
MultipleSelectionModel
instance to its ScalaFX counterpart.- v
JavaFX MultipleSelectionModel
- returns
ScalaFX MultipleSelectionModel
-
implicit
def
jfxOverrunStyle2sfx(e: javafx.scene.control.OverrunStyle): OverrunStyle
Converts a JavaFX
OverrunStyle
instance to its ScalaFX counterpart.Converts a JavaFX
OverrunStyle
instance to its ScalaFX counterpart.- e
JavaFX OverrunStyle
- returns
ScalaFX OverrunStyle
-
implicit
def
jfxPagination2sfx(p: javafx.scene.control.Pagination): Pagination
Converts a JavaFX
Pagination
instance to its ScalaFX counterpart.Converts a JavaFX
Pagination
instance to its ScalaFX counterpart.- p
JavaFX Pagination
- returns
ScalaFX Pagination
-
implicit
def
jfxPasswordField2sfx(v: javafx.scene.control.PasswordField): PasswordField
Converts a JavaFX
PasswordField
instance to its ScalaFX counterpart.Converts a JavaFX
PasswordField
instance to its ScalaFX counterpart.- v
JavaFX PasswordField
- returns
ScalaFX PasswordField
-
implicit
def
jfxPopupControl2sfx(v: javafx.scene.control.PopupControl): PopupControl
Converts a JavaFX
PopupControl
instance to its ScalaFX counterpart.Converts a JavaFX
PopupControl
instance to its ScalaFX counterpart.- v
JavaFX PopupControl
- returns
ScalaFX PopupControl
-
implicit
def
jfxProgressBar2sfx(p: javafx.scene.control.ProgressBar): ProgressBar
Converts a JavaFX
ProgressBar
instance to its ScalaFX counterpart.Converts a JavaFX
ProgressBar
instance to its ScalaFX counterpart.- p
JavaFX ProgressBar
- returns
ScalaFX ProgressBar
-
implicit
def
jfxProgressBarTableCell2sfx[S](cell: ProgressBarTableCell[S]): ProgressBarTableCell[S]
Converts a JavaFX
ProgressBarTableCell
instance to its ScalaFX counterpart.Converts a JavaFX
ProgressBarTableCell
instance to its ScalaFX counterpart.- S
The type of the elements contained ...
- cell
JavaFX ProgressBarTableCell
- returns
ScalaFX ProgressBarTableCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxProgressIndicator2sfx(p: javafx.scene.control.ProgressIndicator): ProgressIndicator
Converts a JavaFX
ProgressIndicator
instance to its ScalaFX counterpart.Converts a JavaFX
ProgressIndicator
instance to its ScalaFX counterpart.- p
JavaFX ProgressIndicator
- returns
ScalaFX ProgressIndicator
-
implicit
def
jfxRadioButton2sfx(rb: javafx.scene.control.RadioButton): RadioButton
Converts a JavaFX
RadioButton
instance to its ScalaFX counterpart.Converts a JavaFX
RadioButton
instance to its ScalaFX counterpart.- rb
JavaFX RadioButton
- returns
ScalaFX RadioButton
-
implicit
def
jfxRadioMenuItem2sfx(m: javafx.scene.control.RadioMenuItem): RadioMenuItem
Converts a JavaFX
RadioMenuItem
instance to its ScalaFX counterpart.Converts a JavaFX
RadioMenuItem
instance to its ScalaFX counterpart.- m
JavaFX RadioMenuItem
- returns
ScalaFX RadioMenuItem
-
implicit
def
jfxResizeFeatures2sfx[S](rf: ResizeFeatures[S]): ResizeFeatures[S]
Converts a JavaFX
TableView.ResizeFeatures
instance to its ScalaFX counterpart.Converts a JavaFX
TableView.ResizeFeatures
instance 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
ResizeFeaturesBase
instance to its ScalaFX counterpart.Converts a JavaFX
ResizeFeaturesBase
instance 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
ScrollBar
instance to its ScalaFX counterpart.Converts a JavaFX
ScrollBar
instance to its ScalaFX counterpart.- s
JavaFX ScrollBar
- returns
ScalaFX ScrollBar
-
implicit
def
jfxScrollPane2sfx(s: javafx.scene.control.ScrollPane): ScrollPane
Converts a JavaFX
ScrollPane
instance to its ScalaFX counterpart.Converts a JavaFX
ScrollPane
instance to its ScalaFX counterpart.- s
JavaFX ScrollPane
- returns
ScalaFX ScrollPane
-
implicit
def
jfxScrollPaneScrollBarPolicy2sfx(s: ScrollBarPolicy): ScrollBarPolicy
Converts a JavaFX
ScrollPane.ScrollBarPolicy
instance to its ScalaFX counterpart.Converts a JavaFX
ScrollPane.ScrollBarPolicy
instance 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
ScrollToEvent
instance to its ScalaFX counterpart.Converts a JavaFX
ScrollToEvent
instance to its ScalaFX counterpart.- ev
JavaFX ScrollToEvent
- returns
ScalaFX ScrollToEvent
-
implicit
def
jfxSelectionMode2sfx(e: javafx.scene.control.SelectionMode): SelectionMode
Converts a JavaFX
SelectionMode
instance to its ScalaFX counterpart.Converts a JavaFX
SelectionMode
instance 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
SelectionModel
instance to its ScalaFX counterpart.Converts a JavaFX
SelectionModel
instance 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
Separator
instance to its ScalaFX counterpart.Converts a JavaFX
Separator
instance to its ScalaFX counterpart.- s
JavaFX Separator
- returns
ScalaFX Separator
-
implicit
def
jfxSeparatorMenuItem2sfx(s: javafx.scene.control.SeparatorMenuItem): SeparatorMenuItem
Converts a JavaFX
SeparatorMenuItem
instance to its ScalaFX counterpart.Converts a JavaFX
SeparatorMenuItem
instance 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
SingleSelectionModel
instance to its ScalaFX counterpart.Converts a JavaFX
SingleSelectionModel
instance 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
Skin
instance to its ScalaFX counterpart.Converts a JavaFX
Skin
instance 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
SkinBase
instance to its ScalaFX counterpart.Converts a JavaFX
SkinBase
instance to its ScalaFX counterpart.- sb
JavaFX SkinBase
- returns
ScalaFX SkinBase
-
implicit
def
jfxSkinnable2sfxSkinnable(s: javafx.scene.control.Skinnable): Skinnable
Converts a JavaFX
Skinnable
instance to its ScalaFX counterpart.Converts a JavaFX
Skinnable
instance to its ScalaFX counterpart.- s
JavaFX Skinnable
- returns
ScalaFX Skinnable
-
implicit
def
jfxSlider2sfx(s: javafx.scene.control.Slider): Slider
Converts a JavaFX
Slider
instance to its ScalaFX counterpart.Converts a JavaFX
Slider
instance 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
SortEvent
instance to its ScalaFX counterpart.Converts a JavaFX
SortEvent
instance 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.SortType
instance to its ScalaFX counterpart.Converts a JavaFX
TableColumn.SortType
instance 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
SplitMenuButton
instance to its ScalaFX counterpart.Converts a JavaFX
SplitMenuButton
instance to its ScalaFX counterpart.- h
JavaFX SplitMenuButton
- returns
ScalaFX SplitMenuButton
-
implicit
def
jfxSplitPane2sfx(s: javafx.scene.control.SplitPane): SplitPane
Converts a JavaFX
SplitPane
instance to its ScalaFX counterpart.Converts a JavaFX
SplitPane
instance to its ScalaFX counterpart.- s
JavaFX SplitPane
- returns
ScalaFX SplitPane
-
implicit
def
jfxSplitPaneDivider2sfx(d: Divider): Divider
Converts a JavaFX
SplitPane.Divider
instance to its ScalaFX counterpart.Converts a JavaFX
SplitPane.Divider
instance to its ScalaFX counterpart.- d
JavaFX SplitPane.Divider
- returns
ScalaFX SplitPane.Divider
-
implicit
def
jfxTab2sfx(v: javafx.scene.control.Tab): Tab
Converts a JavaFX
Tab
instance to its ScalaFX counterpart.Converts a JavaFX
Tab
instance to its ScalaFX counterpart.- v
JavaFX Tab
- returns
ScalaFX Tab
-
implicit
def
jfxTabClosingPolicy2sfx(v: TabClosingPolicy): TabClosingPolicy
Converts a JavaFX
TabPane.TabClosingPolicy
instance to its ScalaFX counterpart.Converts a JavaFX
TabPane.TabClosingPolicy
instance to its ScalaFX counterpart.- v
JavaFX TabPane.TabClosingPolicy
- returns
ScalaFX TabPane.TabClosingPolicy
-
implicit
def
jfxTabPane2sfx(v: javafx.scene.control.TabPane): TabPane
Converts a JavaFX
TabPane
instance to its ScalaFX counterpart.Converts a JavaFX
TabPane
instance 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
TableCell
instance to its ScalaFX counterpart.Converts a JavaFX
TableCell
instance 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
TableColumn
instance to its ScalaFX counterpart.Converts a JavaFX
TableColumn
instance 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
TableFocusModel
instance to its ScalaFX counterpart.Converts a JavaFX
TableFocusModel
instance 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
TablePosition
instance to its ScalaFX counterpart.Converts a JavaFX
TablePosition
instance 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
TablePositionBase
instance to its ScalaFX counterpart.Converts a JavaFX
TablePositionBase
instance 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
TableRow
instance to its ScalaFX counterpart.Converts a JavaFX
TableRow
instance 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
TableSelectionModel
instance to its ScalaFX counterpart.Converts a JavaFX
TableSelectionModel
instance 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
TableView
instance to its ScalaFX counterpart.Converts a JavaFX
TableView
instance 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.TableViewFocusModel
instance to its ScalaFX counterpart.Converts a JavaFX
TableView.TableViewFocusModel
instance 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.TableViewSelectionModel
instance to its ScalaFX counterpart.Converts a JavaFX
TableView.TableViewSelectionModel
instance 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
TextArea
instance to its ScalaFX counterpart.Converts a JavaFX
TextArea
instance to its ScalaFX counterpart.- t
JavaFX TextArea
- returns
ScalaFX TextArea
-
implicit
def
jfxTextField2sfx(v: javafx.scene.control.TextField): TextField
Converts a JavaFX
TextField
instance to its ScalaFX counterpart.Converts a JavaFX
TextField
instance to its ScalaFX counterpart.- v
JavaFX TextField
- returns
ScalaFX TextField
-
implicit
def
jfxTextFieldListCell2sfx[T](cell: TextFieldListCell[T]): TextFieldListCell[T]
Converts a JavaFX
TextFieldListCell
instance to its ScalaFX counterpart.Converts a JavaFX
TextFieldListCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX TextFieldListCell
- returns
ScalaFX TextFieldListCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxTextFieldProperty2sfx(p: ReadOnlyObjectProperty[javafx.scene.control.TextField]): TextFieldProperty
Converts a JavaFX
TextField
to a TextFieldProperty.Converts a JavaFX
TextField
to 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
TextFieldTableCell
instance to its ScalaFX counterpart.Converts a JavaFX
TextFieldTableCell
instance to its ScalaFX counterpart.- S
The type of the elements contained ...
- T
The type of the elements contained within the Element
- cell
JavaFX TextFieldTableCell
- returns
ScalaFX TextFieldTableCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxTextFieldTreeCell2sfx[T](cell: TextFieldTreeCell[T]): TextFieldTreeCell[T]
Converts a JavaFX
TextFieldTreeCell
instance to its ScalaFX counterpart.Converts a JavaFX
TextFieldTreeCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX TextFieldTreeCell
- returns
ScalaFX TextFieldTreeCell
- Definition Classes
- CellIncludes
-
implicit
def
jfxTextFieldTreeTableCell2sfx[S, T](cell: TextFieldTreeTableCell[S, T]): TextFieldTreeTableCell[S, T]
Converts a JavaFX
TextFieldTreeTableCell
instance to its ScalaFX counterpart.Converts a JavaFX
TextFieldTreeTableCell
instance to its ScalaFX counterpart.- T
The type of the elements contained within the Element
- cell
JavaFX TextFieldTreeTableCell
- returns
ScalaFX TextFieldTreeTableCell
- 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
TextInputControl
instance to its ScalaFX counterpart.Converts a JavaFX
TextInputControl
instance 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
TitledPane
instance to its ScalaFX counterpart.Converts a JavaFX
TitledPane
instance to its ScalaFX counterpart.- t
JavaFX TitledPane
- returns
ScalaFX TitledPane
-
implicit
def
jfxToggle2sfx(t: javafx.scene.control.Toggle): Toggle
Converts a JavaFX
Toggle
instance to its ScalaFX counterpart.Converts a JavaFX
Toggle
instance to its ScalaFX counterpart.- t
JavaFX Toggle
- returns
ScalaFX Toggle
-
implicit
def
jfxToggleButton2sfx(tb: javafx.scene.control.ToggleButton): ToggleButton
Converts a JavaFX
ToggleButton
instance to its ScalaFX counterpart.Converts a JavaFX
ToggleButton
instance to its ScalaFX counterpart.- tb
JavaFX ToggleButton
- returns
ScalaFX ToggleButton
-
implicit
def
jfxToggleGroup2sfx(tg: javafx.scene.control.ToggleGroup): ToggleGroup
Converts a JavaFX
ToggleGroup
instance to its ScalaFX counterpart.Converts a JavaFX
ToggleGroup
instance to its ScalaFX counterpart.- tg
JavaFX ToggleGroup
- returns
ScalaFX ToggleGroup
-
implicit
def
jfxToolBar2sfx(t: javafx.scene.control.ToolBar): ToolBar
Converts a JavaFX
ToolBar
instance to its ScalaFX counterpart.Converts a JavaFX
ToolBar
instance to its ScalaFX counterpart.- t
JavaFX ToolBar
- returns
ScalaFX ToolBar
-
implicit
def
jfxTooltip2sfx(t: javafx.scene.control.Tooltip): Tooltip
Converts a JavaFX
Tooltip
instance to its ScalaFX counterpart.Converts a JavaFX
Tooltip
instance 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
TreeCell
instance to its ScalaFX counterpart.Converts a JavaFX
TreeCell
instance 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
TreeItem
instance to its ScalaFX counterpart.Converts a JavaFX
TreeItem
instance 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.TreeModificationEvent
instance to its ScalaFX counterpart.Converts a JavaFX
TreeItem.TreeModificationEvent
instance 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
TreeSortMode
instance to its ScalaFX counterpart.Converts a JavaFX
TreeSortMode
instance 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
TreeTableCell
instance to its ScalaFX counterpart.Converts a JavaFX
TreeTableCell
instance 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
TreeTablePosition
instance to its ScalaFX counterpart.Converts a JavaFX
TreeTablePosition
instance 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
TreeTableRow
instance to its ScalaFX counterpart.Converts a JavaFX
TreeTableRow
instance 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
TreeTableView
instance to its ScalaFX counterpart.Converts a JavaFX
TreeTableView
instance 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
TreeTableView
instance to its ScalaFX counterpart.Converts a JavaFX
TreeTableView
instance 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.TreeTableViewFocusModel
instance to its ScalaFX counterpart.Converts a JavaFX
TreeTableView.TreeTableViewFocusModel
instance 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.EditEvent
instance to its ScalaFX counterpart.Converts a JavaFX
TreeTableView.EditEvent
instance 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.TreeTableViewSelectionModel
instance to its ScalaFX counterpart.Converts a JavaFX
TreeTableView.TreeTableViewSelectionModel
instance 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
TreeView
instance to its ScalaFX counterpart.Converts a JavaFX
TreeView
instance 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.EditEvent
instance to its ScalaFX counterpart.Converts a JavaFX
TreeView.EditEvent
instance 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
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): 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.animation
corresponds 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 astage
that contains ascene
. Astage
roughly corresponds to a window in a typical UI environment. Thescene
holds UI content presented to the user. In the example below, the content is a pane with a singlelabel
component.