Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Adding a Panel to the bottom of the Editor
Adding a Panel to the bottom of the Editor [message #231650] Wed, 14 March 2007 11:23 Go to next message
Eclipse UserFriend
Originally posted by: siddharth.star.gmail.com

Hi,
I have created a MultiPageEditorPart. Now what I want to do is like the
CTabFolder that it has at the bottom have another panel(some thing like
it) below it with two buttoms at the bottom left and bottom right. I will
attach a mouse click listener to it and perform the required actions.
So what I want is some thing like
------------------------------------------------------------ --------------
|
|
|
|
| Main Editor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|CtabFolder that is created MultiPageEditorPart
|
|Button 1 Button
2|
------------------------------------------------------------ --------------

Any help and direction to achieve this would be very helpful and highly
appreciated.

Thanks and Regards,
Siddharth

PS: I had given it a try and had thought of over riding the
MultiPageEditorPart#createPageContainer(Composite parent) to obtain the
desired look and feel, however since I dont have much idea of SWT layouts
and controls I wasn't able to do it in the desirable fashion. Moreover,
please let me know if there is a better and more elegant way of doing it.
Re: Adding a Panel to the bottom of the Editor [message #231660 is a reply to message #231650] Wed, 14 March 2007 11:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: siddharth.star.gmail.com

Oops the layout some how goofed up
Just to convey the idea again
The UI I am trying to achieve is

The Editor followed at the bottom by Ctab Folder (MultiPageEditorPart
provides it by default) and then followed by my own custom panel
(transparent) which has two bottoms at the extreme ends i.e. bottom left
and botom right. It can also that just below the CTab folder I don provide
the panels, just provide the buttons at the extreme ends.
Hope I have been able to make Question clear.
Anticipating your replies and help

Siddharth
Re: Adding a Panel to the bottom of the Editor? [message #231667 is a reply to message #231650] Wed, 14 March 2007 11:29 Go to previous message
Eclipse UserFriend
Originally posted by: siddharth.star.gmail.com

Oops the layout some how goofed up
Just to convey the idea again
The UI I am trying to achieve is

The Editor followed at the bottom by Ctab Folder (MultiPageEditorPart
provides it by default) and then followed by my own custom panel
(transparent) which has two bottoms at the extreme ends i.e. bottom left
and botom right. It can also that just below the CTab folder I don provide
the panels, just provide the buttons at the extreme ends.
Hope I have been able to make Question clear.
Anticipating your replies and help

Siddharth
Previous Topic:CheckboxTreeViwer in a GEF OutlineContentPage
Next Topic:Draw2d Plotting API
Goto Forum:
  


Current Time: Wed Apr 24 17:49:40 GMT 2024

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

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

Back to the top