Book a Demo

Author Topic: hiding class ontents  (Read 3770 times)

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
hiding class ontents
« on: January 19, 2005, 03:48:02 am »
is ther some way to hide class contents in diagram?
Recursion definition:
If you don’t understand the definition read "Recursion definition".

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: hiding class ontents
« Reply #1 on: January 19, 2005, 03:59:37 am »
ok, I found how, but still it doesnt resize classes, so I cant see them all in one page.
Recursion definition:
If you don’t understand the definition read "Recursion definition".

thomaskilian

  • Guest
Re: hiding class ontents
« Reply #2 on: January 19, 2005, 03:59:45 am »
Properties of the diagram lets you do that (for all classes in the diagram). In the context menu of a class Element Features/Set Feature Visibility

Wasn't quick enough: CTRL+A (select all) ALT+Z (resize)
« Last Edit: January 19, 2005, 04:01:50 am by thomaskilian »

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: hiding class ontents
« Reply #3 on: January 19, 2005, 04:26:52 am »
Thanks!
Recursion definition:
If you don’t understand the definition read "Recursion definition".

richj905

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: hiding class contents
« Reply #4 on: January 21, 2005, 07:45:18 am »
Note that when your model is under source control there are some peculiarities when changing visibilities.

For example, if working under a package that is checked out I drag a class onto the class diagram that is not checked out and make it a base class.  If I try to change the base class feature visibilities by right clicking the class I cannot change the visibilities as the context menu selections are grayed out.  If I go through the Diagram | Properties… main menu I can change the base class feature visibilities.

richj905

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: hiding class contents
« Reply #5 on: January 21, 2005, 08:14:19 am »
To elaborate a bit more on the feature visibility/source control issue - a teamate is working in another package (under source control) and as I am a client to the classes he is creating I dragged one of his classes onto my class diagram.  Its a pretty big class and I don't want to see all of his attributes and operations.  I can't right click it and hide them since I don't have it checked out and if I do it from the main Diagram | Properties... I have to hide all of mine as well which I don't want to do.

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: hiding class ontents
« Reply #6 on: January 22, 2005, 05:37:49 am »
I'm aware EA has problems with version control but wasnt aware of this.

Thanks :)
Recursion definition:
If you don’t understand the definition read "Recursion definition".