Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11: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 15: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 15:42 Go to previous message
Jeremy Dowdall is currently offline Jeremy DowdallFriend
Messages: 48
Registered: July 2009
Member
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: Sat Apr 20 00:30:27 GMT 2024

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

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

Back to the top