Java JFace教程-17.JFace高级事件处理 一、事件机制原理 1. SWT事件模型 // 基本事件监听模式 Button button = new Button(parent, SWT.PUSH); button.setText