Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

GEF/GEF4/MVC

< GEF‎ | GEF4
Revision as of 11:19, 6 March 2014 by Unnamed Poltroon (Talk) (Created page with "''Note to non-wiki readers: This documentation is generated from the Eclipse wiki - if you have corrections or additions it would be awesome if you added them in [http://wiki....")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note to non-wiki readers: This documentation is generated from the Eclipse wiki - if you have corrections or additions it would be awesome if you added them in the original wiki page.


Introduction

The GEF 4 MVC component provides support for building up graphical editors and views based on a model-view-controller architecture. It provides toolkit-independent MVC-support (MVC) as well JavaFX-specific specializations (MVC.FX) and Eclipse UI-integration for both (MVC.UI, MVC.FX.UI).

Back to the top