Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How does one surface the IPropertySource for an IContentsOutlinePage
How does one surface the IPropertySource for an IContentsOutlinePage [message #290388] Wed, 24 August 2005 19:02 Go to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

I have a number of editParts ddisplayed in an
class OutlinePage extends Page implements IContentsOutlinePage
{

}
What is the trick to surfacing the properties (based on custom
PropertySource's i have) for the editparts selected in the outline view?
Re: How does one surface the IPropertySource for an IContentsOutlinePage [message #290394 is a reply to message #290388] Wed, 24 August 2005 20:22 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

If you are saying editparts, I'm assuming you are talking GEF.

If that is so, then in your editparts you need to override the
getAdapter method, and if the class passed in in IPropertySource.class,
you need to return the appropriate IPropertySource that you want to use
for that editpart.

--
Thanks,
Rich Kulp
Previous Topic:eclipse.buildScript headless build
Next Topic:text in Status bar
Goto Forum:
  


Current Time: Mon Sep 23 10:02:35 GMT 2024

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

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

Back to the top