Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Best Practices Data Flow JFace Wizards
Best Practices Data Flow JFace Wizards [message #636664] Tue, 02 November 2010 11:55 Go to next message
Philipp Schill is currently offline Philipp SchillFriend
Messages: 11
Registered: July 2010
Junior Member
What are the best practices to get and set data from one wizard page to another?
Guess, that i define a directory on one page, which will be analyzed on the second page. How can I do this?
Re: Best Practices Data Flow JFace Wizards [message #636878 is a reply to message #636664] Wed, 03 November 2010 08:22 Go to previous message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
On 02/11/10 5:25 PM, Philipp Schill wrote:
> What are the best practices to get and set data from one wizard page to
> another?
> Guess, that i define a directory on one page, which will be analyzed on
> the second page. How can I do this?

You can pass a POJO to all the wizards pages and if one sets a data,
its available for other pages. Or you can use
wizard.getPage(firstPageName) from the second page and access the
elements in the first page.

--
- Prakash
Platform UI Team, IBM

www.eclipse-tips.com
Previous Topic:TreeViewer with multiple columns
Next Topic:DeferredTree: unexpected image gap in first column
Goto Forum:
  


Current Time: Fri Apr 26 10:12:11 GMT 2024

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

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

Back to the top