HBoxConstraints

Functions

Link copied to clipboard
open override fun <C : Node> addChild(child: C): C
Link copied to clipboard
@JvmName(name = "clearConstraints2")
inline fun Node.clearConstraints()

Clear children constraints.

Link copied to clipboard
fun <C : Node> C.hgrow(always: Boolean = true): C

Configure hgrow fluidly.

Link copied to clipboard
fun <C : Node> C.margin(insets: Insets): C

Configure margin fluidly.

Properties

Link copied to clipboard
@get:JvmName(name = "getHgrow2")
@set:JvmName(name = "setHgrow2")
var Node.hgrow: Priority?

Children horizontal grow priority in this layout.

Link copied to clipboard
@get:JvmName(name = "getMargin2")
@set:JvmName(name = "setMargin2")
var Node.margin: Insets?

Children margin in this layout.

Extensions

Link copied to clipboard
fun NodeManager.jfxBadge(): JFXBadge

Add a JFXBadge to this manager.

inline fun NodeManager.jfxBadge(configuration: KtfxJfxBadge.() -> Unit): JFXBadge

Add a JFXBadge with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxButton(text: String? = null, graphic: Node? = null): JFXButton

Add a JFXButton to this manager.

inline fun NodeManager.jfxButton(text: String? = null, graphic: Node? = null, configuration: JFXButton.() -> Unit): JFXButton

Add a JFXButton with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxCheckBox(text: String? = null): JFXCheckBox

Add a JFXCheckBox to this manager.

inline fun NodeManager.jfxCheckBox(text: String? = null, configuration: JFXCheckBox.() -> Unit): JFXCheckBox

Add a JFXCheckBox with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.jfxChip(view: JFXChipView<T>, item: T): JFXChip<T>

Add a JFXChip to this manager.

inline fun <T> NodeManager.jfxChip(view: JFXChipView<T>, item: T, configuration: JFXChip<T>.() -> Unit): JFXChip<T>

Add a JFXChip with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.jfxChipView(): JFXChipView<T>

Add a JFXChipView to this manager.

inline fun <T> NodeManager.jfxChipView(configuration: JFXChipView<T>.() -> Unit): JFXChipView<T>

Add a JFXChipView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxClippedPane(): JFXClippedPane

Add a JFXClippedPane to this manager.

inline fun NodeManager.jfxClippedPane(configuration: KtfxJfxClippedPane.() -> Unit): JFXClippedPane

Add a JFXClippedPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxColorPicker(color: Color = WHITE): JFXColorPicker

Add a JFXColorPicker to this manager.

inline fun NodeManager.jfxColorPicker(color: Color = WHITE, configuration: JFXColorPicker.() -> Unit): JFXColorPicker

Add a JFXColorPicker with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.jfxComboBox(items: ObservableList<T> = observableArrayList()): JFXComboBox<T>

Add a JFXComboBox to this manager.

inline fun <T> NodeManager.jfxComboBox(items: ObservableList<T> = observableArrayList(), configuration: JFXComboBox<T>.() -> Unit): JFXComboBox<T>

Add a JFXComboBox with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxDatePicker(date: LocalDate? = null): JFXDatePicker

Add a JFXDatePicker to this manager.

inline fun NodeManager.jfxDatePicker(date: LocalDate? = null, configuration: JFXDatePicker.() -> Unit): JFXDatePicker

Add a JFXDatePicker with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxDecorator(stage: Stage, node: Node, fullScreen: Boolean = true, max: Boolean = true, min: Boolean = true): JFXDecorator

Add a JFXDecorator to this manager.

inline fun NodeManager.jfxDecorator(stage: Stage, node: Node, fullScreen: Boolean = true, max: Boolean = true, min: Boolean = true, configuration: JFXDecorator.() -> Unit): JFXDecorator

Add a JFXDecorator with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.jfxDefaultChip(view: JFXChipView<T>, item: T): JFXDefaultChip<T>

Add a JFXDefaultChip to this manager.

inline fun <T> NodeManager.jfxDefaultChip(view: JFXChipView<T>, item: T, configuration: JFXDefaultChip<T>.() -> Unit): JFXDefaultChip<T>

