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 "GEF/GEF4/Common"

< GEF‎ | GEF4
(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....")
 
Line 6: Line 6:
  
 
The GEF4 Common component provides key concepts and infrastructure to be potentially used by all other GEF4 components.
 
The GEF4 Common component provides key concepts and infrastructure to be potentially used by all other GEF4 components.
 +
 +
== Adaptables ==
 +
 +
*'''package: org.eclipse.gef4.common.adapt'''
 +
 +
The adapt package provides a modernized interpretation of the adapter pattern, provided by the Eclipse Core Runtime.

Revision as of 13:45, 30 October 2014

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 GEF4 Common component provides key concepts and infrastructure to be potentially used by all other GEF4 components.

Adaptables

  • package: org.eclipse.gef4.common.adapt

The adapt package provides a modernized interpretation of the adapter pattern, provided by the Eclipse Core Runtime.

Back to the top