Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Xuxin on July 27, 2013, 05:10:10 am

Title: Create a hierarchical tree in EA
Post by: Xuxin on July 27, 2013, 05:10:10 am
Hello,

How to create a window to indicate a hierarchical tree in Enterprise Architect. This window is like a repository browser in EA. But it should show/edit text sentence, class name and type of class (eg. abstract).

I could create a window form using C# to show this tree. But the window form is not good to see as the repository browser of EA.
So anyone know how to create a window in EA?   Thank you.
Title: Re: Create a hierarchical tree in EA
Post by: qwerty on July 27, 2013, 06:31:11 am
Look into Repository.AddTab

q.
Title: Re: Create a hierarchical tree in EA
Post by: g.makulik on July 27, 2013, 06:20:53 pm
Geert Bellekens has a sample how to do this and some useful framework classes in his Git-Hub repositories: https://github.com/GeertBellekens

HTH
Günther