Add a JFXDefaultChip with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxDrawer(): JFXDrawer

Add a JFXDrawer to this manager.

inline fun NodeManager.jfxDrawer(configuration: KtfxJfxDrawer.() -> Unit): JFXDrawer

Add a JFXDrawer with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxDrawersStack(): JFXDrawersStack

Add a JFXDrawersStack to this manager.

inline fun NodeManager.jfxDrawersStack(configuration: JFXDrawersStack.() -> Unit): JFXDrawersStack

Add a JFXDrawersStack with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxHamburger(): JFXHamburger

Add a JFXHamburger to this manager.

inline fun NodeManager.jfxHamburger(configuration: JFXHamburger.() -> Unit): JFXHamburger

Add a JFXHamburger with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.jfxListCell(): JFXListCell<T>

Add a JFXListCell to this manager.

inline fun <T> NodeManager.jfxListCell(configuration: JFXListCell<T>.() -> Unit): JFXListCell<T>

Add a JFXListCell with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.jfxListView(): JFXListView<T>

Add a JFXListView to this manager.

inline fun <T> NodeManager.jfxListView(configuration: JFXListView<T>.() -> Unit): JFXListView<T>

Add a JFXListView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxMasonryPane(): JFXMasonryPane

Add a JFXMasonryPane to this manager.

inline fun NodeManager.jfxMasonryPane(configuration: KtfxJfxMasonryPane.() -> Unit): JFXMasonryPane

Add a JFXMasonryPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxNodesList(): JFXNodesList

Add a JFXNodesList to this manager.

inline fun NodeManager.jfxNodesList(configuration: KtfxJfxNodesList.() -> Unit): JFXNodesList

Add a JFXNodesList with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxPasswordField(): JFXPasswordField

Add a JFXPasswordField to this manager.

inline fun NodeManager.jfxPasswordField(configuration: JFXPasswordField.() -> Unit): JFXPasswordField

Add a JFXPasswordField with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxProgressBar(progress: Double = INDETERMINATE_PROGRESS): JFXProgressBar

Add a JFXProgressBar to this manager.

inline fun NodeManager.jfxProgressBar(progress: Double = INDETERMINATE_PROGRESS, configuration: JFXProgressBar.() -> Unit): JFXProgressBar

Add a JFXProgressBar with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxRadioButton(text: String? = null): JFXRadioButton

Add a JFXRadioButton to this manager.

inline fun NodeManager.jfxRadioButton(text: String? = null, configuration: JFXRadioButton.() -> Unit): JFXRadioButton

Add a JFXRadioButton with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxRippler(): JFXRippler

Add a JFXRippler to this manager.

inline fun NodeManager.jfxRippler(configuration: KtfxJfxRippler.() -> Unit): JFXRippler

Add a JFXRippler with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxScrollPane(): JFXScrollPane

Add a JFXScrollPane to this manager.

inline fun NodeManager.jfxScrollPane(configuration: KtfxJfxScrollPane.() -> Unit): JFXScrollPane

Add a JFXScrollPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxSlider(min: Double = 0.0, max: Double = 100.0, value: Double = 50.0): JFXSlider

Add a JFXSlider to this manager.

inline fun NodeManager.jfxSlider(min: Double = 0.0, max: Double = 100.0, value: Double = 50.0, configuration: JFXSlider.() -> Unit): JFXSlider

Add a JFXSlider with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxSpinner(progress: Double = INDETERMINATE_PROGRESS): JFXSpinner

Add a JFXSpinner to this manager.

inline fun NodeManager.jfxSpinner(progress: Double = INDETERMINATE_PROGRESS, configuration: JFXSpinner.() -> Unit): JFXSpinner

Add a JFXSpinner with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxTabPane(): JFXTabPane

Add a JFXTabPane to this manager.

inline fun NodeManager.jfxTabPane(configuration: KtfxJfxTabPane.() -> Unit): JFXTabPane

Add a JFXTabPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxTextArea(text: String? = null): JFXTextArea

Add a JFXTextArea to this manager.

inline fun NodeManager.jfxTextArea(text: String? = null, configuration: JFXTextArea.() -> Unit): JFXTextArea

Add a JFXTextArea with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxTextField(text: String? = null): JFXTextField

