Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: modello-plugin-java
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
This would be handy for people created editors for models. For example in Mevenide when folks want to create editors for the Maven model.
+1 for this - would be very useful. One touch spot here is how to detect deep changes. For example, if I listen on the Project class, I'd like to be notified when the "finalName" property of the "Build" property in the "Project" class is modified (and not only direct properties of the Project class).
This means that a custom listener interface is needed (e.g. "finalNameChanged" or something), OR, a sophisticated deep-property listener mechanism instead...