How to generate an additional dialog in NodeDialog

Hello,

After pressing the 'OK' button of a dialog in NodeDialog, is it possible to generate a new dialog?

Hi,

If you use the NodeDialog class you may open you own JDialog or SWTDialog in #saveSettingsTo(). If you use the DialogSettingsPane you need to override #saveAdditionalSettingsTo() to open your dialog and block until your dialog will be closed.

Why would you want to do this, you could also throw an InvaildSettingsException during #saveXXX with the warning/error message to display.

Regards,
Thomas