kooyee ‘s blog

开源软件, 众人努力的结晶, 全人类的共同财富
posts - 103, comments - 55, trackbacks - 0, articles - 66
   :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

[SWT] 移除control的Event

Posted on 2007-07-20 21:18 kooyee 阅读(130) 评论(0)  编辑  收藏 所属分类: GUI骨衣

首先给要移除的event命名

SelectionAdapter TableSelectAdapter;

建立event

table.addSelectionListener( TableSelectAdapter= new SelectionAdapter() {
            
public void widgetSelected(SelectionEvent e) {
                ...                    }

                }
);

然后在其他地方调用代码

table.removeSelectionListener(prodTableSelectAdapter);


只有注册用户登录后才能发表评论。


网站导航: