Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse4/RCP/Modeled UI/Model Elements"

< Eclipse4‎ | RCP‎ | Modeled UI
(New page: The Eclipse 4 model is made up of a number of interfaces. All of these interfaces begin with the letter '<tt>M</tt>' and expose a number of getter and setter methods.)
 
Line 1: Line 1:
The Eclipse 4 model is made up of a number of interfaces. All of these interfaces begin with the letter '<tt>M</tt>' and expose a number of getter and setter methods.
+
The Eclipse 4 model is made up of a number of interfaces. All of these interfaces begin with the letter '<tt>M</tt>' and expose a number of getter and setter methods. The model is built up of a number of abstract interfaces that are extended by a set of concrete interfaces.
 +
 
 +
==Abstract Elements==
 +
The abstract interfaces provides generic attributes that are expected to be needed by many different model elements.

Revision as of 14:49, 12 April 2011

The Eclipse 4 model is made up of a number of interfaces. All of these interfaces begin with the letter 'M' and expose a number of getter and setter methods. The model is built up of a number of abstract interfaces that are extended by a set of concrete interfaces.

Abstract Elements

The abstract interfaces provides generic attributes that are expected to be needed by many different model elements.

Back to the top