Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Dynamically extending the workbench model
Dynamically extending the workbench model [message #575963] Thu, 13 May 2010 11:58
Roland Tepp is currently offline Roland TeppFriend
Messages: 336
Registered: July 2009
Senior Member
Hi,

I am trying to evaluate Eclipse e4 development and as a test case I
started to implement a proof of concept of a new product.

One of the requests of the new product is that it is an application that
will have to open up on multiple monitors in full screen on all monitors.

The number of available monitors is, of course detected only at runtime
and this means that the model defined in Application.e4xmi needs to be
dynamically extended at startup.

To achieve that I used LifecycleHandler and intercepted
*processAdditions* event to create one new window per monitor.

It mostly worked like a charm (you can read my experiences here:
http://luolong.blogspot.com/2010/05/experiencing.html)

However I was left with 2 questions:

1) In my initial implementation I used standard EMF model factory
methods to manually create the excess windows in code. However it would
make much more sense to me in many ways if I could instead read the
window configuration from some sort of template instead and
insert/populate window instances loaded/created from the template into
the application model...

2) The other issue I had was that a MWindow model seems to be missing
"fullScreen" attribute. What is your suggestion - is it a deliberate
omission and I should instead create my own window renderer for this
purpose? Or is it simply an oversight and will be added in some near
future release?

--
Roland Tepp
Previous Topic:Workbench freezes when opening XWT file
Next Topic:Customizing the workbench window
Goto Forum:
  


Current Time: Fri Apr 26 23:23:29 GMT 2024

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

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

Back to the top