i wrote an eclipse plugin with wizard.
the wizard contain some pages, and I want that when the user press on finish ( in any page) i will be able to open page with summary of all the fields in the other pages and only then preform the finish function
any I idea how can implement it?
thanks
You might be able to do something in the
performFinishmethod of the wizard: