Eclipse - find all classes that extend interface

前端 未结 7 575
情书的邮戳
情书的邮戳 2021-02-05 05:06

We have an interface that has a child interface. Ie:

public interface GenCalculator extends Serializable {}

public interface SpecialCalculator extends GenCalcu         


        
相关标签:
7条回答
  • 2021-02-05 05:41

    Click on GenCalculator in the editor and press CTRL+T. You will see the quick complete hierarchy.

    It is possible to have that aswell in the "Open Type Hierarchy" view, but you will have to switch the different options (button in the upper right corner).

    0 讨论(0)
提交回复
热议问题