JFace dialog 禁用默认 Enter 按键

重写 方法

createButtonsForButtonBar

 

@Override
protected void createButtonsForButtonBar(Composite parent) {
Button button = createButton(parent, IDialogConstants.OK_ID,
        IDialogConstants.OK_LABEL, false);
}
posted @ 2020-07-15 11:12  margo  阅读(96)  评论(0编辑  收藏  举报