Book a Demo

Author Topic: How to display the package of a class?  (Read 3455 times)

grand.titus

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
How to display the package of a class?
« on: October 02, 2006, 07:31:46 am »
Hello everybody

In a class diagram, I would like to display the package name of classes. For instance "package_1::sub-package_1.2::MyClass".

In addition, is it possible to display the package name only for classes outside of the current package?

Thanks for your answers.

Jan ´Bary´ Glas

  • EA User
  • **
  • Posts: 408
  • Karma: +0/-0
  • Bary
    • View Profile
Re: How to display the package of a class?
« Reply #1 on: October 02, 2006, 08:07:02 am »
The fully qualified name is not possible in EA. You may get Package::Class only. It is possible to set it for foreign only.

In Options/Diagram there is Disable fully scoped object names and in Diagram Properties Highlight foreign objects checkboxes.
Jan 'Bary' Glas

grand.titus

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: How to display the package of a class?
« Reply #2 on: October 04, 2006, 03:12:03 am »
Thanks!!! :D