主页
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年12月19日 14:34
Andre,My idea is to implement special node type for life line and add custom NodeRealizer for this node.You can draw this nodes types in data model or draw manually in CustomGraphUpdater (Take a lo...
社区
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 票
创建于
2007年12月19日 15:11
public class SeqPresentationModel extends BasicGraphPresentationModel<NodeObject, EdgeObject> { @NotNull public NodeRealizer getNodeRealizer(final NodeObject nodeObject) { if (nodeObject insta...
社区
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 票
创建于
2007年12月19日 15:18
public class SeqPresentationModel extends BasicGraphPresentationModel<NodeObject, EdgeObject> { @NotNull public EdgeRealizer getEdgeRealizer(final EdgeObject edgeObject) { final EdgeRealizer e...
社区
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 票
创建于
2007年12月17日 16:21
Andre,Does "layouter.doLayout(graph)" work properly?if no then send me DiagramLayouter file for debug, please. Serega. DiagramLayouter layouter = new DiagramLayouter();if (graph.getNodeArray().leng...
社区
IntelliJ IDEA Open API and Plugin Development
Can't unwrap interface: interface a.f.ec on Graph API
0 票
创建于
2007年12月18日 10:23
Andre, Out of curiosity, have you implemented sequence diagram yet?Could you post example screenshot.thanks,Serega.Hi Sergey,I solved the problem just removing this method from my class:for(EdgeCu...
社区
IntelliJ IDEA Open API and Plugin Development
Can't unwrap interface: interface a.f.ec on Graph API
0 票
创建于
2007年12月05日 12:43
Hi, Shawn !You have to register your graphBuilder(or any other Disposable objects) in Disposer.for instance,public class MyGraphComponent extends JPanel implements Disposable { private final Graph...
社区
IntelliJ IDEA Open API and Plugin Development
Help with memory leaks
0 票
创建于
2008年04月15日 08:19
Seam plugin is in Diana
社区
IntelliJ IDEA Open API and Plugin Development
Graph API questions
0 票
创建于
2007年12月13日 11:51
Hi, 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 票
创建于
2008年07月15日 11:32
Do I need to notify the model about changes in this case?I have to invoke builder.updateGraph() or builder.queueUpdate() if your data model doesn't synchronized
社区
IntelliJ IDEA Open API and Plugin Development
Graph node properties
0 票
创建于
2011年12月09日 12:21
Hi Grant,thank you for your feedback, we've fixed this bug. Please, try next build.Serega.
社区
IntelliJ IDEA Users
IntelliJ 11 reporting properties as unused that are used (Spring)
-1 票
«
第一页
‹
上一页