Skip to main content



      Home
Home » Eclipse Projects » GEF » Create GEF Editor like the Compare Editor
Create GEF Editor like the Compare Editor [message #71397] Tue, 18 March 2003 17:44 Go to next message
Eclipse UserFriend
Hi,
How can I create a GEF Editor like the Compare Editor in eclipse?
In the compare editor, it has 2 Editors pane (one on left, one on right) and
each has a hort scroll bar, but only 1 vertical scroll bar. And when I
scroll the vertical scroll bar, both editor scrolls.
Can I do that in GEF Editor?

Thank you.
Re: Create GEF Editor like the Compare Editor [message #71417 is a reply to message #71397] Tue, 18 March 2003 18:31 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

Create two ScrollingGraphicalViewers. Do a
FigureCanvas.setVerticalScrollBarVisibility(false) on both viewers, and
construct your own Scrollbar widget external to the viewers.
Synchronizing the scrolling would be another issue, probably the hardest
part.

"Hal" <otaconss2@hotmail.com> wrote in message
news:b587i0$gl7$1@rogue.oti.com...
> Hi,
> How can I create a GEF Editor like the Compare Editor in eclipse?
> In the compare editor, it has 2 Editors pane (one on left, one on right)
and
> each has a hort scroll bar, but only 1 vertical scroll bar. And when I
> scroll the vertical scroll bar, both editor scrolls.
> Can I do that in GEF Editor?
>
> Thank you.
>
>
Previous Topic:Popup Menu
Next Topic:Wire in Logic Editor Example
Goto Forum:
  


Current Time: Wed May 14 02:49:00 EDT 2025

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

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

Back to the top