Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » JFace Wizard questions
JFace Wizard questions [message #214800] Tue, 23 March 2004 05:11
Eclipse UserFriend
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
Previous Topic:Extra library dependency in Eclipse 2.1.2 GTK launcher
Next Topic:Problem creating a simple plug-in project (2.1.X, Linux)
Goto Forum:
  


Current Time: Fri Jun 06 00:29:08 EDT 2025

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

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

Back to the top