JFace Wizard questions [message #214800] |
Tue, 23 March 2004 05:11 |
Eclipse User |
|
|
|
Hi all
I have two questions concerning the JFace wizard:
1. How can I inernationalize a wizard?
I always get English labelled buttons: "Next", "Finish", "Cancel"
2. What's the best way to provide data to a wizard?
My wizard should help filling out a complex form. So when the wizard is
opened it should contain the same values as the form does. And when the
wizard is closed (finished), the values within the complex form should be
updated accordingly.
Should I provide a bean to the wizard within the "open wizard action"?
MyWizard wizard = new MyWizard(myBean);
Where myBean contains all data from the form and then provide that data
to all the wizard's pages?
Thank you in advance for any hint on that.
Christian
|
|
|
Powered by
FUDForum. Page generated in 0.03175 seconds