Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Switching between multiple forms...
Switching between multiple forms... [message #445782] Thu, 11 November 2004 08:34 Go to next message
Tommy is currently offline TommyFriend
Messages: 11
Registered: July 2009
Junior Member
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 16:53 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
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
>
Previous Topic:TableColumn background color
Next Topic:Drop Shadow on ViewForm or Composite or CTabFolder
Goto Forum:
  


Current Time: Tue Apr 23 09:32:41 GMT 2024

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

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

Back to the top