Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » JFace in standalone apps?
JFace in standalone apps? [message #265909] Sun, 08 August 2004 08:14 Go to next message
Eclipse UserFriend
Originally posted by: krayspam.arcor.de

Is JFace designed to be an addon to SWT or an addon to Eclipse? The reason I
am wondering is I was currious if JFace can be used outside the eclipse
platform in standalone apps.

--

-- Regards
-- Robert Simmons Jr.

Author: Hardcore Java, Published March 2004 by O'Reilly
http://www.oreilly.com/catalog/hardcorejv/
Re: JFace in standalone apps? [message #265911 is a reply to message #265909] Sun, 08 August 2004 08:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: schulz78.gmx.net

Hi Robert,

as far as know you can use JFace outside of eclipse. I am not quite sure if
that is true for all components of JFace. SWT provides a thin layer on top
of native platform widgets, but does not provide any higher level app
support, which is the purpose of JFace. JFace consists of several frameworks
for bridging the gap between your domain model and the widgets, Dialogs and
wizards and some resource management components. Note that you can also
strip out all plugins that are not tightly related to ui functionality from
the eclipse runtime, specifically UI Workbench related and core workspace
stuff. This way you create a non-ide sleak application framework that can be
used and numerous scenarios.

Regards,
Sven

"Robert Simmons" <krayspam@arcor.de> schrieb im Newsbeitrag
news:cf55ao$uaj$1@eclipse.org...
> Is JFace designed to be an addon to SWT or an addon to Eclipse? The reason
I
> am wondering is I was currious if JFace can be used outside the eclipse
> platform in standalone apps.
>
> --
>
> -- Regards
> -- Robert Simmons Jr.
>
> Author: Hardcore Java, Published March 2004 by O'Reilly
> http://www.oreilly.com/catalog/hardcorejv/
>
>
Re: JFace in standalone apps? [message #265924 is a reply to message #265909] Sun, 08 August 2004 14:17 Go to previous message
Eclipse UserFriend
Originally posted by: chris.eclipsefaq.org

Robert Simmons wrote:

> Is JFace designed to be an addon to SWT or an addon to Eclipse? The reason I
> am wondering is I was currious if JFace can be used outside the eclipse
> platform in standalone apps.

These questions are answered at http://eclipsefaq.org, FAQ 137 and
in the intro text for Chapter 8 on Jface.

Chris
Previous Topic:[RCP] installer
Next Topic:How can I get the Display object?
Goto Forum:
  


Current Time: Mon Oct 13 22:37:51 EDT 2025

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

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

Back to the top