ControlIncludes

scalafx.scene.control.ControlIncludes
See theControlIncludes companion trait

Attributes

Companion
trait
Graph
Supertypes
trait CellIncludes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def jfxAccordion2sfx(a: Accordion): Accordion

Converts a JavaFX Accordion instance to its ScalaFX counterpart.

Converts a JavaFX Accordion instance to its ScalaFX counterpart.

Value parameters

a

JavaFX Accordion

Attributes

Returns

ScalaFX Accordion

Inherited from:
ControlIncludes
implicit def jfxAlert2sfx(a: Alert): Alert

Attributes

Inherited from:
ControlIncludes
implicit def jfxAlertType2sfx(a: AlertType): AlertType

Attributes

Inherited from:
ControlIncludes
implicit def jfxButton2sfx(b: Button): Button

Converts a JavaFX Button instance to its ScalaFX counterpart.

Converts a JavaFX Button instance to its ScalaFX counterpart.

Value parameters

b

JavaFX Button

Attributes

Returns

ScalaFX Button

Inherited from:
ControlIncludes
implicit def jfxButtonBar2sfx(b: ButtonBar): ButtonBar

Attributes

Inherited from:
ControlIncludes
implicit def jfxButtonBase2sfx(b: ButtonBase): ButtonBase

Converts a JavaFX ButtonBase instance to its ScalaFX counterpart.

Converts a JavaFX ButtonBase instance to its ScalaFX counterpart.

Value parameters

b

JavaFX ButtonBase

Attributes

Returns

ScalaFX ButtonBase

Inherited from:
ControlIncludes
implicit def jfxButtonData2sfx(b: ButtonData): ButtonData

Attributes

Inherited from:
ControlIncludes
implicit def jfxButtonType2sfx(b: ButtonType): ButtonType

Attributes

Inherited from:
ControlIncludes
implicit def jfxCell2sfx[T](c: Cell[T]): Cell[T]

Converts a JavaFX Cell instance to its ScalaFX counterpart.

Converts a JavaFX Cell instance to its ScalaFX counterpart.

Type parameters

T

The type of the Cell

Value parameters

c

JavaFX Cell

Attributes

Returns

ScalaFX Cell

Inherited from:
ControlIncludes
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.

Type parameters

T

The type of the TableColumn.CellDataFeatures

Value parameters

cdf

JavaFX TableColumn.CellDataFeatures

Attributes

Returns

ScalaFX TableColumn.CellDataFeatures

Inherited from:
ControlIncludes
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.

Type parameters

T

The type of the TableColumn.CellEditEvent

Value parameters

cee

JavaFX TableColumn.CellEditEvent

Attributes

Returns

ScalaFX TableColumn.CellEditEvent

Inherited from:
ControlIncludes
implicit def jfxCheckBox2sfx(c: CheckBox): CheckBox

Converts a JavaFX CheckBox instance to its ScalaFX counterpart.

Converts a JavaFX CheckBox instance to its ScalaFX counterpart.

Value parameters

c

JavaFX CheckBox

Attributes

Returns

ScalaFX CheckBox

Inherited from:
ControlIncludes
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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX CheckBoxListCell

Attributes

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 parameters

S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX CheckBoxTableCell

Attributes

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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX CheckBoxTreeCell

Attributes

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 parameters

S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX CheckBoxTreeTableCell

Attributes

Returns

ScalaFX CheckBoxTreeTableCell

Inherited from:
CellIncludes
implicit def jfxCheckMenuItem2sfx(c: CheckMenuItem): CheckMenuItem

Converts a JavaFX MenuItem instance to its ScalaFX counterpart.

Converts a JavaFX MenuItem instance to its ScalaFX counterpart.

Value parameters

c

JavaFX CheckMenuItem

Attributes

Returns

ScalaFX CheckMenuItem

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

Converts a JavaFX ChoiceBox instance to its ScalaFX counterpart.

Converts a JavaFX ChoiceBox instance to its ScalaFX counterpart.

Type parameters

J

The type of the ChoiceBox

Value parameters

cb

JavaFX ChoiceBox

Attributes

Returns

ScalaFX ChoiceBox

Inherited from:
ControlIncludes
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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX ChoiceBoxListCell

Attributes

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 parameters

S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX ChoiceBoxTableCell

Attributes

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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX ChoiceBoxTreeCell

Attributes

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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX ChoiceBoxTreeTreeCell

Attributes

Returns

ScalaFX ChoiceBoxTreeTreeCell

Inherited from:
CellIncludes
implicit def jfxChoiceDialog2sfx[T](c: ChoiceDialog[T]): ChoiceDialog[T]

Attributes

Inherited from:
ControlIncludes
implicit def jfxColorPicker2sfx(cp: ColorPicker): ColorPicker

Converts a JavaFX ColorPicker instance to its ScalaFX counterpart.

Converts a JavaFX ColorPicker instance to its ScalaFX counterpart.

Value parameters

cp

JavaFX ColorPicker

Attributes

Returns

