1.Eclipse platform overview

eclipse平台由许多子系统组成,子系统实现了一个或者多个插件(plug-in)。子系统构建在一个small runtime engine上。如下图所示。

Platform runtime base with groups of plug-ins adding function

workbench

workbench指的是桌面开发环境(desktop development environment)。目标是实现无缝工具集成和可控制的开放性 by providing a common paradigm for the creation,management,and navigation of workspace resources.

每一个workbench window包含一个或者多个视图perspective。视图包含views,editors和control(以菜单和工具栏的方式呈现)。可以存在多个workbench window。

相关的概念

Features
Resources
Perspectives
Views
Editors
CVS Repositories

相关的任务

Installing new software
Opening perspectives
Opening views
Switching between perspectives
Showing and hiding menu items and toolbar buttons
Configuring perspective command groups
Configuring perspective shortcuts

相关的参考

Toolbar buttons

posted @ 2014-10-16 15:12  behappylee  阅读(212)  评论(0编辑  收藏  举报