| Package | Description |
|---|---|
| com.toolsverse.mvc.model | |
| com.toolsverse.mvc.pojo | |
| com.toolsverse.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Model
This interface defines the methods required of objects filling the role of Model in the Toolsverse Model/View/Controller implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelImpl
Abstract implementation of the Model interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PojoWrapper<P>
The default implementation of the Model interface ModelImpl uses name\value pairs to store model attributes instead of member variables.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UpdateList<E>
A List which extends Mutable interface and provides the lists of the deleted and inserted elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateArrayList<E>
ArrayList implementation of the UpdateList interface.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.