ScalaFX ColorPicker

Inherited from:
ControlIncludes
implicit def jfxComboBox2sfx[T](v: ComboBox[T]): ComboBox[T]

Converts a JavaFX ComboBox instance to its ScalaFX counterpart.

Converts a JavaFX ComboBox instance to its ScalaFX counterpart.

Type parameters

T

The type of the ComboBox

Value parameters

v

JavaFX ComboBox

Attributes

Returns

ScalaFX ComboBox

Inherited from:
ControlIncludes
implicit def jfxComboBoxBase2sfx[T](v: ComboBoxBase[T]): ComboBoxBase[T]

Converts a JavaFX ComboBoxBase instance to its ScalaFX counterpart.

Converts a JavaFX ComboBoxBase instance to its ScalaFX counterpart.

Type parameters

T

The type of the ComboBoxBase

Value parameters

v

JavaFX ComboBoxBase

Attributes

Returns

ScalaFX ComboBoxBase

Inherited from:
ControlIncludes
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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX ComboBoxListCell

Attributes

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 parameters

S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX ComboBoxTableCell

Attributes

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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX ComboBoxTreeCell

Attributes

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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX ComboBoxTreeCell

Attributes

Returns

ScalaFX ComboBoxTreeCell

Inherited from:
CellIncludes
implicit def jfxContentDisplay2sfx(e: ContentDisplay): ContentDisplay

Converts a JavaFX ContentDisplay instance to its ScalaFX counterpart.

Converts a JavaFX ContentDisplay instance to its ScalaFX counterpart.

Value parameters

e

JavaFX ContentDisplay

Attributes

Returns

ScalaFX ContentDisplay

Inherited from:
ControlIncludes
implicit def jfxContextMenu2sfx(c: ContextMenu): ContextMenu

Converts a JavaFX ContextMenu instance to its ScalaFX counterpart.

Converts a JavaFX ContextMenu instance to its ScalaFX counterpart.

Value parameters

c

JavaFX ContextMenu

Attributes

Returns

ScalaFX ContextMenu

Inherited from:
ControlIncludes
implicit def jfxControl2sfx(c: Control): Control

Converts a JavaFX Control instance to its ScalaFX counterpart.

Converts a JavaFX Control instance to its ScalaFX counterpart.

Value parameters

c

JavaFX Control

Attributes

Returns

ScalaFX Control

Inherited from:
ControlIncludes
implicit def jfxCustomMenuItem2sfx(c: CustomMenuItem): CustomMenuItem

Converts a JavaFX CustomMenuItem instance to its ScalaFX counterpart.

Converts a JavaFX CustomMenuItem instance to its ScalaFX counterpart.

Value parameters

c

JavaFX CustomMenuItem

Attributes

Returns

ScalaFX CustomMenuItem

Inherited from:
ControlIncludes
implicit def jfxDateCell2sfx(v: DateCell): DateCell

Converts a JavaFX DateCell instance to its ScalaFX counterpart.

Converts a JavaFX DateCell instance to its ScalaFX counterpart.

Value parameters

v

JavaFX DateCell

Attributes

Returns

ScalaFX DateCell

Inherited from:
ControlIncludes
implicit def jfxDatePicker2sfx(v: DatePicker): DatePicker

Converts a JavaFX DatePicker instance to its ScalaFX counterpart.

Converts a JavaFX DatePicker instance to its ScalaFX counterpart.

Value parameters

v

JavaFX DatePicker

Attributes

Returns

ScalaFX DatePicker

Inherited from:
ControlIncludes
implicit def jfxDialog2sfx[R](a: Dialog[R]): Dialog[R]

Attributes

Inherited from:
ControlIncludes
implicit def jfxDialogEvent2sfx(a: DialogEvent): DialogEvent

Attributes

Inherited from:
ControlIncludes
implicit def jfxDialogPane2sfx(a: DialogPane): DialogPane

Attributes

Inherited from:
ControlIncludes
implicit def jfxDoubleSpinnerValueFactory2sfx(ev: DoubleSpinnerValueFactory): DoubleSpinnerValueFactory

Attributes

Inherited from:
ControlIncludes
implicit def jfxFocusModel2sfx[T](v: FocusModel[T]): FocusModel[T]

Converts a JavaFX FocusModel instance to its ScalaFX counterpart.

Converts a JavaFX FocusModel instance to its ScalaFX counterpart.

Type parameters

T

The type of the FocusModel

Value parameters

v

JavaFX FocusModel

Attributes

Returns

ScalaFX FocusModel

Inherited from:
ControlIncludes
implicit def jfxHyperlink2sfx(h: Hyperlink): Hyperlink

Converts a JavaFX Hyperlink instance to its ScalaFX counterpart.

Converts a JavaFX Hyperlink instance to its ScalaFX counterpart.

Value parameters

h

JavaFX Hyperlink

Attributes

Returns

ScalaFX Hyperlink

Inherited from:
ControlIncludes
implicit def jfxIndexRange2sfx(r: IndexRange): IndexRange

