Eclipse-RCP / SWT Preferences dialog apply button
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.
精彩评论