主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergey Vasiliev
活动总数
124
最后的活动
2019年11月06日 07:53
成员加入日期
2006年09月26日 10:08
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
54
活动概览
帖子(0)
评论(70)
按最近的活动排序
最近的活动
投票数
创建于
2007年10月16日 10:29
Oleg,Please, try GraphUtil.getGroupNode(final Graph2D graph, final Node node) method.Serega.p.s. if you have any qustions don't hesistate contact me directly. (102892629)HiGraphBuider hasn't interf...
社区
IntelliJ IDEA Open API and Plugin Development
How to get nodes group object from GraphBuilder
0 票
创建于
2007年12月21日 11:22
Andre,>I'd like to remove some options from toolbar and disable grid (view.setGridVisible and so on does not work)1. Graph PresentationModel: public void customizeSettings(final Graph2DView view...
社区
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams and GraphAPI (almost done)
0 票
创建于
2007年12月21日 12:35
- Edges become crazy when source e target nodes are the same 1. may be problem of using PolyLineEdgeRealizer? GraphPresentation: protected EdgeRealizer createCustomEdgeRealizer(...) { final Pol...
社区
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams and GraphAPI (almost done)
0 票
创建于
2007年12月21日 12:38
no ideas about "sendToFront"...
社区
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams and GraphAPI (almost done)
0 票
创建于
2007年12月19日 14:57
public interface NodeObject {}public class CaptionNode implements NodeObject {}public class LifeLineNode implements NodeObject {}public interface EdgeObject {}public class CaptionEdge implements Ed...
社区
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 票
创建于
2007年12月04日 07:48
Hi,I think you have to invoke updateGraph() method. public boolean deleteNode(@NotNull CodeGraphNode node) { final boolean isDeleted = getDataModel().removeNode(node); getGraphBulder().updateGra...
社区
IntelliJ IDEA Open API and Plugin Development
Graph DeleteProvider has no effect on graph
0 票
创建于
2008年03月20日 11:00
1. What plugins (with sources) contain good examples of diagrams (Ideagraph API; class, database, sequence diagrams)?Spring(bean dependencies), Struts, Seam(pageflow, pages), Jsf(navigation), Jpa/H...
社区
IntelliJ IDEA Open API and Plugin Development
Graph API questions
0 票
创建于
2008年04月09日 12:20
there are several ways to add custom EL variables:1. Use com.intellij.psi.impl.source.jsp.el.ELContextProviderfor instance, public class ELClassInjector implements MultiHostInjector { public void ...
社区
IntelliJ IDEA Open API and Plugin Development
Inject EL into strings
0 票
创建于
2007年12月06日 10:53
Hi, Andre!I think you could try to do that:1. create DataModel, nodes - objects, edges - messages2. implement NodeRealizer (vertical rectangles)3. implement your own Layouter (http://www.yworks.com...
社区
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams using Graph API
0 票
创建于
2007年12月13日 11:52
http://www.yworks.com/products/yfiles/doc/demo/layout/DiagonalLayouter.java.htmlHi, Andrecustom layouter example:http://www.yworks.com/products/yfiles/doc/demo/layout/README.htmlSerega.
社区
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams using Graph API
0 票
«
第一页
‹
上一页
下一页
›
最后
»