Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Mark Howard on July 21, 2010, 07:24:24 pm

Title: Hide package prefix
Post by: Mark Howard on July 21, 2010, 07:24:24 pm
Hi,

Is it possible to change the display behaviour of components in diagrams so that they only show the component name and not the package name (i.e. MyComponent instead of MyPackage::MyComponent)?

I need this for an overview diagram which uses boundary elements to visually group related components (so the package name is already on the diagram). The package structure is still needed - each package also has its own detailed diagrams. I've tried including the package directly in the overview diagram, but this just lists the components in it and I want a better graphical view of them.

Many thanks for any advice on how to achieve this.
Title: Re: Hide package prefix
Post by: Paolo F Cantoni on July 21, 2010, 07:56:51 pm
UML Packages are Namespaces...

Unmarking the [X] Show Namespaces checkbox in the Diagram properties should do it...

HTH,
Paolo