Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:44
Sebastian Paul is currently offline Sebastian PaulFriend
Messages: 106
Registered: July 2009
Senior Member
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: Fri Apr 19 05:16:08 GMT 2024

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

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

Back to the top