Eclipse RCP: Generating views from form values
Posted
by binil
on Stack Overflow
See other posts from Stack Overflow
or by binil
Published on 2010-03-25T22:20:15Z
Indexed on
2010/03/25
22:23 UTC
Read the original article
Hit count: 364
I want to build a user interface similar to the sketch below:
When the user fills out the form on the right and clicks the 'Plot!' button, a new closeable tab opens on the left with a chart.
I am new to RCP and have been following this tutorial. I am able to bring up tabs with charts triggered from a menu item. How do I go about:
- creating the tab (view?) with the form
- open a new chart tab when the user clicks the button
© Stack Overflow or respective owner