Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: wmertz on October 04, 2005, 06:17:40 am

Title: Custom Property Pages?
Post by: wmertz 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!
Title: Re: Custom Property Pages?
Post by: thomaskilian 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.