Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] displayContext(contextId, x, y)

The contextId in this method is a global Eclipse context ID, that is has a
form pluginID.contextID.  It is qualified by prefixing the ID with the
plugin ID.
For example, if plugin "com.a.b.c" contributes file contexts.xml that
defines context element with id "myid", the method displayContext needs to
be passed "com.a.b.c.myid" to display that context.

Konrad Kolosowski
Eclipse Help System



                                                                                                                              
                    Wendy L                                                                                                   
                    Henson/Raleigh/IBM@IBMUS        To:     platform-help-dev@xxxxxxxxxxx                                     
                    Sent by:                        cc:                                                                       
                    platform-help-dev-admin@e       Subject:     [platform-help-dev] displayContext(contextId, x, y)          
                    clipse.org                                                                                                
                                                                                                                              
                                                                                                                              
                    05/13/2002 02:49 PM                                                                                       
                    Please respond to                                                                                         
                    platform-help-dev                                                                                         
                                                                                                                              
                                                                                                                              




Can you clairfy how the contextId in displayContext(contextId, x, y) should
be formed?  The documentation says "fully qualified context id".  Can you
give an example of this?

Thanks,
Wendy

Staff Software Engineer, Design & Information Development
(919) 254.6479   +   (tie:444.6479)   +   wlhenson@xxxxxxxxxx

What can D&ID do for you?  Everything!
http://www.ibm.com/networking/dandid




Back to the top