Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » [JFace] WizardDialog should call perform cancel on outer wizards in the nested chain
[JFace] WizardDialog should call perform cancel on outer wizards in the nested chain [message #335273] Mon, 30 March 2009 07:44
Eclipse UserFriend
Hi,
I just noticed that WizardDialog does not call perform cancel on outer
wizards in the nested chain as it does with performFinish
(org.eclipse.jface.wizard.WizardDialog.finishPressed()). Is this
intentional? Any idea how outer wizards can execute their cancel actions?

Obviously the current implementation does not support deep nested
wizards, each implementing a separate concern.
WizardDialog.finishPressed() only checks the return value of the current
wizard. I can imagine use cases where this closes the dialog, even when
there's an outer wizard whose performFinish returned false. Is there
anyone who faced the problem and found a solution?

Kind regards, Sebastian
Previous Topic:install handler update site
Next Topic:automatically add @Override
Goto Forum:
  


Current Time: Tue Apr 29 02:36:59 EDT 2025

Powered by FUDForum. Page generated in 0.06817 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top