如何在eclipse 4.2中获取IEditorReference

时间:2012-07-04 12:36:19

标签: java eclipse eclipse-plugin

我在eclipse 3.7中使用了以下代码:

private static IEditorReference getReference(IEditorPart part) {
        return (IEditorReference) ((PartSite) part.getSite()).getPane().getPartReference();
    }

在eclipse 4.2中,我在getPane()收到错误 什么应该被取代?

1 个答案:

答案 0 :(得分:2)

只做((PartSite) part.getSite()).getPartReference();