Skip to main content



      Home
Home » Eclipse Projects » GEF » "Overview" window in HelloGEF examples
"Overview" window in HelloGEF examples [message #108618] Wed, 10 December 2003 01:25 Go to next message
Eclipse UserFriend
Originally posted by: max.muermann.logicacmg.com

Hi all,

I had a look at the HelloGEF examples on the wiki
(http://eclipsewiki.swiki.net/50) and in some of the screenshots, there is a
little "Overview" window displayed. I have been building some similar
functionality, but the one in the example looks quite a bit nicer. How was
that done? Specifically, what window trim was used to display the title box
and the resize handle at the top? Icould not find any code in the example
source that relates to this window.

Thanks,

Max
Re: "Overview" window in HelloGEF examples [message #108772 is a reply to message #108618] Wed, 10 December 2003 13:23 Go to previous messageGo to next message
Eclipse UserFriend
That's the old overview that GEF provided. Now, the overview has been moved
to the Outline view. The logic outline view has a button on the toolbar
that will show the overview.

"Max Muermann" <max.muermann@logicacmg.com> wrote in message
news:br6e40$22q$1@eclipse.org...
> Hi all,
>
> I had a look at the HelloGEF examples on the wiki
> (http://eclipsewiki.swiki.net/50) and in some of the screenshots, there is
a
> little "Overview" window displayed. I have been building some similar
> functionality, but the one in the example looks quite a bit nicer. How was
> that done? Specifically, what window trim was used to display the title
box
> and the resize handle at the top? Icould not find any code in the example
> source that relates to this window.
>
> Thanks,
>
> Max
>
>
Re: "Overview" window in HelloGEF examples [message #108891 is a reply to message #108618] Thu, 11 December 2003 03:57 Go to previous message
Eclipse UserFriend
Originally posted by: nospam.gmx.net

Have a closer look at :

GraphicalRootEditPartWithOverview

instantiate it in your Editor class:
viewer.setRootEditPart( new GraphicalRootEditPartWithOverview )

As the other poster already mentioned, it
Previous Topic:DirectedGraphLayout
Next Topic:setLocation
Goto Forum:
  


Current Time: Tue Jul 22 13:10:55 EDT 2025

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

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

Back to the top