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

EMF/SinglePageEditor

< EMF
Revision as of 05:36, 25 December 2010 by Unnamed Poltroon (Talk) (Files)

This page gives you an overview of a unmodified generated EMF (single page) editor (inc. a wizard).

The example is created based on the Generating an EMF Model

You can find the source code e.g. here and in this context the "library.editor" plugin / project.

Classes

  • LibraryEditor - The editor class itself.
  • LibraryActionBarContributor - The ActionBarContributor of the editor.
  • LibraryModelWizard - The wizard implementation ( find in File | New | Other... )
  • LibraryEditorPlugin - The plugin class. A subclass of EMFPlugin.

Back to the top