如何让系统走自己的报表编辑器!
<extension point="org.eclipse.ui.editors"> <editor name="code"> class CustomReportEditor extends ReportEditorProxy{ dispose() setFocus() isDirty() }