Package org.eclipse.gef.mvc.fx.domain
This package contains a JavaFX-specific
IDomain
implementation:
HistoricizingDomain
.-
Interface Summary Interface Description IDomain A domain represents the collective state of a MVC application. -
Class Summary Class Description HistoricizingDomain TheHistoricizingDomain
is anIDomain
that uses anIOperationHistory
for executingITransactionalOperations
.