Add a JFXTextField to this manager.

inline fun NodeManager.jfxTextField(text: String? = null, configuration: JFXTextField.() -> Unit): JFXTextField

Add a JFXTextField with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxTimePicker(time: LocalTime? = null): JFXTimePicker

Add a JFXTimePicker to this manager.

inline fun NodeManager.jfxTimePicker(time: LocalTime? = null, configuration: JFXTimePicker.() -> Unit): JFXTimePicker

Add a JFXTimePicker with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxToggleButton(): JFXToggleButton

Add a JFXToggleButton to this manager.

inline fun NodeManager.jfxToggleButton(configuration: JFXToggleButton.() -> Unit): JFXToggleButton

Add a JFXToggleButton with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxToggleNode(graphic: Node? = null): JFXToggleNode

Add a JFXToggleNode to this manager.

inline fun NodeManager.jfxToggleNode(graphic: Node? = null, configuration: JFXToggleNode.() -> Unit): JFXToggleNode

Add a JFXToggleNode with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxTogglePane(): JFXTogglePane

Add a JFXTogglePane to this manager.

inline fun NodeManager.jfxTogglePane(configuration: KtfxJfxTogglePane.() -> Unit): JFXTogglePane

Add a JFXTogglePane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxToolbar(): JFXToolbar

Add a JFXToolbar to this manager.

inline fun NodeManager.jfxToolbar(configuration: KtfxJfxToolbar.() -> Unit): JFXToolbar

Add a JFXToolbar with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.jfxTreeCell(): JFXTreeCell<T>

Add a JFXTreeCell to this manager.

inline fun <T> NodeManager.jfxTreeCell(configuration: JFXTreeCell<T>.() -> Unit): JFXTreeCell<T>

Add a JFXTreeCell with configuration block to this manager.

Link copied to clipboard
fun <S : RecursiveTreeObject<S>> NodeManager.jfxTreeTableView(root: TreeItem<S>? = null): JFXTreeTableView<S>

Add a JFXTreeTableView to this manager.

inline fun <S : RecursiveTreeObject<S>> NodeManager.jfxTreeTableView(root: TreeItem<S>? = null, configuration: JFXTreeTableView<S>.() -> Unit): JFXTreeTableView<S>

Add a JFXTreeTableView with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.jfxTreeView(root: TreeItem<T>? = null): JFXTreeView<T>

Add a JFXTreeView to this manager.

inline fun <T> NodeManager.jfxTreeView(root: TreeItem<T>? = null, configuration: JFXTreeView<T>.() -> Unit): JFXTreeView<T>

Add a JFXTreeView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.jfxTreeViewPath(treeView: TreeView<*>? = null): JFXTreeViewPath

Add a JFXTreeViewPath to this manager.

inline fun NodeManager.jfxTreeViewPath(treeView: TreeView<*>? = null, configuration: JFXTreeViewPath.() -> Unit): JFXTreeViewPath

Add a JFXTreeViewPath with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXBadge(vararg styleClass: String, id: String? = null): JFXBadge

Add a styled JFXBadge to this manager.

inline fun NodeManager.styledJFXBadge(vararg styleClass: String, id: String? = null, configuration: KtfxJfxBadge.() -> Unit): JFXBadge

Add a styled JFXBadge with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXButton(text: String? = null, graphic: Node? = null, vararg styleClass: String, id: String? = null): JFXButton

Add a styled JFXButton to this manager.

inline fun NodeManager.styledJFXButton(text: String? = null, graphic: Node? = null, vararg styleClass: String, id: String? = null, configuration: JFXButton.() -> Unit): JFXButton

Add a styled JFXButton with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXCheckBox(text: String? = null, vararg styleClass: String, id: String? = null): JFXCheckBox

Add a styled JFXCheckBox to this manager.

inline fun NodeManager.styledJFXCheckBox(text: String? = null, vararg styleClass: String, id: String? = null, configuration: JFXCheckBox.() -> Unit): JFXCheckBox

Add a styled JFXCheckBox with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledJFXChip(view: JFXChipView<T>, item: T, vararg styleClass: String, id: String? = null): JFXChip<T>

Add a styled JFXChip to this manager.

