Uses of Interface
io.github.palexdev.materialfx.selection.base.ISingleSelectionModel
Packages that use ISingleSelectionModel
Package
Description
-
Uses of ISingleSelectionModel in io.github.palexdev.materialfx.controls.base
Methods in io.github.palexdev.materialfx.controls.base that return ISingleSelectionModel -
Uses of ISingleSelectionModel in io.github.palexdev.materialfx.selection
Classes in io.github.palexdev.materialfx.selection that implement ISingleSelectionModelModifier and TypeClassDescriptionclassExtension ofSingleSelectionModelto implement a few more methods for comboboxes.classImplementation ofAbstractSingleSelectionModelto implement the API specified byISingleSelectionModel. -
Uses of ISingleSelectionModel in io.github.palexdev.materialfx.selection.base
Classes in io.github.palexdev.materialfx.selection.base that implement ISingleSelectionModelModifier and TypeClassDescriptionclassAbstract base class for all SingleSelectionModels.