Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Using a Composite within a JFace Application Window
Using a Composite within a JFace Application Window [message #443358] Thu, 23 September 2004 13:54 Go to next message
Andy Czerwonka is currently offline Andy CzerwonkaFriend
Messages: 42
Registered: July 2009
Member
Apologies if this is a newbie question, but I've read a couple of articles
and I can't seem to figure this out.

I've created a composite object with a form layout that include the typical
OK,Apply and Cancel buttons. Nothing else. I'm adding it to my JFace
application window and I'm trying to understand how to bind an action in
the JFace window to the widgetSelected event of the composite.

There's got to be a standard pattern for this as I'm sure it's a common
approach.

Can someone either explain this to me of send me to some documentation?

Thanks in advance.

-andy
Re: Using a Composite within a JFace Application Window [message #443361 is a reply to message #443358] Thu, 23 September 2004 15:08 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Please ask JFace questions in the eclipse.platform newsgroup:

news://news.eclipse.org/eclipse.platform


See also:

http://www.eclipse.org/articles/Article-action-contribution/ Contributing%20Actions%20to%20the%20Eclipse%20Workbench.html


"Andy Czerwonka" <czerwonka@arcticpenguin.ca> wrote in message
news:ciuk9g$53q$1@eclipse.org...
> Apologies if this is a newbie question, but I've read a couple of articles
> and I can't seem to figure this out.
>
> I've created a composite object with a form layout that include the
> typical
> OK,Apply and Cancel buttons. Nothing else. I'm adding it to my JFace
> application window and I'm trying to understand how to bind an action in
> the JFace window to the widgetSelected event of the composite.
>
> There's got to be a standard pattern for this as I'm sure it's a common
> approach.
>
> Can someone either explain this to me of send me to some documentation?
>
> Thanks in advance.
>
> -andy
Re: Using a Composite within a JFace Application Window [message #443362 is a reply to message #443361] Thu, 23 September 2004 16:19 Go to previous message
Andy Czerwonka is currently offline Andy CzerwonkaFriend
Messages: 42
Registered: July 2009
Member
Veronika Irvine wrote:

> Please ask JFace questions in the eclipse.platform newsgroup:

> news://news.eclipse.org/eclipse.platform
Really? Okay - I'm guessing JFace is part of Eclipse and not part of SWT.

> See also:

>
http://www.eclipse.org/articles/Article-action-contribution/ Contributing%20Actions%20to%20the%20Eclipse%20Workbench.html
This looks to me like an approach for plug-in development into the Eclipse
environment. That's not what I'm doing. I'll be using only the JFace and
SWT libraries.

[snip]
Previous Topic:SWT Problems on Linux
Next Topic:how does a composite tell if it is visible?
Goto Forum:
  


Current Time: Fri Apr 19 10:16:32 GMT 2024

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

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

Back to the top