Class AbstractEntityApplicationModel<M extends EntityModel<M,E,T,R>,E extends EntityEditModel<R>,T extends EntityTableModel<E,R>,R extends EntityEditor<R>>

java.lang.Object
is.codion.framework.model.AbstractEntityApplicationModel<M,E,T,R>
Type Parameters:
M - the EntityModel type
E - the EntityEditModel type
T - the EntityTableModel type
R - the EntityEditor type
All Implemented Interfaces:
EntityApplicationModel<M,E,T,R>
Direct Known Subclasses:
SwingEntityApplicationModel

public abstract class AbstractEntityApplicationModel<M extends EntityModel<M,E,T,R>,E extends EntityEditModel<R>,T extends EntityTableModel<E,R>,R extends EntityEditor<R>> extends Object implements EntityApplicationModel<M,E,T,R>
An abstract EntityApplicationModel implementation.