Uses of Class
io.github.sosuisen.jfxbuilder.controls.CheckBoxTreeItemTreeModificationEventBuilder
Packages that use CheckBoxTreeItemTreeModificationEventBuilder
-
Uses of CheckBoxTreeItemTreeModificationEventBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return CheckBoxTreeItemTreeModificationEventBuilderModifier and TypeMethodDescriptionCheckBoxTreeItemTreeModificationEventBuilder.apply
(Consumer<CheckBoxTreeItem.TreeModificationEvent<T>> func) Applies a function to the TreeModificationEvent instance being constructed.static <T> CheckBoxTreeItemTreeModificationEventBuilder<T>
CheckBoxTreeItemTreeModificationEventBuilder.create
(EventType<? extends Event> eventType, CheckBoxTreeItem<T> treeItem, boolean selectionChanged) Accepts the constructor arguments ofTreeModificationEvent(EventType, CheckBoxTreeItem, boolean)
and returns an instance ofCheckBoxTreeItemTreeModificationEventBuilder<T>
.