Is it possible to add a TextBox to eclipse GEF Palette? #448
Unanswered
pramakan-tibco
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I think this should be possible, but it will require a bit of tinkering. The palette itself is also a kind of GEF Viewer. So every entry in the palette has an EditPart. If I saw it correctly the EditPart for such a group is the I hope this helps. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I'm developing a Graphical Editor in eclipse . I created a palette with palette entries , by default palette is displayed a scroll-Up and scroll-down arrows to scroll.Now I want to add a TextBox to palette for searching the list of palette entries on palette.I attached an image in that I'm showing my requirement, where I want to place a textbox.
Beta Was this translation helpful? Give feedback.
All reactions