Class DefaultEntityApplicationModel<M extends DefaultEntityModel<M,E,T>,E extends AbstractEntityEditModel,T extends EntityTableModel<E>>

java.lang.Object
is.codion.framework.model.DefaultEntityApplicationModel<M,E,T>
Type Parameters:
M - the type of DefaultEntityModel this application model is based on
E - the type of AbstractEntityEditModel used by this EntityModel
T - the type of EntityTableModel used by this EntityModel
All Implemented Interfaces:
EntityApplicationModel<M,E,T>
Direct Known Subclasses:
SwingEntityApplicationModel

public class DefaultEntityApplicationModel<M extends DefaultEntityModel<M,E,T>,E extends AbstractEntityEditModel,T extends EntityTableModel<E>> extends Object implements EntityApplicationModel<M,E,T>
A central application model class.