styledJFXTreeViewPath

fun styledJFXTreeViewPath(treeView: TreeView<*>? = null, vararg styleClass: String, id: String? = null): JFXTreeViewPath

Create a styled JFXTreeViewPath.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


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

Add a styled JFXTreeViewPath to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


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

Create a styled JFXTreeViewPath with configuration block.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.


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.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.