Uses of Class
io.github.sosuisen.jfxbuilder.controls.TreeTableViewTreeTableViewFocusModelBuilder
Packages that use TreeTableViewTreeTableViewFocusModelBuilder
-
Uses of TreeTableViewTreeTableViewFocusModelBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TreeTableViewTreeTableViewFocusModelBuilderModifier and TypeMethodDescriptionTreeTableViewTreeTableViewFocusModelBuilder.apply(Consumer<TreeTableView.TreeTableViewFocusModel<S>> func) Applies a function to the TreeTableViewFocusModel instance being constructed.static <S> TreeTableViewTreeTableViewFocusModelBuilder<S> TreeTableViewTreeTableViewFocusModelBuilder.create(TreeTableView<S> treeTableView) Accepts the constructor arguments ofTreeTableViewFocusModel(TreeTableView)and returns an instance ofTreeTableViewTreeTableViewFocusModelBuilder<S>.TreeTableViewTreeTableViewFocusModelBuilder.focusedCellPropertyApply(Consumer<ReadOnlyObjectProperty<TreeTablePosition<S, ?>>> op) Applies a function to thefocusedCellPropertyof the instance being constructed.TreeTableViewTreeTableViewFocusModelBuilder.focusedIndexPropertyApply(Consumer<ReadOnlyIntegerProperty> op) Applies a function to thefocusedIndexPropertyof the instance being constructed.TreeTableViewTreeTableViewFocusModelBuilder.focusedItemPropertyApply(Consumer<ReadOnlyObjectProperty<TreeItem<S>>> op) Applies a function to thefocusedItemPropertyof the instance being constructed.