SelectionModels class.See: Description
| Interface | Description |
|---|---|
| SelectionListener<T> |
Interface for classes that want to be informed about changes in a
SelectionModel |
| SelectionModel<T> |
Interface describing a selection model
|
| Class | Description |
|---|---|
| LoggingSelectionListener<T> |
A
SelectionListener that prints logging information about
the selection changes |
| SelectionEvent<T> |
A class describing a change in a
SelectionModel. |
| SelectionModels |
Methods to create
SelectionModel instances |
Selection models may be instantiated with the
SelectionModels class. They will notify
registered SelectionListeners about
changes in the selection.
Copyright © 2015. All rights reserved.