Converts a JavaFX IndexRange instance to its ScalaFX counterpart.

Converts a JavaFX IndexRange instance to its ScalaFX counterpart.

Value parameters

r

JavaFX IndexRange

Attributes

Returns

ScalaFX IndexRange

Inherited from:
ControlIncludes
implicit def jfxIndexedCell2sfx[T](c: IndexedCell[T]): IndexedCell[T]

Converts a JavaFX IndexedCell instance to its ScalaFX counterpart.

Converts a JavaFX IndexedCell instance to its ScalaFX counterpart.

Type parameters

T

The type of the IndexedCell

Value parameters

c

JavaFX IndexedCell

Attributes

Returns

ScalaFX IndexedCell

Inherited from:
ControlIncludes
implicit def jfxIntegerSpinnerValueFactory2sfx(ev: IntegerSpinnerValueFactory): IntegerSpinnerValueFactory

Attributes

Inherited from:
ControlIncludes
implicit def jfxLabel2sfx(l: Label): Label

Converts a JavaFX Label instance to its ScalaFX counterpart.

Converts a JavaFX Label instance to its ScalaFX counterpart.

Value parameters

l

JavaFX Label

Attributes

Returns

ScalaFX Label

Inherited from:
ControlIncludes
implicit def jfxLabeled2sfx(l: Labeled): Labeled

Converts a JavaFX Labeled instance to its ScalaFX counterpart.

Converts a JavaFX Labeled instance to its ScalaFX counterpart.

Value parameters

l

JavaFX Labeled

Attributes

Returns

ScalaFX Labeled

Inherited from:
ControlIncludes
implicit def jfxListCell[T](l: ListCell[T]): ListCell[T]

Converts a JavaFX ListCell instance to its ScalaFX counterpart.

Converts a JavaFX ListCell instance to its ScalaFX counterpart.

Type parameters

T

The type of the ListCell

Value parameters

l

JavaFX ListCell

Attributes

Returns

ScalaFX ListCell

Inherited from:
ControlIncludes
implicit def jfxListSpinnerValueFactory2sfx[T](ev: ListSpinnerValueFactory[T]): ListSpinnerValueFactory[T]

Attributes

Inherited from:
ControlIncludes
implicit def jfxListView2sfx[T](l: ListView[T]): ListView[T]

Converts a JavaFX ListView instance to its ScalaFX counterpart.

Converts a JavaFX ListView instance to its ScalaFX counterpart.

Type parameters

T

The type of the ListView

Value parameters

l

JavaFX ListView

Attributes

Returns

ScalaFX ListView

Inherited from:
ControlIncludes
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.

Type parameters

T

The type of the ListView.EditEvent

Value parameters

l

JavaFX ListView.EditEvent

Attributes

Returns

ScalaFX ListView.EditEvent

Inherited from:
ControlIncludes
implicit def jfxMenu2sfx(h: Menu): Menu

Converts a JavaFX Menu instance to its ScalaFX counterpart.

Converts a JavaFX Menu instance to its ScalaFX counterpart.

Value parameters

h

JavaFX Menu

Attributes

Returns

ScalaFX Menu

Inherited from:
ControlIncludes
implicit def jfxMenuBar2sfx(h: MenuBar): MenuBar

Converts a JavaFX MenuBar instance to its ScalaFX counterpart.

Converts a JavaFX MenuBar instance to its ScalaFX counterpart.

Value parameters

h

JavaFX MenuBar

Attributes

Returns

ScalaFX MenuBar

Inherited from:
ControlIncludes
implicit def jfxMenuButton2sfx(h: MenuButton): MenuButton

Converts a JavaFX MenuButton instance to its ScalaFX counterpart.

Converts a JavaFX MenuButton instance to its ScalaFX counterpart.

Value parameters

h

JavaFX MenuButton

Attributes

Returns

ScalaFX MenuButton

Inherited from:
ControlIncludes
implicit def jfxMenuItem2sfx(m: MenuItem): MenuItem

Converts a JavaFX MenuItem instance to its ScalaFX counterpart.

Converts a JavaFX MenuItem instance to its ScalaFX counterpart.

Value parameters

m

JavaFX MenuItem

Attributes

Returns

ScalaFX MenuItem

Inherited from:
ControlIncludes
implicit def jfxMultipleSelectionModel2sfx[T](v: MultipleSelectionModel[T]): MultipleSelectionModel[T]

Converts a JavaFX MultipleSelectionModel instance to its ScalaFX counterpart.

Converts a JavaFX MultipleSelectionModel instance to its ScalaFX counterpart.

Value parameters

v

JavaFX MultipleSelectionModel

Attributes

Returns

ScalaFX MultipleSelectionModel

Inherited from:
ControlIncludes
implicit def jfxOverrunStyle2sfx(e: OverrunStyle): OverrunStyle

Converts a JavaFX OverrunStyle instance to its ScalaFX counterpart.

Converts a JavaFX OverrunStyle instance to its ScalaFX counterpart.

