Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » Controls
Controls [message #744824] Sat, 22 October 2011 07:15 Go to next message
Eclipse UserFriend
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 09:44 Go to previous message
Eclipse UserFriend
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: Sun Jul 06 14:35:21 EDT 2025

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

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

Back to the top