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"

(Workbench Model)
(Programming Model)
Line 9: Line 9:
 
*[[Eclipse4/RCP/Contexts | Contexts]]
 
*[[Eclipse4/RCP/Contexts | Contexts]]
 
*[[Eclipse4/RCP/Event_Model | Event Model]]
 
*[[Eclipse4/RCP/Event_Model | Event Model]]
 +
**Reference material: [[E4/Event Processing]]
  
 
==Compatibility Layer==
 
==Compatibility Layer==

Revision as of 14:03, 11 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

  • Modeled UI
  • Contributing to the Model
    • Model Fragments
    • Creating Model Elements at Runtime
  • Modifying the Model
  • Listening to Model Changes
  • Defining the Application Layout
    • Creating an e4xmi File
    • Creating the Model Instance Programmatically
  • Customizing the Behaviour
    • Defining Constraints
    • Drag and Drop
  • Extending the Model
    • Defining New Model Elements
  • Addons
  • Localization

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

  • The "Twenty Things"
  • Obtaining Services
  • Contributing Services
  • OSGi Services
  • Common Services
    • Logging
  • Workbench Services
    • Part Service
    • Selection Service
    • Handler Service
    • Bindings Service

Copyright © Eclipse Foundation, Inc. All Rights Reserved.