Package com.macrofocus.selection.implementation
An implementation of the selection package.
-
Class Summary Class Description AbstractMutableSelection<E> This class provides a skeletal implementation of the MutableSelection interface to minimize the effort required to implement this interface.AbstractMutableSingleSelection<E> This class provides a skeletal implementation of the MutableSelection interface to minimize the effort required to implement this interface.AbstractSelection<E> This class provides a skeletal implementation of the Selection interface to minimize the effort required to implement this interface.AbstractSelectionEvent<E> Created by luc on 20/04/16.BeanSingleSelection<E> NullSelection<E> Data model for multiple selection supporting null value to be selected.NullSingleSelection<E> Default data model for single selection.PropertySingleSelection<E> SimpleSelection<E> Default data model for multiple selection.SimpleSelectionEvent<E> Default implementation of a SelectionEvent.SimpleSingleSelection<E> Default data model for single selection.SingleSelectionEvent<E> Default implementation of a SelectionEvent for single selection.