Uses of Interface
io.github.palexdev.materialfx.selection.base.ITreeSelectionModel
Packages that use ITreeSelectionModel
Package
Description
-
Uses of ITreeSelectionModel in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return ITreeSelectionModelModifier and TypeMethodDescriptionMFXTreeItem.getSelectionModel()Retrieves the selection model instance from the TreeView which contains the tree.MFXTreeView.getSelectionModel()Gets the value of the property selectionModel.Methods in io.github.palexdev.materialfx.controls that return types with arguments of type ITreeSelectionModelMethods in io.github.palexdev.materialfx.controls with parameters of type ITreeSelectionModelModifier and TypeMethodDescriptionvoidMFXTreeView.setSelectionModel(ITreeSelectionModel<T> selectionModel) Sets the value of the property selectionModel. -
Uses of ITreeSelectionModel in io.github.palexdev.materialfx.controls.base
Methods in io.github.palexdev.materialfx.controls.base that return ITreeSelectionModelModifier and TypeMethodDescriptionabstract ITreeSelectionModel<T>AbstractMFXTreeItem.getSelectionModel() -
Uses of ITreeSelectionModel in io.github.palexdev.materialfx.selection
Classes in io.github.palexdev.materialfx.selection that implement ITreeSelectionModelModifier and TypeClassDescriptionclassConcrete implementation of theITreeCheckModelinterface.classConcrete implementation of theITreeSelectionModelinterface. -
Uses of ITreeSelectionModel in io.github.palexdev.materialfx.selection.base
Subinterfaces of ITreeSelectionModel in io.github.palexdev.materialfx.selection.baseModifier and TypeInterfaceDescriptioninterfacePublic API used by any MFXCheckTreeView.