Module MaterialFX

Class MultipleSelectionModel<T>

java.lang.Object
io.github.palexdev.materialfx.selection.base.AbstractMultipleSelectionModel<T>
io.github.palexdev.materialfx.selection.MultipleSelectionModel<T>
All Implemented Interfaces:
IMultipleSelectionModel<T>

public class MultipleSelectionModel<T> extends AbstractMultipleSelectionModel<T>
Implementation of AbstractMultipleSelectionModel to implement the API specified by IMultipleSelectionModel.

The logic is handled by MultipleSelectionManager, in fact all methods are just delegates.