Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » "Extract" the property view
"Extract" the property view [message #537929] Fri, 04 June 2010 08:12 Go to next message
Mike Swap is currently offline Mike SwapFriend
Messages: 7
Registered: April 2010
Junior Member
Hello,

I'm currently working on a RCP application. I would like to extract the Table that is shown in the Property View to display it in a custom popup window I made. So I have two questions:

1-Is it possible?
2-If the answer to the first question is "yes", how can I do that?

Thanks in advance,

Michaël.
Re: "Extract" the property view [message #538012 is a reply to message #537929] Fri, 04 June 2010 12:41 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Mike Swap wrote:
> Hello,
>
> I'm currently working on a RCP application. I would like to extract the
> Table that is shown in the Property View to display it in a custom popup
> window I made. So I have two questions:

See org.eclipse.ui.views.properties.PropertySheet

There's no support for what you want to do. You would have to write the
code to support a property sheet page in your popup. The PropertySheet
class implements the Properties view. That's a good place to start.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: "Extract" the property view [message #538023 is a reply to message #537929] Fri, 04 June 2010 14:31 Go to previous message
Mike Swap is currently offline Mike SwapFriend
Messages: 7
Registered: April 2010
Junior Member
Hum, that's what I feared. Thanks for your answer, I will try to create my customized PropertySheet then.

Michaël.
Previous Topic:Disposing wizard page resources
Next Topic:SubMonitor : mixing undefined ticks with known ticks
Goto Forum:
  


Current Time: Thu Apr 25 16:43:15 GMT 2024

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

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

Back to the top