Rich Clicent Platform包括的组件

Rich Clicent Platform包括的组件有五大类:

1. Eclipse Runtime(运行时基础组件)
运行时组件为平台提供最基本支持,包括 插件,扩展点,扩展;是建立在OSGI框架之上的运行时组件,由三个插件(或bundle)构成:
引用
org.eclipse.core.runtime
org.eclipse.osgi
org.eclipse.osgi.services

2. SWT组件
SWT的设计主要是为提供有效的、轻便的能访问操作系统的用户界面。
引用
org.eclipse.swt
以及与平台有关的fragments。
3. JFace组件
   是一个UI(用户界面)框架,位于SWT之上,主要用于完成常规的UI编程任务;只要一个bundle:
引用
org.eclipse.jface

4. Workbench组件
    Workbench组件位于Runtime,SWT,JFace等三大组件之上,JFace to provide a highly scalable, open-ended, multi-window environment for managing views, editors, perspectives (task-oriented layouts), actions, wizards, preference pages, and more.The Workbench is sometimes called the Generc Workbench, to distinguish it from the IDE Workbench facilities defined in the org.eclipse.ui.ide plug-in.主要包括两个插件:
引用
org.eclipse.ui
org.eclipse.ui.workbench

5. 其他组件
Support for XML expressions language, commands, and help core content model.
主要插件有3个:
引用
org.eclipse.core.expression
org.eclipse.core.commands
org.eclipse.help

你可能感兴趣的:(eclipse,框架,UI,ide,osgi)