Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to use ViewPart and EditPart outside Plugin projcet?
How to use ViewPart and EditPart outside Plugin projcet? [message #464967] Fri, 02 December 2005 06:39 Go to next message
Eclipse UserFriend
Originally posted by: anguskwan.163.com

I want to add a goodlooking ViewPart to my simple Jface Appliction...
would somebody help me with this? thank you very much!
Re: How to use ViewPart and EditPart outside Plugin projcet? [message #464990 is a reply to message #464967] Fri, 02 December 2005 10:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I don't think you can. They are set up to run only from within an RCP app.

anguskwan wrote:
> I want to add a goodlooking ViewPart to my simple Jface Appliction...
> would somebody help me with this? thank you very much!
>
>

--
Thanks,
Rich Kulp
Re: How to use ViewPart and EditPart outside Plugin projcet? [message #464994 is a reply to message #464990] Fri, 02 December 2005 10:42 Go to previous message
Eclipse UserFriend
if RCP is too heavy for your app, then you can try to mimic them with
CTabFolders
tabfolder.setSimple(false) gets you the curved tabs
tabfolder.setTopRight(Control) may be where they sneak in those
max/min buttons...

looking at eclipse's code for ViewPart may be helpfull, also Azureus, I
think...


Rich Kulp wrote:
> I don't think you can. They are set up to run only from within an RCP app.
>
> anguskwan wrote:
>
>> I want to add a goodlooking ViewPart to my simple Jface Appliction...
>> would somebody help me with this? thank you very much!
>>
>
Previous Topic:newbie question: how to dectect active editor changed
Next Topic:Extra blanc row and column in SWT Table
Goto Forum:
  


Current Time: Tue Jul 22 18:13:11 EDT 2025

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

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

Back to the top