Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » how to get control of property page
how to get control of property page [message #435761] Tue, 23 August 2005 11:35 Go to next message
Eclipse UserFriend
Originally posted by: vmadurai.orangescape.com

I dont now how to access the property page window,
is there any way to get the access of property page.

Actually i want to remove the popup menu from property page,
is there any way to acheive this using rcp,if yes please
reply me,

thanks in advance
vivek
Re: how to get control of property page [message #436179 is a reply to message #435761] Thu, 01 September 2005 16:26 Go to previous message
Boris Bokowski is currently offline Boris BokowskiFriend
Messages: 272
Registered: July 2009
Senior Member
Please read the documentation (in PropertySheet.java, assuming you are
referring to the Properties view):

* Property sheet pages are discovered by the property sheet view
automatically
* when a part is first activated. The property sheet view asks the active
part
* for its property sheet page; this is done by invoking
* <code>getAdapter(IPropertySheetPage.class)</code> on the part. If the
part
* returns a page, the property sheet view then creates the controls for
that
* property sheet page (using <code>createControl</code>), and adds the page
to
* the property sheet view. Whenever this part becomes active, its
corresponding
* property sheet page is shown in the property sheet view (which may or may
not
* be visible at the time). A part's property sheet page is discarded when
the
* part closes. The property sheet view has a default page (an instance of
* <code>PropertySheetPage</code>) which services all parts without a
property
* sheet page of their own.


"Vivekanandan Madurai" <vmadurai@orangescape.com> wrote in message
news:def1lm$s4s$1@news.eclipse.org...
> I dont now how to access the property page window,
> is there any way to get the access of property page.
>
> Actually i want to remove the popup menu from property page,
> is there any way to acheive this using rcp,if yes please
> reply me,
>
> thanks in advance
> vivek
Previous Topic:Displaying an image on the right side of the coolBar
Next Topic:howto add a second coolbar to RCP application
Goto Forum:
  


Current Time: Sat Dec 14 11:05:26 GMT 2024

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

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

Back to the top