Package is.codion.swing.framework.model
Class SwingEntityApplicationModel
java.lang.Object
is.codion.framework.model.DefaultEntityApplicationModel<SwingEntityModel,SwingEntityEditModel,SwingEntityTableModel>
is.codion.swing.framework.model.SwingEntityApplicationModel
- All Implemented Interfaces:
EntityApplicationModel<SwingEntityModel,SwingEntityEditModel, SwingEntityTableModel>
public class SwingEntityApplicationModel
extends DefaultEntityApplicationModel<SwingEntityModel,SwingEntityEditModel,SwingEntityTableModel>
A Swing implementation of
EntityApplicationModel-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.framework.model.EntityApplicationModel
EntityApplicationModel.EntityModels<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> -
Field Summary
Fields inherited from interface is.codion.framework.model.EntityApplicationModel
PREFERENCES_KEY, RESTORE_DEFAULT_PREFERENCES, USER_PREFERENCES -
Constructor Summary
ConstructorsConstructorDescriptionSwingEntityApplicationModel(EntityConnectionProvider connectionProvider, Collection<SwingEntityModel> entityModels) Instantiates a newSwingEntityApplicationModelSwingEntityApplicationModel(EntityConnectionProvider connectionProvider, Collection<SwingEntityModel> entityModels, Version version) Instantiates a newSwingEntityApplicationModel -
Method Summary
Methods inherited from class is.codion.framework.model.DefaultEntityApplicationModel
connection, connectionProvider, entities, entityModels, preferences, user, version
-
Constructor Details
-
SwingEntityApplicationModel
public SwingEntityApplicationModel(EntityConnectionProvider connectionProvider, Collection<SwingEntityModel> entityModels) Instantiates a newSwingEntityApplicationModel- Parameters:
connectionProvider- the connection providerentityModels- the entity models
-
SwingEntityApplicationModel
public SwingEntityApplicationModel(EntityConnectionProvider connectionProvider, Collection<SwingEntityModel> entityModels, Version version) Instantiates a newSwingEntityApplicationModel- Parameters:
connectionProvider- the connection providerentityModels- the entity modelsversion- the application version
-