Uses of Interface
io.github.palexdev.materialfx.selection.base.IMultipleSelectionModel
Packages that use IMultipleSelectionModel
Package
Description
-
Uses of IMultipleSelectionModel in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return IMultipleSelectionModel -
Uses of IMultipleSelectionModel in io.github.palexdev.materialfx.controls.base
Fields in io.github.palexdev.materialfx.controls.base declared as IMultipleSelectionModelModifier and TypeFieldDescriptionprotected final IMultipleSelectionModel<T>AbstractMFXListView.selectionModelMethods in io.github.palexdev.materialfx.controls.base that return IMultipleSelectionModelModifier and TypeMethodDescriptionAbstractMFXListView.getSelectionModel()IListView.getSelectionModel() -
Uses of IMultipleSelectionModel in io.github.palexdev.materialfx.selection
Classes in io.github.palexdev.materialfx.selection that implement IMultipleSelectionModelModifier and TypeClassDescriptionclassImplementation ofAbstractMultipleSelectionModelto implement the API specified byIMultipleSelectionModel. -
Uses of IMultipleSelectionModel in io.github.palexdev.materialfx.selection.base
Classes in io.github.palexdev.materialfx.selection.base that implement IMultipleSelectionModelModifier and TypeClassDescriptionclassAbstract base class for all MultipleSelectionModels.