-
- Downloads
Introduce "ModelEditorNotAvailableBinding"
- It can be used to specify that for a particular model element no editor is available. - This avoids that ModelEditorBindingService further walks up the model hierarchy to look for an editor that is registered for one of the ancestors. Currently, this had the the effect that for a model element without explicit editor, the project configuration editor (that is registered for the root element "FileProject") has been opened Use the the new ModelEditorNotAvailableBinding mechanism for the following model elements - SystemSchedule - AllocationTableCollection - SafetyArgumentationPackage refs 3048
Showing
- org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/ModelEditorNotAvailableBinding.java 35 additions, 0 deletions...g/kernel/ui/extension/ModelEditorNotAvailableBinding.java
- org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/ModelEditorBindingService.java 13 additions, 2 deletions...tooling/kernel/ui/internal/ModelEditorBindingService.java
Please register or sign in to comment