Package is.codion.swing.framework.model
Class SwingEntityEditModel
java.lang.Object
is.codion.framework.model.AbstractEntityEditModel<SwingEntityEditor>
is.codion.swing.framework.model.SwingEntityEditModel
- All Implemented Interfaces:
EntityEditModel<SwingEntityEditor>
A Swing implementation of
EntityEditModel.-
Constructor Summary
ConstructorsConstructorDescriptionSwingEntityEditModel(EntityType entityType, EntityConnectionProvider connectionProvider) Instantiates a newSwingEntityEditModelbased on the given entity type.SwingEntityEditModel(EntityType entityType, EntityConnectionProvider connectionProvider, SwingEntityEditor.SwingComponentModels componentModels) Instantiates a newSwingEntityEditModelbased on the given entity type. -
Method Summary
Methods inherited from class is.codion.framework.model.AbstractEntityEditModel
connection, connectionProvider, editor, entities, entityDefinition, entityType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface is.codion.framework.model.EntityEditModel
restore, store
-
Constructor Details
-
SwingEntityEditModel
Instantiates a newSwingEntityEditModelbased on the given entity type.- Parameters:
entityType- the type of the entity to base thisSwingEntityEditModelonconnectionProvider- theEntityConnectionProviderinstance
-
SwingEntityEditModel
public SwingEntityEditModel(EntityType entityType, EntityConnectionProvider connectionProvider, SwingEntityEditor.SwingComponentModels componentModels) Instantiates a newSwingEntityEditModelbased on the given entity type.- Parameters:
entityType- the type of the entity to base thisSwingEntityEditModelonconnectionProvider- theEntityConnectionProviderinstancecomponentModels- the component models
-