Reputation: 448
I am looking for a way to export or print the class / package structure from Eclipse. I don't need to have a list of the specific functions or variables within these, although that would be nice!
Any ideas?
Upvotes: 0
Views: 1467
Reputation: 61538
You may want to try one of the many UML plugins that are available for eclipse. Some of them can visualize the structure with drag'n'drop, like ObjectAid UML Explorer. Another option I can recommend from personal experience is ModelGoon.
With these you can define precisely which methods, members and relations you want to see.
Both tools support the export of the generated diagrams as images.
Upvotes: 1