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, EntityConnection connection) Instantiates a newSwingEntityEditModelbased on the given entity type.SwingEntityEditModel(EntityType entityType, EntityConnection connection, SwingEntityEditor.SwingComponentModels componentModels) Instantiates a newSwingEntityEditModelbased on the given entity type. -
Method Summary
Methods inherited from class is.codion.framework.model.AbstractEntityEditModel
connection, 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 thisSwingEntityEditModelonconnection- theEntityConnectioninstance
-
SwingEntityEditModel
public SwingEntityEditModel(EntityType entityType, EntityConnection connection, SwingEntityEditor.SwingComponentModels componentModels) Instantiates a newSwingEntityEditModelbased on the given entity type.- Parameters:
entityType- the type of the entity to base thisSwingEntityEditModelonconnection- theEntityConnectioninstancecomponentModels- the component models
-