Value parameters

e

JavaFX OverrunStyle

Attributes

Returns

ScalaFX OverrunStyle

Inherited from:
ControlIncludes
implicit def jfxPagination2sfx(p: Pagination): Pagination

Converts a JavaFX Pagination instance to its ScalaFX counterpart.

Converts a JavaFX Pagination instance to its ScalaFX counterpart.

Value parameters

p

JavaFX Pagination

Attributes

Returns

ScalaFX Pagination

Inherited from:
ControlIncludes
implicit def jfxPasswordField2sfx(v: PasswordField): PasswordField

Converts a JavaFX PasswordField instance to its ScalaFX counterpart.

Converts a JavaFX PasswordField instance to its ScalaFX counterpart.

Value parameters

v

JavaFX PasswordField

Attributes

Returns

ScalaFX PasswordField

Inherited from:
ControlIncludes
implicit def jfxPopupControl2sfx(v: PopupControl): PopupControl

Converts a JavaFX PopupControl instance to its ScalaFX counterpart.

Converts a JavaFX PopupControl instance to its ScalaFX counterpart.

Value parameters

v

JavaFX PopupControl

Attributes

Returns

ScalaFX PopupControl

Inherited from:
ControlIncludes
implicit def jfxProgressBar2sfx(p: ProgressBar): ProgressBar

Converts a JavaFX ProgressBar instance to its ScalaFX counterpart.

Converts a JavaFX ProgressBar instance to its ScalaFX counterpart.

Value parameters

p

JavaFX ProgressBar

Attributes

Returns

ScalaFX ProgressBar

Inherited from:
ControlIncludes
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 parameters

S

The type of the elements contained ...

Value parameters

cell

JavaFX ProgressBarTableCell

Attributes

Returns

ScalaFX ProgressBarTableCell

Inherited from:
CellIncludes
implicit def jfxProgressIndicator2sfx(p: ProgressIndicator): ProgressIndicator

Converts a JavaFX ProgressIndicator instance to its ScalaFX counterpart.

Converts a JavaFX ProgressIndicator instance to its ScalaFX counterpart.

Value parameters

p

JavaFX ProgressIndicator

Attributes

Returns

ScalaFX ProgressIndicator

Inherited from:
ControlIncludes
implicit def jfxRadioButton2sfx(rb: RadioButton): RadioButton

Converts a JavaFX RadioButton instance to its ScalaFX counterpart.

Converts a JavaFX RadioButton instance to its ScalaFX counterpart.

Value parameters

rb

JavaFX RadioButton

Attributes

Returns

ScalaFX RadioButton

Inherited from:
ControlIncludes
implicit def jfxRadioMenuItem2sfx(m: RadioMenuItem): RadioMenuItem

Converts a JavaFX RadioMenuItem instance to its ScalaFX counterpart.

Converts a JavaFX RadioMenuItem instance to its ScalaFX counterpart.

Value parameters

m

JavaFX RadioMenuItem

Attributes

Returns

ScalaFX RadioMenuItem

Inherited from:
ControlIncludes
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.

Type parameters

S

The type of the TableView.ResizeFeatures

Value parameters

rf

JavaFX TableView.ResizeFeatures

Attributes

Returns

ScalaFX TableView.ResizeFeatures

Inherited from:
ControlIncludes
implicit def jfxScrollBar2sfx(s: ScrollBar): ScrollBar

Converts a JavaFX ScrollBar instance to its ScalaFX counterpart.

Converts a JavaFX ScrollBar instance to its ScalaFX counterpart.

Value parameters

s

JavaFX ScrollBar

Attributes

Returns

ScalaFX ScrollBar

Inherited from:
ControlIncludes
implicit def jfxScrollPane2sfx(s: ScrollPane): ScrollPane

Converts a JavaFX ScrollPane instance to its ScalaFX counterpart.

Converts a JavaFX ScrollPane instance to its ScalaFX counterpart.

Value parameters

s

JavaFX ScrollPane

Attributes

Returns

ScalaFX ScrollPane

Inherited from:
ControlIncludes
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.

Value parameters

s

JavaFX ScrollPane.ScrollBarPolicy

Attributes

Returns

ScalaFX ScrollPane.ScrollBarPolicy

Inherited from:
ControlIncludes
implicit def jfxScrollToEvent2sfx[T](ev: ScrollToEvent[T]): ScrollToEvent[T]

Converts a JavaFX ScrollToEvent instance to its ScalaFX counterpart.

Converts a JavaFX ScrollToEvent instance to its ScalaFX counterpart.

Value parameters

ev

JavaFX ScrollToEvent

Attributes

Returns

ScalaFX ScrollToEvent

Inherited from:
ControlIncludes
implicit def jfxSelectionMode2sfx(e: SelectionMode): SelectionMode

Converts a JavaFX SelectionMode instance to its ScalaFX counterpart.

Converts a JavaFX SelectionMode instance to its ScalaFX counterpart.

Value parameters

e

JavaFX SelectionMode

