Uses of Class
io.github.palexdev.materialfx.controls.MFXCheckTreeItem
Packages that use MFXCheckTreeItem
Package
Description
-
Uses of MFXCheckTreeItem in io.github.palexdev.materialfx.controls
Constructors in io.github.palexdev.materialfx.controls with parameters of type MFXCheckTreeItem -
Uses of MFXCheckTreeItem in io.github.palexdev.materialfx.controls.cell
Constructors in io.github.palexdev.materialfx.controls.cell with parameters of type MFXCheckTreeItemModifierConstructorDescriptionMFXCheckTreeCell(MFXCheckTreeItem<T> item) MFXCheckTreeCell(MFXCheckTreeItem<T> item, double fixedHeight) -
Uses of MFXCheckTreeItem in io.github.palexdev.materialfx.selection
Methods in io.github.palexdev.materialfx.selection that return types with arguments of type MFXCheckTreeItemMethods in io.github.palexdev.materialfx.selection with parameters of type MFXCheckTreeItemModifier and TypeMethodDescriptionvoidTreeCheckModel.check(MFXCheckTreeItem<T> item, MFXCheckTreeItem.CheckTreeItemEvent<?> event) This method is called byMFXCheckTreeItemSkinwhen the checkbox is fired.voidTreeCheckModel.scanTree(MFXCheckTreeItem<T> item) If you set some item to be checked before the tree is laid out then it's needed to scan the tree and add all the checked items to the list. -
Uses of MFXCheckTreeItem in io.github.palexdev.materialfx.selection.base
Methods in io.github.palexdev.materialfx.selection.base that return types with arguments of type MFXCheckTreeItemMethods in io.github.palexdev.materialfx.selection.base with parameters of type MFXCheckTreeItemModifier and TypeMethodDescriptionvoidITreeCheckModel.check(MFXCheckTreeItem<T> item, MFXCheckTreeItem.CheckTreeItemEvent<?> event) voidITreeCheckModel.scanTree(MFXCheckTreeItem<T> item) -
Uses of MFXCheckTreeItem in io.github.palexdev.materialfx.skins
Constructors in io.github.palexdev.materialfx.skins with parameters of type MFXCheckTreeItem