Connection Layer on the back [message #989678] |
Fri, 07 December 2012 04:49  |
Eclipse User |
|
|
|
Hi,
I would like to send my connection to the back so all my editparts should be on top of connection. I am using following code
class CustomRootEditPart extends ScalableFreeformRootEditPart {
@Override
protected LayeredPane createPrintableLayers() {
FreeformLayeredPane layeredPane = new FreeformLayeredPane();
layeredPane.add(new ConnectionLayer(), CONNECTION_LAYER);
layeredPane.add(new FreeformLayer(), PRIMARY_LAYER);
System.out.println("Connect layer added first");
return layeredPane;
}
}
but it makes all connections hidden.
Is there any other alternate available to send connections on the back and bring editparts on the top?
cheers,
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04940 seconds