Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Controls
Controls [message #744824] Sat, 22 October 2011 11:15 Go to next message
Karl Weber is currently offline Karl WeberFriend
Messages: 63
Registered: September 2010
Member
I guess I have a rough understanding of the controls MPart, MPartStack and MPartSashContainer.

But what are MInputPart and MArea?

Furthermore, although it does not belong to contols: What are shared elements?
Re: Controls [message #744984 is a reply to message #744824] Sat, 22 October 2011 13:44 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Am 22.10.11 13:15, schrieb Karl Weber:
> I guess I have a rough understanding of the controls MPart, MPartStack
> and MPartSashContainer.
>
> But what are MInputPart and MArea?
>
> Furthermore, although it does not belong to contols: What are shared
> elements?


MInputPart:
-----------
Will in future act as something similar to editors and can hold an URL
to the edited resource.


MArea:
------
Is what you currently see constructed when you split your editor-area so
it is a specialized MPartSashContainer


Shared Elements:
----------------
Are used to e.g make the same "Package Explorer"-Part instance shown in
the Plugin-Development and Java-Development perspective. They are then
instead of referenced directly in the MPartStack, MPartSashContainer
only referenced through an MPlaceholder, ... . E.g. the Editor-Area you
see in Eclipse 4.x is also a shared element.

I admit that they are quite strange and a very advanced concept because
through them we suddenly have links in our UI-Model.

Tom
Previous Topic:DI and own Objects (EMF)
Next Topic:Size constraints in a PartSashContainer
Goto Forum:
  


Current Time: Thu Apr 25 10:55:24 GMT 2024

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

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

Back to the top