Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Change在eclipse中 的类上单击“F3” ,
Change
Change change = refactoring.createChange(monitor);
我可以打开 Class.java。
public abstract class Change implements IAdaptable { ...
但是,我需要实现该类的具体 JavaChange类。我怎样才能在日食中找到它们?
您可以使用快捷键Ctrl+T查看该类的所有实现。
转到Windows-> 打开Outline View-> 右键单击所需的类 -> 选择Open Type Hierarchy。
Windows
Outline View
Open Type Hierarchy
这将打开包含该类的层次结构的窗口。