Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 22:44 Go to next message
Hal is currently offline HalFriend
Messages: 67
Registered: July 2009
Member
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 23: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 Feb 05 06:50:09 GMT 2025

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

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

Back to the top