ErrorDialog and IStatus [message #465373] |
Sun, 11 December 2005 21:59 |
Eclipse User |
|
|
|
Originally posted by: rango.belgacom.net
I wanted to use [org.eclipse.jface.dialogs.ErrorDialog] in my app but it
uses [org.eclipse.core.runtime.IStatus], which is not part of SWT package
but eclipse distribution itself. Any idea why ? Oversight or what ? .... A
bit confusing ....
greetings
|
|
|
Re: ErrorDialog and IStatus [message #465376 is a reply to message #465373] |
Mon, 12 December 2005 02:54 |
Eclipse User |
|
|
|
Originally posted by: sunil_kamath.nohotspammail.com
r@ngo <rango@belgacom.net> wrote:
> I wanted to use [org.eclipse.jface.dialogs.ErrorDialog] in my app but
> it uses [org.eclipse.core.runtime.IStatus], which is not part of SWT
> package but eclipse distribution itself. Any idea why ? Oversight or
> what ? .... A bit confusing ....
>
JFace is not SWT.
So why the confusion?
--
Sunil
|
|
|
|
Re: ErrorDialog and IStatus [message #465421 is a reply to message #465377] |
Tue, 13 December 2005 00:03 |
Eclipse User |
|
|
|
Originally posted by: rango.belgacom.net
Tx for the answer(s) Billy !
You were right - everything is explained at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=49497
Greetings
"Billy Biggs" <bbiggs@ca.ibm.com> wrote in message
news:dnipc3$n1$1@news.eclipse.org...
> r@ngo wrote:
>> I wanted to use [org.eclipse.jface.dialogs.ErrorDialog] in my app but it
>> uses [org.eclipse.core.runtime.IStatus], which is not part of SWT package
>> but eclipse distribution itself. Any idea why ? Oversight or what ? ....
>> A bit confusing ....
>
> Parts of JFace use interfaces from the Eclipse runtime jar. You can
> include this jar with your application, or simply remove those parts
> from JFace which you don't need.
>
> To make this easier for applications, the Eclipse runtime has recently
> been split up more so that now the parts of the runtime that JFace
> depends on are in their own separate, and much smaller (like < 80k), jar
> file in the Eclipse distribution.
>
> For more information, you can try asking about this on the
> eclipse.platform newsgroup, or just poke through a recent integration
> build of Eclipse 3.2.
>
> -Billy
|
|
|
Powered by
FUDForum. Page generated in 0.03951 seconds