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 "MDT/Papyrus/Developer Guide/Architecture"

(New page: == Architecture Overview == See svn / documents == Services == Services can be retrieved by the help of the ServicesRegistry. See Papyrus Developer Guide/How To Code Examples. === L...)
 
(Architecture Overview)
Line 1: Line 1:
 
== Architecture Overview ==
 
== Architecture Overview ==
See svn / documents
+
See [http://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/doc/ git/doc]
  
 
== Services ==
 
== Services ==

Revision as of 10:16, 7 May 2014

Architecture Overview

See git/doc

Services

Services can be retrieved by the help of the ServicesRegistry. See Papyrus Developer Guide/How To Code Examples.

List of existing services

  • ModelSet.class
  • TransactionalEditingDomain.class
  • IPageIconsRegistry.class
  • IPageMngr
  • DiSashModelMngr
  • ISashWindowsContentProvider
  • ISaveAndDirtyService
  • ILifeCycleEventsProvider - (nickname of ISaveAndDirtyService)
  • IUndoContext.class - To be used to tag commands in the commandStack.

Back to the top