Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Graphical Overview on the palette
Graphical Overview on the palette [message #185404] Fri, 24 June 2005 21:58 Go to next message
Eclipse UserFriend
Originally posted by: sempai.robert.hotmail.com

Hi all,

I have read throught the newsgroup and looked at the logic example and I
understand that the graphical overview can be displayed in the outline
view.

My goal is to display the overview inside the palette view rather then
on the outline. The reason for this is because our ultimate goal is to
have the plugin run on the eclipse RCP with the minimal amount of
supporting plugins. Is this possible? or is having the overview reside
in the outline my only option.

Thanks for your help.
Robert
Re: Graphical Overview on the palette [message #185414 is a reply to message #185404] Sat, 25 June 2005 04:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

You can place the overview anywhere you can place a Canvas. So, you could
subdivide the palette area into two controls, one being a FigureCanvas
containing an overview.

"Robert Morgan" <sempai.robert@hotmail.com> wrote in message
news:d9hvms$k2j$1@news.eclipse.org...
> Hi all,
>
> I have read throught the newsgroup and looked at the logic example and I
> understand that the graphical overview can be displayed in the outline
> view.
>
> My goal is to display the overview inside the palette view rather then on
> the outline. The reason for this is because our ultimate goal is to have
> the plugin run on the eclipse RCP with the minimal amount of supporting
> plugins. Is this possible? or is having the overview reside in the outline
> my only option.
>
> Thanks for your help.
> Robert
Re: Graphical Overview on the palette [message #185454 is a reply to message #185414] Sat, 25 June 2005 19:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kittyscalgary.yahoo.ca

How to subdivide the palette area into two controls?

thanks a lot.

"Randy Hudson" <none@us.ibm.com> д
Re: Graphical Overview on the palette [message #185528 is a reply to message #185454] Sun, 26 June 2005 07:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lorenz.m.gmx.at

Hi,

There are a number of composites providing the palette:

For example, look at FlyoutPaletteComposite - the more complex case;-)
In createPaletteContainer() the PaletteComposite is created - and
visibility depending on the flyout state is done in the layout() method.

What I did yesterday inspired by your question:
Add another composite that contains the thumb at this place and adapt
the layout method to place that composite correctly.

Hope that helps you,

Lorenz

kittys wrote:
> How to subdivide the palette area into two controls?
>
> thanks a lot.
>
> "Randy Hudson" <none@us.ibm.com> ÐŽÈëÓÊŒþ
> news:d9iljg$7jl$1@news.eclipse.org...
>
>>You can place the overview anywhere you can place a Canvas. So, you could
>>subdivide the palette area into two controls, one being a FigureCanvas
>>containing an overview.
>>
>>"Robert Morgan" <sempai.robert@hotmail.com> wrote in message
>>news:d9hvms$k2j$1@news.eclipse.org...
>>
>>>Hi all,
>>>
>>>I have read throught the newsgroup and looked at the logic example and I
>>>understand that the graphical overview can be displayed in the outline
>>>view.
>>>
>>>My goal is to display the overview inside the palette view rather then
>
> on
>
>>>the outline. The reason for this is because our ultimate goal is to have
>>>the plugin run on the eclipse RCP with the minimal amount of supporting
>>>plugins. Is this possible? or is having the overview reside in the
>
> outline
>
>>>my only option.
>>>
>>>Thanks for your help.
>>>Robert
>>
>>
>
>
Re: Graphical Overview on the palette [message #185536 is a reply to message #185528] Sun, 26 June 2005 19:50 Go to previous message
Eclipse UserFriend
Originally posted by: kittyscalgary.yahoo.ca

Thanks a lot : )
"Lorenz Maierhofer" <lorenz.m@gmx.at> wrote in message
news:d9lm8f$uvp$1@news.eclipse.org...
Hi,

There are a number of composites providing the palette:

For example, look at FlyoutPaletteComposite - the more complex case;-)
In createPaletteContainer() the PaletteComposite is created - and
visibility depending on the flyout state is done in the layout() method.

What I did yesterday inspired by your question:
Add another composite that contains the thumb at this place and adapt
the layout method to place that composite correctly.

Hope that helps you,

Lorenz

kittys wrote:
> How to subdivide the palette area into two controls?
>
> thanks a lot.
>
> "Randy Hudson" <none@us.ibm.com> д
Previous Topic:Dropping a connection onto another connection
Next Topic:Creating an GEF-Application
Goto Forum:
  


Current Time: Tue Dec 10 14:42:44 GMT 2024

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

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

Back to the top