Java – find all concrete classes that implement abstract classes in eclipse

Click "F3" of change class in eclipse,

Change change = refactoring.createChange(monitor);

I can open class java.

public abstract class Change implements IAdaptable {
...

However, I need a concrete Java class that implements the change class How do I find them in an eclipse?

Solution

You can use the shortcut Ctrl t to view all implementations of this class

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>