Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] re: Updating the contents of the palette viewer


Try the following:

group.add(entryToAppend);

-Randy



"Sabikhi, Harsh" <harsh@xxxxxx>
Sent by: gef-dev-bounces@xxxxxxxxxxx

05/20/2005 09:47 AM

Please respond to
GEF development

To
<gef-dev@xxxxxxxxxxx>
cc
Subject
[gef-dev] re:  Updating the contents of the palette viewer





All,
 
I have a need to update the contents of the palette viewer on the fly as the user is configuring objects in the editor.  Basically, I am allowing the user to create custom objects and as they save these objects, I would like them to appear in the palette.  I don’t want to re-create or tear down the existing one, rather just append the object to the appropriate group.  Any help would be greatly appreciated.
 
Thank you,
 
Harsh Sabikhi
Software Developer
Texas Instruments Inc.
(416) 340-2091
 _______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef-dev


Back to the top