| Interface | Description |
|---|---|
| ModelChangeListener |
Objects capable to subscribe to model change notifications.
|
| Scrollable2D |
Two-dimensional scrollable object.
|
| Viewport |
This interface provides
ScrollableContainer with means to notify objects implementing this
interface about changes of visible area available for widget input and output. |
| Class | Description |
|---|---|
| ComboBoxModel<T> |
Combo-box data model
|
| IntegerModel |
Integer number as a model.
|
| ListModel<T> |
List data model.
|
| ListSelectionModel |
Selection model for lists.
|
| Model |
This class represent the model in MVC architecture.
|
| ScrollModel |
Scrollable model.
|