Shell Class |
Display Class |
本地库(Native Library) |
Native Library: 负责与本地操作系统打交道;
Display: 上层Shell与底层通讯的接口。其主要功能之一就是在本地操作系统事件(例如鼠标点击等) 与 SWT事件之间做翻译;
Shell: 应用程序的顶层窗口,应用中所有的GUI都是建立在shell之上的;在Shell之中可以包含 控件 (Control,如按钮,文本框等)和 组件 Composite。
Shell Class |
Display Class |
本地库(Native Library) |