| Summary: | [Properties View] Using Edit Service To Edit the properties of Element | ||
|---|---|---|---|
| Product: | [Modeling] Papyrus | Reporter: | Vincent Lorenzo <vincent.lorenzo> |
| Component: | Core | Assignee: | Project Inbox <mdt-papyrus-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | rschnekenburger, yann.tanguy |
| Version: | 0.7.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 324966 | ||
|
Description
Vincent Lorenzo
In r2983 : oep.properties.runtime and oep.properties.runtime.uml are modified Concerning the handlers : - adds a method getSetRequest to IEMFModelHandler -> handlers are modified, but this method does nothing for all EMFFeatureStereotypeModelHandler! - the method getCreateValueOperations is modified in each handler to return a command using the SetRequest -> not done for StereotypeHandler Concerning the controllers : - now the handler is owned by EMFTPropertyEditorController and not by EMFTStructuralFeatureController - in EMFTPropertyEditorController the method updateModel is modified to use the SetRequest provided by the handler AND its continues to use EMFCommandController, when the handler returns null (EMFStereotypeModelHandler.getSetRequest() returns null) - the BeanPropertyCommandHandler are not modified ->To be done : modify the stereotype handlers modify the BeanPropertyCommandHandler |