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 "GMF Introduction CN"

 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
== GEF 框架说明 ==
 
== GEF 框架说明 ==
[[GEF CN |GEF]]
+
=== 概念 ===
 +
* DiagramModel
 +
* Figure
 +
* EditPart
 +
** Command
 +
** Request
 +
** Policy
 +
* UI
 +
** Editor
 +
** Viewer
 +
** Palette
 +
* Other
 +
** Common
 +
** Util
 +
** Internal
 +
 
 +
=== 关系 ===
 +
对应MVC 模式,模型:DiagramModel、视图:Figure、控制器:EditPart,其他的类为辅助类。
  
 
== EMF 框架说明 ==
 
== EMF 框架说明 ==
[[EMF CN |EMF]]
 
  
 
== GMF 框架说明 ==
 
== GMF 框架说明 ==
[[GMF CN |GMF]]
+
<br />

Latest revision as of 23:30, 3 October 2006

本文论述GMF 及依赖项目GEF、EMF。<p /> Other language version of this page:EN

GEF 框架说明

概念

  • DiagramModel
  • Figure
  • EditPart
    • Command
    • Request
    • Policy
  • UI
    • Editor
    • Viewer
    • Palette
  • Other
    • Common
    • Util
    • Internal

关系

对应MVC 模式,模型:DiagramModel、视图:Figure、控制器:EditPart,其他的类为辅助类。

EMF 框架说明

GMF 框架说明


Back to the top