Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » newby QUESTION. Visual Editor for JFace??
newby QUESTION. Visual Editor for JFace?? [message #119009] Mon, 27 February 2006 11:50 Go to next message
Eclipse UserFriend
Originally posted by: xferret.htmc-planet.net

I've read documentation about JFace. But I've not been able to find any
visual editor for JFace Widgets. Does it exist? Where do I've to look??

Best regards,

Xavier Ferret
Re: newby QUESTION. Visual Editor for JFace?? [message #119045 is a reply to message #119009] Mon, 27 February 2006 15:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in JFace.

Xavier Ferret wrote:
> I've read documentation about JFace. But I've not been able to find any
> visual editor for JFace Widgets. Does it exist? Where do I've to look??
>
> Best regards,
>
> Xavier Ferret

--
Thanks,
Rich Kulp
Re: newby QUESTION. Visual Editor for JFace?? [message #119775 is a reply to message #119045] Fri, 03 March 2006 19:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mail.mherbst.de

I have downloaded Eclipse 3.2 M5 and VE 1.2 M2. But how can I use the
JFace widgets? I have read the release notes but it was not very
helpful. Are there any how-tos or tutorials on line that can tell me
how-to start?

Martin

> VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in JFace.
>
> Xavier Ferret wrote:
>> I've read documentation about JFace. But I've not been able to find
>> any visual editor for JFace Widgets. Does it exist? Where do I've to
>> look??
>>
>> Best regards,
>>
>> Xavier Ferret
>
Re: newby QUESTION. Visual Editor for JFace?? [message #119836 is a reply to message #119045] Sun, 05 March 2006 15:21 Go to previous messageGo to next message
Przemyslaw Rudzki is currently offline Przemyslaw RudzkiFriend
Messages: 34
Registered: July 2009
Member
Since this is my first post I would like to say hello.

I have question about ListViewer: I was able to "find" support for
TableViewer, TreeViewer and ComboViewer but NOT ListViewer. Which
control should I use to get that?

br,

/Przemyslaw Rudzki

Rich Kulp wrote:
> VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in JFace.
>
> Xavier Ferret wrote:
>> I've read documentation about JFace. But I've not been able to find
>> any visual editor for JFace Widgets. Does it exist? Where do I've to
>> look??
>>
>> Best regards,
>>
>> Xavier Ferret
>
Re: newby QUESTION. Visual Editor for JFace?? [message #119874 is a reply to message #119836] Sun, 05 March 2006 22:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

ListViewer should be there on a List.

Przemyslaw Rudzki wrote:
> Since this is my first post I would like to say hello.
>
> I have question about ListViewer: I was able to "find" support for
> TableViewer, TreeViewer and ComboViewer but NOT ListViewer. Which
> control should I use to get that?
>
> br,
>
> /Przemyslaw Rudzki
>
> Rich Kulp wrote:
>
>> VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in
>> JFace.
>>
>> Xavier Ferret wrote:
>>
>>> I've read documentation about JFace. But I've not been able to find
>>> any visual editor for JFace Widgets. Does it exist? Where do I've to
>>> look??
>>>
>>> Best regards,
>>>
>>> Xavier Ferret
>>
>>

--
Thanks,
Rich Kulp
Re: newby QUESTION. Visual Editor for JFace?? [message #119926 is a reply to message #119874] Mon, 06 March 2006 12:35 Go to previous messageGo to next message
Przemyslaw Rudzki is currently offline Przemyslaw RudzkiFriend
Messages: 34
Registered: July 2009
Member
.... then it does not work as expected. First of all I can only find List
widget within "SWT Controls" palette (not "Forms Toolkit Items"). After
adding either Table, Tree or Ccombo when I mouseover the widget I can
add TableViewer, TreeViewer and ComboViewer - in case of List it does
not work. :-(

/p

Rich Kulp wrote:
> ListViewer should be there on a List.
>
> Przemyslaw Rudzki wrote:
>> Since this is my first post I would like to say hello.
>>
>> I have question about ListViewer: I was able to "find" support for
>> TableViewer, TreeViewer and ComboViewer but NOT ListViewer. Which
>> control should I use to get that?
>>
>> br,
>>
>> /Przemyslaw Rudzki
>>
>> Rich Kulp wrote:
>>
>>> VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in
>>> JFace.
>>>
>>> Xavier Ferret wrote:
>>>
>>>> I've read documentation about JFace. But I've not been able to find
>>>> any visual editor for JFace Widgets. Does it exist? Where do I've to
>>>> look??
>>>>
>>>> Best regards,
>>>>
>>>> Xavier Ferret
>>>
>>>
>
Re: newby QUESTION. Visual Editor for JFace?? [message #119961 is a reply to message #119926] Mon, 06 March 2006 15:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

You're right. I thought we had created it but we didn't. It missed the
radar. Please open a bug against VE, SWT component to have us add
ListViewer support too.

--
Thanks,
Rich Kulp
Re: newby QUESTION. Visual Editor for JFace?? [message #120041 is a reply to message #119961] Tue, 07 March 2006 13:40 Go to previous messageGo to next message
Przemyslaw Rudzki is currently offline Przemyslaw RudzkiFriend
Messages: 34
Registered: July 2009
Member
done:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=130732


Rich Kulp wrote:

> You're right. I thought we had created it but we didn't. It missed the
> radar. Please open a bug against VE, SWT component to have us add
> ListViewer support too.
>
Re: newby QUESTION. Visual Editor for JFace?? [message #120077 is a reply to message #120041] Tue, 07 March 2006 14:36 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

--
Thanks,
Rich Kulp
Re: newby QUESTION. Visual Editor for JFace?? [message #612190 is a reply to message #119009] Mon, 27 February 2006 15:04 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in JFace.

Xavier Ferret wrote:
> I've read documentation about JFace. But I've not been able to find any
> visual editor for JFace Widgets. Does it exist? Where do I've to look??
>
> Best regards,
>
> Xavier Ferret

--
Thanks,
Rich Kulp
Re: newby QUESTION. Visual Editor for JFace?? [message #612248 is a reply to message #119045] Fri, 03 March 2006 19:04 Go to previous message
Eclipse UserFriend
Originally posted by: mail.mherbst.de

I have downloaded Eclipse 3.2 M5 and VE 1.2 M2. But how can I use the
JFace widgets? I have read the release notes but it was not very
helpful. Are there any how-tos or tutorials on line that can tell me
how-to start?

Martin

> VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in JFace.
>
> Xavier Ferret wrote:
>> I've read documentation about JFace. But I've not been able to find
>> any visual editor for JFace Widgets. Does it exist? Where do I've to
>> look??
>>
>> Best regards,
>>
>> Xavier Ferret
>
Re: newby QUESTION. Visual Editor for JFace?? [message #612253 is a reply to message #119045] Sun, 05 March 2006 15:21 Go to previous message
Przemyslaw Rudzki is currently offline Przemyslaw RudzkiFriend
Messages: 34
Registered: July 2009
Member
Since this is my first post I would like to say hello.

I have question about ListViewer: I was able to "find" support for
TableViewer, TreeViewer and ComboViewer but NOT ListViewer. Which
control should I use to get that?

br,

/Przemyslaw Rudzki

Rich Kulp wrote:
> VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in JFace.
>
> Xavier Ferret wrote:
>> I've read documentation about JFace. But I've not been able to find
>> any visual editor for JFace Widgets. Does it exist? Where do I've to
>> look??
>>
>> Best regards,
>>
>> Xavier Ferret
>
Re: newby QUESTION. Visual Editor for JFace?? [message #612256 is a reply to message #119836] Sun, 05 March 2006 22:36 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

ListViewer should be there on a List.

Przemyslaw Rudzki wrote:
> Since this is my first post I would like to say hello.
>
> I have question about ListViewer: I was able to "find" support for
> TableViewer, TreeViewer and ComboViewer but NOT ListViewer. Which
> control should I use to get that?
>
> br,
>
> /Przemyslaw Rudzki
>
> Rich Kulp wrote:
>
>> VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in
>> JFace.
>>
>> Xavier Ferret wrote:
>>
>>> I've read documentation about JFace. But I've not been able to find
>>> any visual editor for JFace Widgets. Does it exist? Where do I've to
>>> look??
>>>
>>> Best regards,
>>>
>>> Xavier Ferret
>>
>>

--
Thanks,
Rich Kulp
Re: newby QUESTION. Visual Editor for JFace?? [message #612260 is a reply to message #119874] Mon, 06 March 2006 12:35 Go to previous message
Przemyslaw Rudzki is currently offline Przemyslaw RudzkiFriend
Messages: 34
Registered: July 2009
Member
.... then it does not work as expected. First of all I can only find List
widget within "SWT Controls" palette (not "Forms Toolkit Items"). After
adding either Table, Tree or Ccombo when I mouseover the widget I can
add TableViewer, TreeViewer and ComboViewer - in case of List it does
not work. :-(

/p

Rich Kulp wrote:
> ListViewer should be there on a List.
>
> Przemyslaw Rudzki wrote:
>> Since this is my first post I would like to say hello.
>>
>> I have question about ListViewer: I was able to "find" support for
>> TableViewer, TreeViewer and ComboViewer but NOT ListViewer. Which
>> control should I use to get that?
>>
>> br,
>>
>> /Przemyslaw Rudzki
>>
>> Rich Kulp wrote:
>>
>>> VE supports TableViewer, TreeViewer, ListViewer, and ComboViewer in
>>> JFace.
>>>
>>> Xavier Ferret wrote:
>>>
>>>> I've read documentation about JFace. But I've not been able to find
>>>> any visual editor for JFace Widgets. Does it exist? Where do I've to
>>>> look??
>>>>
>>>> Best regards,
>>>>
>>>> Xavier Ferret
>>>
>>>
>
Re: newby QUESTION. Visual Editor for JFace?? [message #612263 is a reply to message #119926] Mon, 06 March 2006 15:43 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

You're right. I thought we had created it but we didn't. It missed the
radar. Please open a bug against VE, SWT component to have us add
ListViewer support too.

--
Thanks,
Rich Kulp
Re: newby QUESTION. Visual Editor for JFace?? [message #612269 is a reply to message #119961] Tue, 07 March 2006 13:40 Go to previous message
Przemyslaw Rudzki is currently offline Przemyslaw RudzkiFriend
Messages: 34
Registered: July 2009
Member
done:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=130732


Rich Kulp wrote:

> You're right. I thought we had created it but we didn't. It missed the
> radar. Please open a bug against VE, SWT component to have us add
> ListViewer support too.
>
Re: newby QUESTION. Visual Editor for JFace?? [message #612272 is a reply to message #120041] Tue, 07 March 2006 14:36 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

--
Thanks,
Rich Kulp
Previous Topic:setup for Eclipse forms toolkit
Next Topic:VE 1.2M2 is now available
Goto Forum:
  


Current Time: Thu Apr 25 04:29:27 GMT 2024

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

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

Back to the top