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"

(Application Services)
(Compatibility Layer)
Line 15: Line 15:
 
*[[Eclipse4/RCP/Compatibility Layer/Overview#When to Use|When to Use]]
 
*[[Eclipse4/RCP/Compatibility Layer/Overview#When to Use|When to Use]]
 
*[[Eclipse4/RCP/Compatibility Layer/Limitations|Limitations]]
 
*[[Eclipse4/RCP/Compatibility Layer/Limitations|Limitations]]
*[[Eclipse4/RCP/Compatibility Layer/Limitations#Known Issues|Issues]]
+
**[[Eclipse4/RCP/Compatibility Layer/Limitations#Known Issues|Known Issues]]
 
*[[Eclipse4/RCP/Compatibility Layer/Migration|Migration]]
 
*[[Eclipse4/RCP/Compatibility Layer/Migration|Migration]]
  

Revision as of 10:31, 12 April 2011

Introduction

We have also assembled a set of Frequently Asked Questions.

Programming Model

Compatibility Layer

Workbench Model

Source material: http://wiki.eclipse.org/E4/UI/Modeled_UI

Model Elements

  • Overview
  • Abstract Elements
    • Containers
  • Concrete Elements
    • Windows
    • Parts
    • Menus
    • Handlers
    • Commands
  • Shared Elements

Workbench Renderers

Application Services

Source material: http://wiki.eclipse.org/E4/Eclipse_Application_Services

Back to the top