[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] how to change background colour of palette group

Hi I have been trying to change the white background inside the palette group to a different colour.
I tried overriding the createFigure() method for SliderPaletteEditPart((PaletteRoot)model).But this changes only the colour of bottom part of the palette.


On similar lines I have tried to override the createFigure() method for ToolbarEditPart(). This only changes the colour of the toolbar at the top of the palette.


Also overriding the createFigure() methods in GroupEditPart,DrawerEditPart also does not change the white background in the palette group.


White background still exists when the palette drawers are collapsed.Can i get some assistance for this.


Regards Sowmya