Attributes

Returns

ScalaFX SelectionMode

Inherited from:
ControlIncludes
implicit def jfxSelectionModel2sfx[T](v: SelectionModel[T]): SelectionModel[T]

Converts a JavaFX SelectionModel instance to its ScalaFX counterpart.

Converts a JavaFX SelectionModel instance to its ScalaFX counterpart.

Type parameters

T

The type of the SelectionModel

Value parameters

v

JavaFX SelectionModel

Attributes

Returns

ScalaFX SelectionModel

Inherited from:
ControlIncludes
implicit def jfxSeparator2sfx(s: Separator): Separator

Converts a JavaFX Separator instance to its ScalaFX counterpart.

Converts a JavaFX Separator instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Separator

Attributes

Returns

ScalaFX Separator

Inherited from:
ControlIncludes
implicit def jfxSeparatorMenuItem2sfx(s: SeparatorMenuItem): SeparatorMenuItem

Converts a JavaFX SeparatorMenuItem instance to its ScalaFX counterpart.

Converts a JavaFX SeparatorMenuItem instance to its ScalaFX counterpart.

Value parameters

s

JavaFX SeparatorMenuItem

Attributes

Returns

ScalaFX SeparatorMenuItem

Inherited from:
ControlIncludes
implicit def jfxSingleSelectionModel2sfx[T](v: SingleSelectionModel[T]): SingleSelectionModel[T]

Converts a JavaFX SingleSelectionModel instance to its ScalaFX counterpart.

Converts a JavaFX SingleSelectionModel instance to its ScalaFX counterpart.

Type parameters

T

The type of the SingleSelectionModel

Value parameters

v

JavaFX SingleSelectionModel

Attributes

Returns

ScalaFX SingleSelectionModel

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

Converts a JavaFX Skin instance to its ScalaFX counterpart.

Converts a JavaFX Skin instance to its ScalaFX counterpart.

Type parameters

C

The type of the Skin

Value parameters

s

JavaFX Skin

Attributes

Returns

ScalaFX Skin

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

Converts a JavaFX SkinBase instance to its ScalaFX counterpart.

Converts a JavaFX SkinBase instance to its ScalaFX counterpart.

Value parameters

sb

JavaFX SkinBase

Attributes

Returns

ScalaFX SkinBase

Inherited from:
ControlIncludes
implicit def jfxSkinnable2sfxSkinnable(s: Skinnable): Skinnable

Converts a JavaFX Skinnable instance to its ScalaFX counterpart.

Converts a JavaFX Skinnable instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Skinnable

Attributes

Returns

ScalaFX Skinnable

Inherited from:
ControlIncludes
implicit def jfxSlider2sfx(s: Slider): Slider

Converts a JavaFX Slider instance to its ScalaFX counterpart.

Converts a JavaFX Slider instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Slider

Attributes

Returns

ScalaFX Slider

Inherited from:
ControlIncludes
implicit def jfxSortEvent2sfx[C](se: SortEvent[C]): SortEvent[C]

Converts a JavaFX SortEvent instance to its ScalaFX counterpart.

Converts a JavaFX SortEvent instance to its ScalaFX counterpart.

Type parameters

C

The type of the SortEvent

Value parameters

se

JavaFX SortEvent

Attributes

Returns

ScalaFX SortEvent

Inherited from:
ControlIncludes
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.

Value parameters

st

JavaFX TableColumn.SortType

Attributes

Returns

ScalaFX TableColumn.SortType

Inherited from:
ControlIncludes
implicit def jfxSpinner2sfx[T](ev: Spinner[T]): Spinner[T]

Attributes

Inherited from:
ControlIncludes
implicit def jfxSpinnerValueFactory2sfx[T](ev: SpinnerValueFactory[T]): SpinnerValueFactory[T]

Attributes

Inherited from:
ControlIncludes
implicit def jfxSplitMenuButton2sfx(h: SplitMenuButton): SplitMenuButton

Converts a JavaFX SplitMenuButton instance to its ScalaFX counterpart.

Converts a JavaFX SplitMenuButton instance to its ScalaFX counterpart.

Value parameters

h

JavaFX SplitMenuButton

Attributes

Returns

ScalaFX SplitMenuButton

Inherited from:
ControlIncludes
implicit def jfxSplitPane2sfx(s: SplitPane): SplitPane

Converts a JavaFX SplitPane instance to its ScalaFX counterpart.

Converts a JavaFX SplitPane instance to its ScalaFX counterpart.

Value parameters

s

JavaFX SplitPane

Attributes

Returns

ScalaFX SplitPane

Inherited from:
ControlIncludes
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.

Value parameters

d

JavaFX SplitPane.Divider

Attributes

Returns

ScalaFX SplitPane.Divider

Inherited from:
ControlIncludes
implicit def jfxTab2sfx(v: Tab): Tab

Converts a JavaFX Tab instance to its ScalaFX counterpart.

Converts a JavaFX Tab instance to its ScalaFX counterpart.

Value parameters

