Hi,
I have problems understanding how to make the editor show the view of a port that I programmatically created:
I'm using the extension point notifyChanged(Notification ne) and when the user do a certain action I create a port in a class,
so I have the object Port but I still didn't manage to get it working.
but lot of things are missing from where I am in the code, in notifyChanged(Notification ne), for example DeviceEditPart and the code refers to constants that are not explained.
Can someone explain me how can I create a view of a Port knowing that I'm inside the method notifyChanged(Notification ne)?