inline fun <T> NodeManager.styledJFXChip(view: JFXChipView<T>, item: T, vararg styleClass: String, id: String? = null, configuration: JFXChip<T>.() -> Unit): JFXChip<T>

Add a styled JFXChip with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledJFXChipView(vararg styleClass: String, id: String? = null): JFXChipView<T>

Add a styled JFXChipView to this manager.

inline fun <T> NodeManager.styledJFXChipView(vararg styleClass: String, id: String? = null, configuration: JFXChipView<T>.() -> Unit): JFXChipView<T>

Add a styled JFXChipView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXClippedPane(vararg styleClass: String, id: String? = null): JFXClippedPane

Add a styled JFXClippedPane to this manager.

inline fun NodeManager.styledJFXClippedPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxClippedPane.() -> Unit): JFXClippedPane

Add a styled JFXClippedPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXColorPicker(color: Color = WHITE, vararg styleClass: String, id: String? = null): JFXColorPicker

Add a styled JFXColorPicker to this manager.

inline fun NodeManager.styledJFXColorPicker(color: Color = WHITE, vararg styleClass: String, id: String? = null, configuration: JFXColorPicker.() -> Unit): JFXColorPicker

Add a styled JFXColorPicker with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledJFXComboBox(items: ObservableList<T> = observableArrayList(), vararg styleClass: String, id: String? = null): JFXComboBox<T>

Add a styled JFXComboBox to this manager.

inline fun <T> NodeManager.styledJFXComboBox(items: ObservableList<T> = observableArrayList(), vararg styleClass: String, id: String? = null, configuration: JFXComboBox<T>.() -> Unit): JFXComboBox<T>

Add a styled JFXComboBox with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXDatePicker(date: LocalDate? = null, vararg styleClass: String, id: String? = null): JFXDatePicker

Add a styled JFXDatePicker to this manager.

inline fun NodeManager.styledJFXDatePicker(date: LocalDate? = null, vararg styleClass: String, id: String? = null, configuration: JFXDatePicker.() -> Unit): JFXDatePicker

Add a styled JFXDatePicker with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXDecorator(stage: Stage, node: Node, fullScreen: Boolean = true, max: Boolean = true, min: Boolean = true, vararg styleClass: String, id: String? = null): JFXDecorator

Add a styled JFXDecorator to this manager.

inline fun NodeManager.styledJFXDecorator(stage: Stage, node: Node, fullScreen: Boolean = true, max: Boolean = true, min: Boolean = true, vararg styleClass: String, id: String? = null, configuration: JFXDecorator.() -> Unit): JFXDecorator

Add a styled JFXDecorator with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledJFXDefaultChip(view: JFXChipView<T>, item: T, vararg styleClass: String, id: String? = null): JFXDefaultChip<T>

Add a styled JFXDefaultChip to this manager.

inline fun <T> NodeManager.styledJFXDefaultChip(view: JFXChipView<T>, item: T, vararg styleClass: String, id: String? = null, configuration: JFXDefaultChip<T>.() -> Unit): JFXDefaultChip<T>

Add a styled JFXDefaultChip with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXDrawer(vararg styleClass: String, id: String? = null): JFXDrawer

Add a styled JFXDrawer to this manager.

inline fun NodeManager.styledJFXDrawer(vararg styleClass: String, id: String? = null, configuration: KtfxJfxDrawer.() -> Unit): JFXDrawer

Add a styled JFXDrawer with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXDrawersStack(vararg styleClass: String, id: String? = null): JFXDrawersStack

Add a styled JFXDrawersStack to this manager.

inline fun NodeManager.styledJFXDrawersStack(vararg styleClass: String, id: String? = null, configuration: JFXDrawersStack.() -> Unit): JFXDrawersStack

Add a styled JFXDrawersStack with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXHamburger(vararg styleClass: String, id: String? = null): JFXHamburger

Add a styled JFXHamburger to this manager.

inline fun NodeManager.styledJFXHamburger(vararg styleClass: String, id: String? = null, configuration: JFXHamburger.() -> Unit): JFXHamburger

Add a styled JFXHamburger with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledJFXListCell(vararg styleClass: String, id: String? = null): JFXListCell<T>

