tropicana
tropicana

Reputation: 1433

Package Inheritence tree viewer Plug in for eclipse or App

I would like to ask if someone knows any plug in for eclipse or standalone application where i can provide a number of classes and it will graphically represent the inheritance tree (or even the client relations) . Or i do not know if this is done somehow in eclipse without the use of external tools.

Thank you in advance.

Upvotes: 1

Views: 301

Answers (1)

katsharp
katsharp

Reputation: 2551

You can view the Hierarchy for a given type by pressing F4 or selecting "Open Type Hierarchy" in the menu...just for one class at a time though.

Upvotes: 2

Related Questions