v

JavaFX Tab

Attributes

Returns

ScalaFX Tab

Inherited from:
ControlIncludes
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.

Value parameters

v

JavaFX TabPane.TabClosingPolicy

Attributes

Returns

ScalaFX TabPane.TabClosingPolicy

Inherited from:
ControlIncludes
implicit def jfxTabPane2sfx(v: TabPane): TabPane

Converts a JavaFX TabPane instance to its ScalaFX counterpart.

Converts a JavaFX TabPane instance to its ScalaFX counterpart.

Value parameters

v

JavaFX TabPane

Attributes

Returns

ScalaFX TabPane

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

Converts a JavaFX TableCell instance to its ScalaFX counterpart.

Converts a JavaFX TableCell instance to its ScalaFX counterpart.

Type parameters

T

The type of the TableCell

Value parameters

tc

JavaFX TableCell

Attributes

Returns

ScalaFX TableCell

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

Converts a JavaFX TableColumn instance to its ScalaFX counterpart.

Converts a JavaFX TableColumn instance to its ScalaFX counterpart.

Type parameters

T

The type of the TableColumn

Value parameters

tc

JavaFX TableColumn

Attributes

Returns

ScalaFX TableColumn

Inherited from:
ControlIncludes
implicit def jfxTableColumnBase2sfx[S, T](tbcb: TableColumnBase[S, T]): TableColumnBase[S, T]

Converts a JavaFX TableColumnBase instance to its ScalaFX counterpart.

Converts a JavaFX TableColumnBase instance to its ScalaFX counterpart.

Type parameters

S

The type of the content in all cells in this table column.

T

The type of the UI control (e.g. the type of the 'row').

Value parameters

tbcb

JavaFX TableColumnBase

Attributes

Returns

ScalaFX TableColumnBase

Inherited from:
ControlIncludes
implicit def jfxTableFocusModel2sfx[T, TC <: TableColumnBase[T, _]](tfm: TableFocusModel[T, TC]): TableFocusModel[T, TC]

Converts a JavaFX TableFocusModel instance to its ScalaFX counterpart.

Converts a JavaFX TableFocusModel instance to its ScalaFX counterpart.

Type parameters

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 parameters

tfm

JavaFX TableFocusModel

Attributes

Returns

ScalaFX TableFocusModel

Since

8.0

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

Converts a JavaFX TablePosition instance to its ScalaFX counterpart.

Converts a JavaFX TablePosition instance to its ScalaFX counterpart.

Type parameters

T

The type of the TablePosition

Value parameters

tp

JavaFX TablePosition

Attributes

Returns

ScalaFX TablePosition

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

Converts a JavaFX TablePositionBase instance to its ScalaFX counterpart.

Converts a JavaFX TablePositionBase instance to its ScalaFX counterpart.

Type parameters

TC

The type of the TablePositionBase

Value parameters

tpb

JavaFX TablePositionBase

Attributes

Returns

ScalaFX TablePositionBase

Since

8.0

Inherited from:
ControlIncludes
implicit def jfxTableRow2sfx[T](tr: TableRow[T]): TableRow[T]

Converts a JavaFX TableRow instance to its ScalaFX counterpart.

Converts a JavaFX TableRow instance to its ScalaFX counterpart.

Type parameters

T

The type of the TableRow

Value parameters

tr

JavaFX TableRow

Attributes

Returns

ScalaFX TableRow

Inherited from:
ControlIncludes
implicit def jfxTableSelectionModel2sfx[T](tsm: TableSelectionModel[T]): TableSelectionModel[T]

Converts a JavaFX TableSelectionModel instance to its ScalaFX counterpart.

Converts a JavaFX TableSelectionModel instance to its ScalaFX counterpart.

Type parameters

T

The type of the TableSelectionModel

Value parameters

tsm

JavaFX TableSelectionModel

Attributes

Returns

ScalaFX TableSelectionModel

Inherited from:
ControlIncludes
implicit def jfxTableView2sfx[S](tv: TableView[S]): TableView[S]

Converts a JavaFX TableView instance to its ScalaFX counterpart.

Converts a JavaFX TableView instance to its ScalaFX counterpart.

Type parameters

S

The type of the TableView

Value parameters

tv

JavaFX TableView

Attributes

Returns

ScalaFX TableView

Inherited from:
ControlIncludes
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.

Type parameters

S

The type of the TableView.TableViewFocusModel

Value parameters

tvfm

JavaFX TableView.TableViewFocusModel

Attributes

Returns

ScalaFX TableView.TableViewFocusModel

Inherited from:
ControlIncludes
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.

Type parameters

S

The type of the TableView.TableViewSelectionModel

Value parameters

tvsm

JavaFX TableView.TableViewSelectionModel

Attributes

Returns

ScalaFX TableView.TableViewSelectionModel

Inherited from:
ControlIncludes
implicit def jfxTextArea2sfx(t: TextArea): TextArea

Converts a JavaFX TextArea instance to its ScalaFX counterpart.

