Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Property Sheet Help
Property Sheet Help [message #273794] Tue, 12 October 2004 05:02 Go to next message
Eclipse UserFriend
Originally posted by: e12go.yahoo.com

I am developing a multipage editor. In the editor, there are several pages
that have a tree or table which contains a list of objects. I want to
display the object's properties in the property sheet view. I am able to
do that by having the objects to implement iadaptable. I am able to
display the object's properties in the property sheet view in a page.
However, when I change to another page and try to display an object's
properties, it doesn't get shown in the property sheet. I have to manually
click on the property sheet and then click on the to-be-displayed object
to be able to show the object's properties. Any idea why it happens? Any
help will be appreciated.

Thanks,

Erwin
Re: Property Sheet Help [message #273817 is a reply to message #273794] Tue, 12 October 2004 13:59 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

The property sheet is responding to the selection changed notification
from the page's selection service. When you change pages within your
multipage editor, it needs to send out the current selection of whatever
page is being selected.


--
Thanks,
Rich Kulp
Previous Topic:Checked Menu Items using JFACE's MenuManager
Next Topic:How to load external jar
Goto Forum:
  


Current Time: Fri Aug 23 11:18:58 GMT 2024

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

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

Back to the top