Module MaterialFX

Class SingleSelectionModel<T>

java.lang.Object
io.github.palexdev.materialfx.selection.base.AbstractSingleSelectionModel<T>
io.github.palexdev.materialfx.selection.SingleSelectionModel<T>
All Implemented Interfaces:
ISingleSelectionModel<T>
Direct Known Subclasses:
ComboBoxSelectionModel

public class SingleSelectionModel<T> extends AbstractSingleSelectionModel<T>
Implementation of AbstractSingleSelectionModel to implement the API specified by ISingleSelectionModel.

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