Add a styled JFXListCell to this manager.

inline fun <T> NodeManager.styledJFXListCell(vararg styleClass: String, id: String? = null, configuration: JFXListCell<T>.() -> Unit): JFXListCell<T>

Add a styled JFXListCell with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledJFXListView(vararg styleClass: String, id: String? = null): JFXListView<T>

Add a styled JFXListView to this manager.

inline fun <T> NodeManager.styledJFXListView(vararg styleClass: String, id: String? = null, configuration: JFXListView<T>.() -> Unit): JFXListView<T>

Add a styled JFXListView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXMasonryPane(vararg styleClass: String, id: String? = null): JFXMasonryPane

Add a styled JFXMasonryPane to this manager.

inline fun NodeManager.styledJFXMasonryPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxMasonryPane.() -> Unit): JFXMasonryPane

Add a styled JFXMasonryPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXNodesList(vararg styleClass: String, id: String? = null): JFXNodesList

Add a styled JFXNodesList to this manager.

inline fun NodeManager.styledJFXNodesList(vararg styleClass: String, id: String? = null, configuration: KtfxJfxNodesList.() -> Unit): JFXNodesList

Add a styled JFXNodesList with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXPasswordField(vararg styleClass: String, id: String? = null): JFXPasswordField

Add a styled JFXPasswordField to this manager.

inline fun NodeManager.styledJFXPasswordField(vararg styleClass: String, id: String? = null, configuration: JFXPasswordField.() -> Unit): JFXPasswordField

Add a styled JFXPasswordField with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXProgressBar(progress: Double = INDETERMINATE_PROGRESS, vararg styleClass: String, id: String? = null): JFXProgressBar

Add a styled JFXProgressBar to this manager.

inline fun NodeManager.styledJFXProgressBar(progress: Double = INDETERMINATE_PROGRESS, vararg styleClass: String, id: String? = null, configuration: JFXProgressBar.() -> Unit): JFXProgressBar

Add a styled JFXProgressBar with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXRadioButton(text: String? = null, vararg styleClass: String, id: String? = null): JFXRadioButton

Add a styled JFXRadioButton to this manager.

inline fun NodeManager.styledJFXRadioButton(text: String? = null, vararg styleClass: String, id: String? = null, configuration: JFXRadioButton.() -> Unit): JFXRadioButton

Add a styled JFXRadioButton with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXRippler(vararg styleClass: String, id: String? = null): JFXRippler

Add a styled JFXRippler to this manager.

inline fun NodeManager.styledJFXRippler(vararg styleClass: String, id: String? = null, configuration: KtfxJfxRippler.() -> Unit): JFXRippler

Add a styled JFXRippler with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXScrollPane(vararg styleClass: String, id: String? = null): JFXScrollPane

Add a styled JFXScrollPane to this manager.

inline fun NodeManager.styledJFXScrollPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxScrollPane.() -> Unit): JFXScrollPane

Add a styled JFXScrollPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXSlider(min: Double = 0.0, max: Double = 100.0, value: Double = 50.0, vararg styleClass: String, id: String? = null): JFXSlider

Add a styled JFXSlider to this manager.

inline fun NodeManager.styledJFXSlider(min: Double = 0.0, max: Double = 100.0, value: Double = 50.0, vararg styleClass: String, id: String? = null, configuration: JFXSlider.() -> Unit): JFXSlider

Add a styled JFXSlider with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXSpinner(progress: Double = INDETERMINATE_PROGRESS, vararg styleClass: String, id: String? = null): JFXSpinner

Add a styled JFXSpinner to this manager.

inline fun NodeManager.styledJFXSpinner(progress: Double = INDETERMINATE_PROGRESS, vararg styleClass: String, id: String? = null, configuration: JFXSpinner.() -> Unit): JFXSpinner

Add a styled JFXSpinner with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXTabPane(vararg styleClass: String, id: String? = null): JFXTabPane

Add a styled JFXTabPane to this manager.

inline fun NodeManager.styledJFXTabPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxTabPane.() -> Unit): JFXTabPane

Add a styled JFXTabPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXTextArea(text: String? = null, vararg styleClass: String, id: String? = null): JFXTextArea

Add a styled JFXTextArea to this manager.

