Switching between multiple forms... [message #445782] |
Thu, 11 November 2004 03:34  |
Eclipse User |
|
|
|
Hi,
I'm new to SWT so please, bear with me...
I want to be able to switch between a number of different forms, where
each form contains a number of different widgets like tables and buttons.
For example, in a form which lists items, if the user selects an item and
then presses a "Details..." button, I'd like to show another form which
displays the details for that item.
What is The Way for doing this in SWT?
Thanks
Tommy
|
|
|
Re: Switching between multiple forms... [message #445891 is a reply to message #445782] |
Thu, 11 November 2004 11:53  |
Eclipse User |
|
|
|
You could use org.eclipse.swt.custom.StackLayout to switch between different
groups of widgets.
"Tommy" <ano@nano.com> wrote in message news:cmv86l$v1o$1@eclipse.org...
> Hi,
>
> I'm new to SWT so please, bear with me...
>
> I want to be able to switch between a number of different forms, where
> each form contains a number of different widgets like tables and buttons.
>
> For example, in a form which lists items, if the user selects an item and
> then presses a "Details..." button, I'd like to show another form which
> displays the details for that item.
>
> What is The Way for doing this in SWT?
>
> Thanks
> Tommy
>
|
|
|
Powered by
FUDForum. Page generated in 0.17091 seconds