| FieldEditors beginner problem [message #755415] |
Tue, 08 November 2011 07:20  |
rjcmln 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 09:29] Report message to a moderator
|
|
|
| Re: FieldEditors beginner problem [message #755520 is a reply to message #755415] |
Tue, 08 November 2011 12:02   |
Konstantin Scheglov Messages: 547 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.
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01619 seconds