inline fun NodeManager.styledJFXTextArea(text: String? = null, vararg styleClass: String, id: String? = null, configuration: JFXTextArea.() -> Unit): JFXTextArea

Add a styled JFXTextArea with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXTextField(text: String? = null, vararg styleClass: String, id: String? = null): JFXTextField

Add a styled JFXTextField to this manager.

inline fun NodeManager.styledJFXTextField(text: String? = null, vararg styleClass: String, id: String? = null, configuration: JFXTextField.() -> Unit): JFXTextField

Add a styled JFXTextField with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXTimePicker(time: LocalTime? = null, vararg styleClass: String, id: String? = null): JFXTimePicker

Add a styled JFXTimePicker to this manager.

inline fun NodeManager.styledJFXTimePicker(time: LocalTime? = null, vararg styleClass: String, id: String? = null, configuration: JFXTimePicker.() -> Unit): JFXTimePicker

Add a styled JFXTimePicker with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXToggleButton(vararg styleClass: String, id: String? = null): JFXToggleButton

Add a styled JFXToggleButton to this manager.

inline fun NodeManager.styledJFXToggleButton(vararg styleClass: String, id: String? = null, configuration: JFXToggleButton.() -> Unit): JFXToggleButton

Add a styled JFXToggleButton with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXToggleNode(graphic: Node? = null, vararg styleClass: String, id: String? = null): JFXToggleNode

Add a styled JFXToggleNode to this manager.

inline fun NodeManager.styledJFXToggleNode(graphic: Node? = null, vararg styleClass: String, id: String? = null, configuration: JFXToggleNode.() -> Unit): JFXToggleNode

Add a styled JFXToggleNode with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXTogglePane(vararg styleClass: String, id: String? = null): JFXTogglePane

Add a styled JFXTogglePane to this manager.

inline fun NodeManager.styledJFXTogglePane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxTogglePane.() -> Unit): JFXTogglePane

Add a styled JFXTogglePane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXToolbar(vararg styleClass: String, id: String? = null): JFXToolbar

Add a styled JFXToolbar to this manager.

inline fun NodeManager.styledJFXToolbar(vararg styleClass: String, id: String? = null, configuration: KtfxJfxToolbar.() -> Unit): JFXToolbar

Add a styled JFXToolbar with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledJFXTreeCell(vararg styleClass: String, id: String? = null): JFXTreeCell<T>

Add a styled JFXTreeCell to this manager.

inline fun <T> NodeManager.styledJFXTreeCell(vararg styleClass: String, id: String? = null, configuration: JFXTreeCell<T>.() -> Unit): JFXTreeCell<T>

Add a styled JFXTreeCell with configuration block to this manager.

Link copied to clipboard
fun <S : RecursiveTreeObject<S>> NodeManager.styledJFXTreeTableView(root: TreeItem<S>? = null, vararg styleClass: String, id: String? = null): JFXTreeTableView<S>

Add a styled JFXTreeTableView to this manager.

inline fun <S : RecursiveTreeObject<S>> NodeManager.styledJFXTreeTableView(root: TreeItem<S>? = null, vararg styleClass: String, id: String? = null, configuration: JFXTreeTableView<S>.() -> Unit): JFXTreeTableView<S>

Add a styled JFXTreeTableView with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledJFXTreeView(root: TreeItem<T>? = null, vararg styleClass: String, id: String? = null): JFXTreeView<T>

Add a styled JFXTreeView to this manager.

inline fun <T> NodeManager.styledJFXTreeView(root: TreeItem<T>? = null, vararg styleClass: String, id: String? = null, configuration: JFXTreeView<T>.() -> Unit): JFXTreeView<T>

Add a styled JFXTreeView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledJFXTreeViewPath(treeView: TreeView<*>? = null, vararg styleClass: String, id: String? = null): JFXTreeViewPath

Add a styled JFXTreeViewPath to this manager.

inline fun NodeManager.styledJFXTreeViewPath(treeView: TreeView<*>? = null, vararg styleClass: String, id: String? = null, configuration: JFXTreeViewPath.() -> Unit): JFXTreeViewPath

Add a styled JFXTreeViewPath with configuration block to this manager.