Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Sending data to View
Sending data to View [message #566095] Wed, 23 April 2008 16:15
Andre is currently offline AndreFriend
Messages: 3
Registered: July 2009
Junior Member
Hi all,

How do I send data to a view? I have one view that is doing some
computations, then I wanna send the results (let's say an object) to
another view, so it can display it. How do I do that?

I'm thinking this is the same thing as Console or JUnit, where they
display what's happening somewhere else.

What I found was:
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage().showView( "my.view.id");
to bring it up or

PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage().findView( "my.view.id");
to get a reference to it through its interface. But I got stuck there.

Any ideas?

Thanks,


Andre
Previous Topic:headless product build creating different folders for each config
Next Topic:Re: [JDT] wrong source editor opened during debugging
Goto Forum:
  


Current Time: Wed Sep 18 20:59:14 GMT 2024

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

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

Back to the top