@vainolo提到, 编辑和观点在Eclipse 应用程序中是两件不同的事情。
Views are used to display information in an RCP application; they can
also be used to change data. Views extend the abstract class ViewPart.
Editors extend the abstract EditorPart. Both extend WorkbenchPart.
An editor typically requires that the user explicitly select "save" to
apply the changes to the data while a view typically changes the data
immediately. All editors are opened in the same area.
在您的日食应用程序中创建编辑器时, 您可以跟随此 < a href=" http://www.vogella.com/articles/EclipseEditors/article.html" rel=“ nofollow” >Eclipse编辑器辅导 。
您也可以通过这个 < a href=" "http://www.vogella.com/articles/EclipseRCP/article.html" rel=“nofollow” >Eclipse RCP 辅导 来描述正在开发的Eclipse RCP 应用程序。