Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » FieldEditors beginner problem(Can't inlude FieldEditors in Palette)
FieldEditors beginner problem [message #755415] Tue, 08 November 2011 12:20 Go to next message
rjcmln is currently offline rjcmlnFriend
Messages: 4
Registered: November 2011
Junior Member
Hello community,

I am beginner in Eclipse, but I'm very enthusiastic about java/eclipse/swt/windowbuilder.

I have a problem when trying to include FieldEditors in my Palette.
I open Palette Manager, check FieldEditors, press OK.
But it doesn't appear in the Palette.
When I reopen Palette Manager again, FieldEditors is unchecked (I attached image)

If this info means something : I can make it form code
fileFldEditor = new FileFieldEditor(...

ant it appears correctly, as far as I can see.

I guess it's something trivial, but I can't figure it out.

Thanks in advance

[Updated on: Tue, 08 November 2011 14:29]

Report message to a moderator

Re: FieldEditors beginner problem [message #755520 is a reply to message #755415] Tue, 08 November 2011 17:02 Go to previous messageGo to next message
Konstantin Scheglov is currently offline Konstantin ScheglovFriend
Messages: 555
Registered: July 2009
Senior Member
Component on palette ins displayed only if its Class in present in ClassLoder.
So, if you create just SWT application, without Eclipse UI plugins, you don't have them.

Create Eclipse plug-in instead, and say that you want contribute to UI, when wizard will ask you.


Konstantin Scheglov,
Google, Inc.
Re: FieldEditors beginner problem [message #755527 is a reply to message #755415] Tue, 08 November 2011 17:21 Go to previous messageGo to next message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
Also keep in mind that the Field Editor palette will only appear, if you are editing a Field Editor Preference Page.
Re: FieldEditors beginner problem [message #755533 is a reply to message #755527] Tue, 08 November 2011 17:57 Go to previous messageGo to next message
rjcmln is currently offline rjcmlnFriend
Messages: 4
Registered: November 2011
Junior Member
Thanks for replies.

Seems like I can't make it work, I'll read more documentation on setting up a projects tonight,
if I still have a problem, I'll write tomorrow.
Re: FieldEditors beginner problem [message #755539 is a reply to message #755533] Tue, 08 November 2011 18:21 Go to previous messageGo to next message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
You should create an Eclipse RCP or plugin project and then create a new a Field Editor Preference Page. Only then will you see the Field Editor palette (palette categories are context sensitive and Field Editors have a very limited use).
Re: FieldEditors beginner problem [message #756542 is a reply to message #755539] Mon, 14 November 2011 09:20 Go to previous messageGo to next message
rjcmln is currently offline rjcmlnFriend
Messages: 4
Registered: November 2011
Junior Member
Thanks for the reply.

I've tried what Eric said but I can't make it appear. I'm probably making some beginner mistake, but I can't figure it out.
I have to leave Eclipse learning for a while, maybe when I come back I'll succeed from the 1st attempt.
If not, maybe I'll upload images or video on what I'm doing.

Anyway, thank you for your efforts to help me, I appreciate it.
Re: FieldEditors beginner problem [message #756652 is a reply to message #756542] Mon, 14 November 2011 15:17 Go to previous message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
A test case and a screen shot of what you are seeing would be useful here.
Previous Topic:Exception after splitting GUI into several classes
Next Topic:Switch Java Class To WindowBuilder
Goto Forum:
  


Current Time: Thu Apr 25 21:55:55 GMT 2024

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

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

Back to the top