文件名称:emfPGEF
-
所属分类:
- 标签属性:
- 上传时间:2016-05-05
-
文件大小:120.64kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
利用GEF和EMF实现了图形编辑器框架,可进行图形的添加,删除与修改。-Use EMF and GEF implement graphical editor framework, you can add graphics, delete and modify.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
emf+GEF/SubjectEditor/.classpath
emf+GEF/SubjectEditor/.project
emf+GEF/SubjectEditor/bin/com/test/subject/actions/DiagramActionBarContributor.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/AttributeTransferCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/ChangeNodeConstraintCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/CreateAttributeCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/CreateConnectionCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/CreateSubjectCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/DeleteConnectionCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/DeleteNodeCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/ReconnectSourceCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/RenameNodeCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/dnd/DiagramTemplateTransferDropTargetListener.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/AttributeFigure.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/CollapsedSubjectFigure.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/SubjectFigure$AttributesFigure.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/SubjectFigure$AttributesFigureBorder.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/SubjectFigure.class
emf+GEF/SubjectEditor/bin/com/test/subject/IConstants.class
emf+GEF/SubjectEditor/bin/com/test/subject/model/ElementFactory.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/AttributePart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/AttributeTreeEditPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/ConnectionPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/DiagramPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/DiagramTreeEditPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/NodeConnectionAnchor.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/NodePart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/PartFactory.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/SubjectPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/SubjectTreeEditPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/TreePartFactory.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/ConnectionEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/DiagramLayoutEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/NodeEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/NodeGraphicalNodeEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/SubjectLayoutEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/SubjectEditorPlugin.class
emf+GEF/SubjectEditor/bin/com/test/subject/ui/PaletteFactory.class
emf+GEF/SubjectEditor/bin/com/test/subject/ui/SubjectEditor$OutlinePage.class
emf+GEF/SubjectEditor/bin/com/test/subject/ui/SubjectEditor.class
emf+GEF/SubjectEditor/build.properties
emf+GEF/SubjectEditor/icons/file.gif
emf+GEF/SubjectEditor/icons/folder.gif
emf+GEF/SubjectEditor/plugin.xml
emf+GEF/SubjectEditor/src/com/test/subject/actions/DiagramActionBarContributor.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/AttributeTransferCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/ChangeNodeConstraintCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/CreateAttributeCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/CreateConnectionCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/CreateSubjectCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/DeleteConnectionCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/DeleteNodeCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/ReconnectSourceCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/RenameNodeCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/dnd/DiagramTemplateTransferDropTargetListener.java
emf+GEF/SubjectEditor/src/com/test/subject/figures/AttributeFigure.java
emf+GEF/SubjectEditor/src/com/test/subject/figures/CollapsedSubjectFigure.java
emf+GEF/SubjectEditor/src/com/test/subject/figures/SubjectFigure.java
emf+GEF/SubjectEditor/src/com/test/subject/IConstants.java
emf+GEF/SubjectEditor/src/com/test/subject/model/ElementFactory.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/AttributePart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/AttributeTreeEditPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/ConnectionPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/DiagramPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/DiagramTreeEditPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/NodeConnectionAnchor.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/NodePart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/PartFactory.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/SubjectPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/SubjectTreeEditPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/TreePartFactory.
emf+GEF/SubjectEditor/.project
emf+GEF/SubjectEditor/bin/com/test/subject/actions/DiagramActionBarContributor.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/AttributeTransferCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/ChangeNodeConstraintCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/CreateAttributeCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/CreateConnectionCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/CreateSubjectCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/DeleteConnectionCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/DeleteNodeCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/ReconnectSourceCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/commands/RenameNodeCommand.class
emf+GEF/SubjectEditor/bin/com/test/subject/dnd/DiagramTemplateTransferDropTargetListener.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/AttributeFigure.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/CollapsedSubjectFigure.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/SubjectFigure$AttributesFigure.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/SubjectFigure$AttributesFigureBorder.class
emf+GEF/SubjectEditor/bin/com/test/subject/figures/SubjectFigure.class
emf+GEF/SubjectEditor/bin/com/test/subject/IConstants.class
emf+GEF/SubjectEditor/bin/com/test/subject/model/ElementFactory.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/AttributePart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/AttributeTreeEditPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/ConnectionPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/DiagramPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/DiagramTreeEditPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/NodeConnectionAnchor.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/NodePart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/PartFactory.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/SubjectPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/SubjectTreeEditPart.class
emf+GEF/SubjectEditor/bin/com/test/subject/parts/TreePartFactory.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/ConnectionEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/DiagramLayoutEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/NodeEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/NodeGraphicalNodeEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/policies/SubjectLayoutEditPolicy.class
emf+GEF/SubjectEditor/bin/com/test/subject/SubjectEditorPlugin.class
emf+GEF/SubjectEditor/bin/com/test/subject/ui/PaletteFactory.class
emf+GEF/SubjectEditor/bin/com/test/subject/ui/SubjectEditor$OutlinePage.class
emf+GEF/SubjectEditor/bin/com/test/subject/ui/SubjectEditor.class
emf+GEF/SubjectEditor/build.properties
emf+GEF/SubjectEditor/icons/file.gif
emf+GEF/SubjectEditor/icons/folder.gif
emf+GEF/SubjectEditor/plugin.xml
emf+GEF/SubjectEditor/src/com/test/subject/actions/DiagramActionBarContributor.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/AttributeTransferCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/ChangeNodeConstraintCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/CreateAttributeCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/CreateConnectionCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/CreateSubjectCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/DeleteConnectionCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/DeleteNodeCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/ReconnectSourceCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/commands/RenameNodeCommand.java
emf+GEF/SubjectEditor/src/com/test/subject/dnd/DiagramTemplateTransferDropTargetListener.java
emf+GEF/SubjectEditor/src/com/test/subject/figures/AttributeFigure.java
emf+GEF/SubjectEditor/src/com/test/subject/figures/CollapsedSubjectFigure.java
emf+GEF/SubjectEditor/src/com/test/subject/figures/SubjectFigure.java
emf+GEF/SubjectEditor/src/com/test/subject/IConstants.java
emf+GEF/SubjectEditor/src/com/test/subject/model/ElementFactory.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/AttributePart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/AttributeTreeEditPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/ConnectionPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/DiagramPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/DiagramTreeEditPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/NodeConnectionAnchor.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/NodePart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/PartFactory.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/SubjectPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/SubjectTreeEditPart.java
emf+GEF/SubjectEditor/src/com/test/subject/parts/TreePartFactory.
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.