开发者

Eclipse-RCP / SWT Preferences dialog apply button

开发者 https://www.devze.com 2023-02-10 07:44 出处:网络
how can i add in SWT a SelectionListener to the default apply bu开发者_Go百科tton in a preferences dialog?

how can i add in SWT a SelectionListener to the default apply bu开发者_Go百科tton in a preferences dialog?

Thanks!

Greets


The PreferenceDialog has no apply Button. If you mean a PreferencePage you have to overwrite the #applyData(Object) method.

0

精彩评论

暂无评论...
验证码 换一张
取 消