Converts a JavaFX TextArea instance to its ScalaFX counterpart.

Value parameters

t

JavaFX TextArea

Attributes

Returns

ScalaFX TextArea

Inherited from:
ControlIncludes
implicit def jfxTextField2sfx(v: TextField): TextField

Converts a JavaFX TextField instance to its ScalaFX counterpart.

Converts a JavaFX TextField instance to its ScalaFX counterpart.

Value parameters

v

JavaFX TextField

Attributes

Returns

ScalaFX TextField

Inherited from:
ControlIncludes
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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX TextFieldListCell

Attributes

Returns

ScalaFX TextFieldListCell

Inherited from:
CellIncludes

Converts a JavaFX TextField to a TextFieldProperty.

Converts a JavaFX TextField to a TextFieldProperty.

Value parameters

p

A ReadOnlyObjectProperty containing a TextField

Attributes

Returns

a new TextFieldProperty

Inherited from:
ControlIncludes
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 parameters

S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX TextFieldTableCell

Attributes

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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX TextFieldTreeCell

Attributes

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 parameters

T

The type of the elements contained within the Element

Value parameters

cell

JavaFX TextFieldTreeTableCell

Attributes

Returns

ScalaFX TextFieldTreeTableCell

Inherited from:
CellIncludes
implicit def jfxTextFormatter2sfx[V](t: TextFormatter[V]): TextFormatter[V]

Attributes

Inherited from:
ControlIncludes
implicit def jfxTextFormatterChange2sfx(t: Change): Change

Attributes

Inherited from:
ControlIncludes
implicit def jfxTextInputControl2sfx(t: TextInputControl): TextInputControl

Converts a JavaFX TextInputControl instance to its ScalaFX counterpart.

Converts a JavaFX TextInputControl instance to its ScalaFX counterpart.

Value parameters

t

JavaFX TextInputControl

Attributes

Returns

ScalaFX TextInputControl

Inherited from:
ControlIncludes
implicit def jfxTextInputDialog2sfx(v: TextInputDialog): TextInputDialog

Attributes

Inherited from:
ControlIncludes
implicit def jfxTitledPane2sfx(t: TitledPane): TitledPane

Converts a JavaFX TitledPane instance to its ScalaFX counterpart.

Converts a JavaFX TitledPane instance to its ScalaFX counterpart.

Value parameters

t

JavaFX TitledPane

Attributes

Returns

ScalaFX TitledPane

Inherited from:
ControlIncludes
implicit def jfxToggle2sfx(t: Toggle): Toggle

Converts a JavaFX Toggle instance to its ScalaFX counterpart.

Converts a JavaFX Toggle instance to its ScalaFX counterpart.

Value parameters

t

JavaFX Toggle

Attributes

Returns

ScalaFX Toggle

Inherited from:
ControlIncludes
implicit def jfxToggleButton2sfx(tb: ToggleButton): ToggleButton

Converts a JavaFX ToggleButton instance to its ScalaFX counterpart.

Converts a JavaFX ToggleButton instance to its ScalaFX counterpart.

Value parameters

tb

JavaFX ToggleButton

Attributes

Returns

ScalaFX ToggleButton

Inherited from:
ControlIncludes
implicit def jfxToggleGroup2sfx(tg: ToggleGroup): ToggleGroup

Converts a JavaFX ToggleGroup instance to its ScalaFX counterpart.

Converts a JavaFX ToggleGroup instance to its ScalaFX counterpart.

Value parameters

tg

JavaFX ToggleGroup

Attributes

Returns

ScalaFX ToggleGroup

Inherited from:
ControlIncludes
implicit def jfxToolBar2sfx(t: ToolBar): ToolBar

Converts a JavaFX ToolBar instance to its ScalaFX counterpart.

Converts a JavaFX ToolBar instance to its ScalaFX counterpart.

Value parameters

t

JavaFX ToolBar

Attributes

Returns

ScalaFX ToolBar

Inherited from:
ControlIncludes
implicit def jfxTooltip2sfx(t: Tooltip): Tooltip

Converts a JavaFX Tooltip instance to its ScalaFX counterpart.

Converts a JavaFX Tooltip instance to its ScalaFX counterpart.

Value parameters

t

JavaFX Tooltip

Attributes

Returns

ScalaFX Tooltip

Inherited from:
ControlIncludes
implicit def jfxTreeCell2sfx[T](t: TreeCell[T]): TreeCell[T]

Converts a JavaFX TreeCell instance to its ScalaFX counterpart.

Converts a JavaFX TreeCell instance to its ScalaFX counterpart.

Type parameters

T

The type of the TreeCell

Value parameters

t

JavaFX TreeCell

Attributes

Returns

ScalaFX TreeCell

Inherited from:
ControlIncludes
implicit def jfxTreeCellDataFeatures2sfx[S, T](a: CellDataFeatures[S, T]): CellDataFeatures[S, T]

Attributes

Inherited from:
ControlIncludes
implicit def jfxTreeItem2sfx[T](t: TreeItem[T]): TreeItem[T]

