Book a Demo

Author Topic: Hide package name and type in deployment diagram  (Read 3864 times)

HansMerkl

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Hide package name and type in deployment diagram
« on: November 03, 2003, 11:07:36 am »
Hi,

I have a deployment diagram with objects from different packages. E.G: I have a package "Communication" which has components "Pipeline" and "Receiver". Another package is "Console" with components "Controller" and "Display"

If I put instances of all of them into a deployment diagram EA labels them like "Communication::MainReceiver::Receiver".

For my diagram I would much rather just get "MainReceiver" and don't show the package name and the type of the element.

Is there a setting to do that?

Thanks

Hans

CJ

  • EA User
  • **
  • Posts: 288
  • Karma: +0/-0
    • View Profile
Re: Hide package name and type in deployment diagr
« Reply #1 on: November 03, 2003, 12:42:02 pm »
G'day Hans,

Right-Click on your diagram, then pick "Diagram Properties".  In the dialog, there un-check the option "Highlight Foreign Objects".
Cheers and best regards.

HansMerkl

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Hide package name and type in deployment diagr
« Reply #2 on: November 03, 2003, 12:59:24 pm »
Jason,

Thanks. You saved me again  :D.

Do you know if I also can hide the class name if I am using instances?

Hans