Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » adding layers to scalablerooteditpart
adding layers to scalablerooteditpart [message #723898] Fri, 09 September 2011 19:44
karthick9686@gmail.com Missing nameFriend
Messages: 41
Registered: July 2011
Member
by default our root editpart will be having the figure

final Figure figure = new FreeformLayer();
figure.setLayoutManager( new FreeformLayout() );
figure.setBorder( new LineBorder( 2 ) );
figure.setForegroundColor( ColorConstants.black );
return figure;

i would like add another layer to ScalableRootEditPart while i drag and drop a control from the palette . how to do it.

Previous Topic:problems view in gef
Next Topic:Full-width child figures in a ScalableRootEditPart.
Goto Forum:
  


Current Time: Thu Apr 25 14:22:50 GMT 2024

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

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

Back to the top