Uses of Class
io.github.palexdev.materialfx.controls.MFXTreeView
Packages that use MFXTreeView
Package
Description
-
Uses of MFXTreeView in io.github.palexdev.materialfx.controls
Subclasses of MFXTreeView in io.github.palexdev.materialfx.controlsModifier and TypeClassDescriptionclassThis is the container for a tree made of MFXCheckTreeItems. -
Uses of MFXTreeView in io.github.palexdev.materialfx.controls.base
Methods in io.github.palexdev.materialfx.controls.base that return MFXTreeViewModifier and TypeMethodDescriptionAbstractMFXTreeItem.getTreeView()Retrieves the instance of the TreeView which contains the tree.Methods in io.github.palexdev.materialfx.controls.base that return types with arguments of type MFXTreeViewMethods in io.github.palexdev.materialfx.controls.base with parameters of type MFXTreeViewModifier and TypeMethodDescriptionvoidAbstractMFXTreeItem.setTreeView(MFXTreeView<T> treeView) Sets this item's TreeView reference to the given one.