问题标签 [zest]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
eclipse - 从 Eclipse 市场下载 Eclipse 插件后,如何开始使用它?
在这种情况下,插件是 Zest。我已经下载了“Java 开发者的 Eclipse(Juno)”。我知道这与manifest.mf
依赖关系有关。但我不知道它们是什么。我是 Eclipse 和 Java 编程的新手。Zest 教程提到了 Eclipse 用于 RCP 开发。其他版本不能用吗?
eclipse - Zest 链接节点(2 个或更多源节点连接到 1 个目标)
我正在尝试使用 Eclipse Zest Visualization Toolkit 创建具有 5 个不同连接的图形。
以下论文概述了这 5 个连接(图 3。常见的基本参数结构)- http://www.mit.edu/~irahwan/docs/JWS2008.pdf
开箱即用的 Zest 可以在我正在寻找的 5 个连接中创建 4 个。(除 ii 之外的所有 - 链接)
我正在寻找如何创建此连接的指针?
理论上我想选择多个节点作为源,并将连接(一个连接)绘制到目标节点。
我是否应该扩展 EntityConnectionData 对象以获取源列表。然后实现IConnectionStyleProvider,修改getRouter()返回我自己自定义的Connection Router?
在此先感谢,艾伦
java - 如何使用 Eclipse Marketplace 中的 Zest?
在 Eclipse Marketplace 上,我安装了 Zest。现在我想知道,我该如何使用它?
库文件(jar)在哪里?以及如何添加它们?
java - 在哪里可以找到 Eclipse Zest API JavaDoc?
在 Zest 官方主页上,没有 API JacaDoc。我想知道,在哪里可以找到它?
eclipse-plugin - How to make Zest nodes move from their current location after a change?
When I first populate a graph, all the nodes appear stacked on the top-left corner. When I invoke applyLayout()
on the graph, the nodes move to the appropriate location with a nice animation. However, after I change the graph (remove some nodes, adds others) and invoke applyLayout()
again, all the nodes move to their appropriate location, but they start at the top-left corner again.
Is there a way to make the nodes move from their current location to the new one, without having them reset to the top-left?
java - GEF 自动布局
我用 GEF 编写了一个用 XYLayout 布局的图形编辑器。但是现在我有一个问题...
我的 GEF 模型引用了我拥有的另一个模型(由另一个视角创建),因此这两个模型可以彼此不同。从 GEF-Model 到第二个 Model 方式的同步很容易 -> 在创建 GEF-Modelelement 时创建一个新的 Modelelement。
但另一方面...
有没有办法像 ZEST 那样自动生成图形位置(没有重叠的元素或连接)并有一个可以创建更多元素的图形编辑器?(就像加载配置一样)
当存在带有图形的编辑器(加载后)并且应该添加一些带有连接的元素(模型之间的差异)时,这种自动布局是否也可以使用而不重叠元素或连接?
提前致谢
-黑凤凰-
eclipse - 无法关闭带有大热情图的编辑器部分
我在 Eclipse 中构建了一个编辑器部分来可视化 Zest 图表。我的问题:如果我尝试关闭包含大图(~6000 个节点,9000 条边)的编辑器部分,eclipse 无法处理关闭操作并挂断。
有什么想法可以解决问题或调试吗?
我认为问题是要处理图形对象,但我不知道要解决它。
提前致谢!
dot - DOT 插件的 Eclipse Zest 不呈现形状和颜色
我在使用 Eclipse Kepler zest2 插件时遇到了一点问题——它根本不渲染 DOT 图的样式和形状属性。我的意思是,如果我给插件一个点图,它不会反映节点的颜色和形状,而如果我通过 graphviz 应用程序运行它,它会导出一个漂亮的图像。现在我不知道是因为我在 Eclipse 中遗漏了一些东西,还是插件的限制。
java - Zest Eclipse Maven 依赖项
我正在尝试在 Eclipse Juno 中下载 Zest,但不幸的是,我无法做到。我需要的是:
我找不到 Zest 的 Maven 依赖项,也不知道如何安装它。有谁知道如何在 Eclipse Juno 中安装 Zest 以及如何使用 Maven 来完成。谢谢你的时间。