Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » adding wizardPages dynamically
adding wizardPages dynamically [message #1772027] Mon, 04 September 2017 05:21
Eclipse UserFriend
Hi,

I created a "Wizard", then I created a "WizardPage" namely "FrontPage" and added it to wizard in wizard's "addPage" method.

In the nextPressed() method of the FrontPage, I created an instance of another java class that the class runs the program written in another language. In several points of that program, I need to create wizardPage dynamically. for this purpose I created a java class to contribute to the program and this class namely "interfaceRule" create an instance of wizardPage in other plugin.
My questions is how can I add this wizardPages to the main wizard? And also how can I return the value that user select in wizardPage to "interfaceRule" class?
Previous Topic:How to add one warning msg before close CTabItem/CTabFolder
Next Topic:CCombo Flicker while switching between workbench parts
Goto Forum:
  


Current Time: Fri Aug 29 18:08:15 EDT 2025

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

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

Back to the top