Main Tutorials

How to view Java class hierarchy in Eclipse IDE?

Eclipse IDE, press CTRL + T or F4 to view the Java class hierarchy, no need to search the JavaDoc API online.

Note
For Mac OS X, press Command + T

Steps to show class hierarchy

1. Clicks on a class, press CTRL + T to view the subtype hierarchy.

hierarchy-eclipse-subtype

2. Press CTRL + T again, it will display only the super type hierarchy.

hierarchy-eclipse-supertype

References

  1. Eclipse Ctrl + T in IntelliJ IDEA

About Author

author image
Founder of Mkyong.com, love Java and open source stuff. Follow him on Twitter. If you like my tutorials, consider make a donation to these charities.

Comments

Subscribe
Notify of
2 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments
d
9 years ago
mkyong
7 years ago
Reply to  d

Thanks for your recommend tools.