Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » e3: Using a view in 2 different perspectives...not sharing data
e3: Using a view in 2 different perspectives...not sharing data [message #1398198] Thu, 10 July 2014 19:38 Go to next message
Jack Kilian is currently offline Jack KilianFriend
Messages: 40
Registered: March 2012
Member
hi,

I implement a view and use it in two different perspectives.
when I switch the perspectives this view shows me the same data. I know that this is the default behaviour of eclipse rcp.

is there a possibility to configure a view within a perspective not doing it like this?

my goal is not to configure different views in the plugin extension - I think this is redundant.

best regards
jk

[Updated on: Thu, 10 July 2014 19:45]

Report message to a moderator

Re: e3: Using a view in 2 different perspectives...not sharing data [message #1401465 is a reply to message #1398198] Tue, 15 July 2014 16:55 Go to previous message
Eclipse UserFriend
Views are shared amongst perspectives within the same window. If you want to switch the content between different views, you'll need to add a perspective listener on IWorkbenchWindow.

Brian.
Previous Topic:How to enable CTRL+C KeyBinding for custom handler
Next Topic:RCP 3.7 popupmenu problem
Goto Forum:
  


Current Time: Thu Apr 25 22:17:14 GMT 2024

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

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

Back to the top