744745746747748749750
} }); // Create the editing domain with a special command stack. // editingDomain = new AdapterFactoryEditingDomain(adapterFactory, commandStack, new HashMap<Resource, Boolean>()); }
808809810811812813814
725726727728729730731
727728729730731732733
320321322323324325326
153154155156157158159160161
// BasicCommandStack commandStack = new BasicCommandStack(); // // Create and return the editing domain // eDomain = new AdapterFactoryEditingDomain(eFactory,commandStack); } return eDomain; }
728729730731732733734
691692693694695696697