Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Property Sheet View
Property Sheet View [message #513205] Tue, 09 February 2010 06:19 Go to next message
Eclipse UserFriend
Hi all,

I need a property sheet in my RCP application. So I add org.eclipse.ui.views to dependencies in my plugin project and add org.eclipse.ui.views.properties.PropertySheet view to my default perspective.

Now, I'm not able to run it, because of error "something like can't load org.eclipse.ui.views.properties.PropertySheet class...".

So I add org.eclipse.platform feature to dependencies in my *.product config file (beacuse org.eclipse.platform include org.eclipse.ui.views bundle). Then, it works. But, in my RCP application is now a new menu "Run" and "Search" and a toolbar from the feature org.eclipse.platform Mad

How can I use default Properties View, without any platform menus???

Thanks for advices..
Re: Property Sheet View [message #518393 is a reply to message #513205] Wed, 03 March 2010 18:27 Go to previous message
Eclipse UserFriend
Hi,

Just do not include the complate platform feature but only the relevant
plugins. Create your own feature for them. Alternatively you can use the
perspectiveextensions extension point to remove items from menu or toolbars.

--

Best Regards,
Wim Jongman
-- "640K ought to be enough for anybody." - Bill Gates, 1981
(Eclipse Old Skool Quote Service)

> Hi all,
>
> I need a property sheet in my RCP application. So I add
org.eclipse.ui.views to dependencies in my plugin project and add
org.eclipse.ui.views.properties.PropertySheet view to my default perspective.
>
> Now, I'm not able to run it, because of error "something like can't load
org.eclipse.ui.views.properties.PropertySheet class...".
>
> So I add org.eclipse.platform feature to dependencies in my *.product
config file (beacuse org.eclipse.platform include org.eclipse.ui.views
bundle). Then, it works. But, in my RCP application is now a new menu "Run"
and "Search" and a toolbar from the feature org.eclipse.platform :x
>
> How can I use default Properties View, without any platform menus???
>
> Thanks for advices..
Previous Topic:Popup submenu
Next Topic:Config.ini
Goto Forum:
  


Current Time: Sat Jun 14 14:21:15 EDT 2025

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

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

Back to the top