Book a Demo

Author Topic: How to remove Parent interface from interface?  (Read 3139 times)

tomte

  • EA User
  • **
  • Posts: 35
  • Karma: +0/-0
  • Reverse Engineering
    • View Profile
How to remove Parent interface from interface?
« on: November 09, 2006, 09:38:39 am »
Hello,

first it took me quite a while to add the "Parent" interface java.util.Observer to my interface MyObserver.
- Set Element Parent dialog is available only from digrams, not from the project browser.
- So I added it to a dummy diagram first and called the Set Element Parent dialog (pretty uggly for such an important OO feature).

This way MyObserver extends Observer now in the diagram (hopefully in code too later).

Then I noticed that I added it to the wrong interface, say to MyNonObserver.  

The inherited interface shows up in the diagram correctly, but it is not even shown in any property dialog.

So how can I remove the Parent interface from that wrong  interface now?

Any hints would be appreciated ...

Best regards
Thomas

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: How to remove Parent interface from interface?
« Reply #1 on: November 09, 2006, 01:11:38 pm »
Open up the Set Element Parent dialog again.

tomte

  • EA User
  • **
  • Posts: 35
  • Karma: +0/-0
  • Reverse Engineering
    • View Profile
Re: How to remove Parent interface from interface?
« Reply #2 on: November 09, 2006, 03:11:08 pm »

Oops, indeed ... - there is the parent  again, and not in the properties of the interface.

Thanks a lot, Simonm, for your fast and helpful reply!

Thomas