Class DefaultEditingDomainFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.eclipse.emf.common.notify.AdapterFactory createAdapterFactory()  
      protected org.eclipse.emf.common.command.BasicCommandStack createCommandStack()  
      org.eclipse.emf.edit.domain.EditingDomain createEditingDomain()
      Creates a new editing domain managing a set of interrelated EMF models in a resource set and track their modifications through a command stack.
      protected org.eclipse.emf.ecore.resource.ResourceSet createResourceSet()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultEditingDomainFactory

        public DefaultEditingDomainFactory()
    • Method Detail

      • createEditingDomain

        public org.eclipse.emf.edit.domain.EditingDomain createEditingDomain()
        Description copied from interface: EMFEditingDomainFactory
        Creates a new editing domain managing a set of interrelated EMF models in a resource set and track their modifications through a command stack.
        Specified by:
        createEditingDomain in interface EMFEditingDomainFactory
        Returns:
        editing domain
      • createCommandStack

        protected org.eclipse.emf.common.command.BasicCommandStack createCommandStack()
      • createAdapterFactory

        protected org.eclipse.emf.common.notify.AdapterFactory createAdapterFactory()
      • createResourceSet

        protected org.eclipse.emf.ecore.resource.ResourceSet createResourceSet()