Converts a JavaFX TreeItem instance to its ScalaFX counterpart.

Converts a JavaFX TreeItem instance to its ScalaFX counterpart.

Type parameters

T

The type of the TreeItem

Value parameters

t

JavaFX TreeItem

Attributes

Returns

ScalaFX TreeItem

Inherited from:
ControlIncludes
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.

Type parameters

T

The type of the TreeItem.TreeModificationEvent

Value parameters

tmi

JavaFX TreeItem.TreeModificationEvent

Attributes

Returns

ScalaFX TreeItem.TreeModificationEvent

Inherited from:
ControlIncludes
implicit def jfxTreeSortMode2sfx(tsm: TreeSortMode): TreeSortMode

Converts a JavaFX TreeSortMode instance to its ScalaFX counterpart.

Converts a JavaFX TreeSortMode instance to its ScalaFX counterpart.

Value parameters

tsm

JavaFX TreeSortMode

Attributes

Returns

ScalaFX TreeSortMode

Since

8.0

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

Converts a JavaFX TreeTableCell instance to its ScalaFX counterpart.

Converts a JavaFX TreeTableCell instance to its ScalaFX counterpart.

Type parameters

S

1st The type of the TreeTableCell

T

2st The type of the TreeTableCell

Value parameters

ttc

JavaFX TreeTableCell

Attributes

Returns

ScalaFX TreeTableCell

Since

8.0

Inherited from:
ControlIncludes
implicit def jfxTreeTableColumn2sfx[S, T](a: TreeTableColumn[S, T]): TreeTableColumn[S, T]

Attributes

Inherited from:
ControlIncludes
implicit def jfxTreeTablePosition2sfx[S, T](ttp: TreeTablePosition[S, T]): TreeTablePosition[S, T]

Converts a JavaFX TreeTablePosition instance to its ScalaFX counterpart.

Converts a JavaFX TreeTablePosition instance to its ScalaFX counterpart.

Type parameters

S

The type of the TreeItem instances contained within the TreeTableView.

T

The type of the items contained within the TreeTableColumn.

Value parameters

ttp

JavaFX TreeTablePosition

Attributes

Returns

ScalaFX TreeTablePosition

Inherited from:
ControlIncludes
implicit def jfxTreeTableRow2sfx[T](ttr: TreeTableRow[T]): TreeTableRow[T]

Converts a JavaFX TreeTableRow instance to its ScalaFX counterpart.

Converts a JavaFX TreeTableRow instance to its ScalaFX counterpart.

Type parameters

T

The type of the TreeTableRow

Value parameters

ttr

JavaFX TreeTableRow

Attributes

Returns

ScalaFX TreeTableRow

Since

8.0

Inherited from:
ControlIncludes
implicit def jfxTreeTableView2sfx[S](a: TreeTableView[S]): TreeTableView[S]

Converts a JavaFX TreeTableView instance to its ScalaFX counterpart.

Converts a JavaFX TreeTableView instance to its ScalaFX counterpart.

Type parameters

S

The type of the TreeItem instances contained within the TreeTableView.

Value parameters

a

JavaFX TreeTableView

Attributes

Returns

ScalaFX TreeTableView

Since

8.0

Inherited from:
ControlIncludes
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.

Type parameters

T

The type of the TreeItem instances contained within the TreeTableView.

Value parameters

t

JavaFX TreeTableView

Attributes

Returns

ScalaFX TreeTableView

Since

8.0

Inherited from:
ControlIncludes
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.

Type parameters

S

The type of the TreeItem instances contained within the TreeTableView.

Value parameters

ttvfm

JavaFX TreeTableView.TreeTableViewFocusModel

Attributes

Returns

ScalaFX TreeTableView.TreeTableViewFocusModel

Inherited from:
ControlIncludes
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.

Type parameters

S

The type of the TreeItem instances contained within the TreeTableView.

Value parameters

rf

JavaFX TreeTableView.EditEvent

Attributes

Returns

ScalaFX $TVVE

Inherited from:
ControlIncludes
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.

Type parameters

S

The type of the TreeItem instances contained within the TreeTableView.

Value parameters

ttvsm

JavaFX TreeTableView.TreeTableViewSelectionModel

Attributes

Returns

ScalaFX TreeTableView.TreeTableViewSelectionModel

Inherited from:
ControlIncludes
implicit def jfxTreeView2sfx[T](t: TreeView[T]): TreeView[T]

Converts a JavaFX TreeView instance to its ScalaFX counterpart.

Converts a JavaFX TreeView instance to its ScalaFX counterpart.

Type parameters

T

The type of the TreeView

Value parameters

t

JavaFX TreeView

Attributes

Returns

ScalaFX TreeView

Inherited from:
ControlIncludes
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.

Type parameters

T

The type of the TreeView.EditEvent

Value parameters

t

JavaFX TreeView.EditEvent

Attributes

Returns

ScalaFX TreeView.EditEvent

Inherited from:
ControlIncludes