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

2 comments on “How to view Java class hierarchy in Eclipse IDE?

Leave a Comment

Your email address will not be published. Required fields are marked *