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

java.lang.Object
is.codion.framework.model.DefaultEntityEditor<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:
EntityEditor<M,E,T,R>
Direct Known Subclasses:
SwingEntityEditor

public class DefaultEntityEditor<M extends EntityModel<M,E,T,R>,E extends EntityEditModel<M,E,T,R>,T extends EntityTableModel<M,E,T,R>,R extends EntityEditor<M,E,T,R>> extends Object implements EntityEditor<M,E,T,R>
A default EntityEditor implementation.