Eclipse Plugin Help

T

ttrifonov

Hello and Merry Christmas!

Well, I have to create a plugin with two views. When the user change
the selection in the first view - the displayed info in the second
should be changed automatically. How can I access the second view from
the first? Can somebody give me a simple code or link?
Thanks in advance!
 
I

IchBin

ttrifonov said:
Hello and Merry Christmas!

Well, I have to create a plugin with two views. When the user change
the selection in the first view - the displayed info in the second
should be changed automatically. How can I access the second view from
the first? Can somebody give me a simple code or link?
Thanks in advance!
Your best bet for an answer is to post to the newsgroup server at
news.eclipse.org

Say eclipse.platform.swt or eclipse.tools.jdt or eclipse.newcomer

You will need to get a free login and password from Eclipse.org first at..

http://eclipse.org/newsgroups/


--


Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 
C

Chris Smith

ttrifonov said:
Well, I have to create a plugin with two views. When the user change
the selection in the first view - the displayed info in the second
should be changed automatically. How can I access the second view from
the first? Can somebody give me a simple code or link?

If at all possible and sensible, it looks like maybe you should instead
define an extension point for the choice in the first view, and have
your code notify an extension point with a fixed interface. The second
view would come with an extension declared on that extension point.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top