Author Topic: Custom Property Pages?  (Read 2435 times)

wmertz

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Custom Property Pages?
« on: October 04, 2005, 06:17:40 am »
Is there a way to create custom property pages? For example, EA ships with a element type Table, which is really a class with a stereotype of <<Table>> preapplied. But if you view the properties for this class, you get a different property sheet, with the ability to set primary and foreign keys. I would like to define my own stereotypes, and my own property pages.

Thanks!

thomaskilian

  • Guest
Re: Custom Property Pages?
« Reply #1 on: October 04, 2005, 12:40:45 pm »
Nothing I know of. You can define own stereotypes (Configuration/UML/Stereotypes) and extend the properties by using dedicated tags. But that's all. You could write an Add-in to boost the properties for certain stereotypes though.