Looking to create a model to model (source to target) mapper where each mapper is in it's ownscrollable pane, separated by an intermediate "zone" (for want of a better term).
Would look something like the following:
http://community.jboss.org/servlet/JiveServlet/downloadImage/10680/450-268/split-pane-model-to-model-mapping.png
I'm trying to out together a list of possible solutions for this.
Eclipse Graphiti
One option may be the new Eclipse Graphiti Project (subproject of EMF). This is an EMF/GMF based approach. Seems quite immature.
Can it be build this split pane editor??
Eclipse Zest
Another option might be to use Zest, which is SWT/Draw2D based. Seems more mature, but is not EMF based (which may actually be a goot thing).
Can it be build this split pane editor??