Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergey Vasiliev
Total activity
124
Last activity
November 06, 2019 07:53
Member since
September 26, 2006 10:08
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
54
Activity overview
Posts (0)
Comments (70)
Sort by recent activity
Recent activity
Votes
Created
December 19, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 votes
Created
December 19, 2007 15:11
public class SeqPresentationModel extends BasicGraphPresentationModel<NodeObject, EdgeObject> { @NotNull public NodeRealizer getNodeRealizer(final NodeObject nodeObject) { if (nodeObject insta...
Community
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 votes
Created
December 19, 2007 15:18
public class SeqPresentationModel extends BasicGraphPresentationModel<NodeObject, EdgeObject> { @NotNull public EdgeRealizer getEdgeRealizer(final EdgeObject edgeObject) { final EdgeRealizer e...
Community
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 votes
Created
December 17, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can't unwrap interface: interface a.f.ec on Graph API
0 votes
Created
December 18, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can't unwrap interface: interface a.f.ec on Graph API
0 votes
Created
December 05, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Help with memory leaks
0 votes
Created
April 15, 2008 08:19
Seam plugin is in Diana
Community
IntelliJ IDEA Open API and Plugin Development
Graph API questions
0 votes
Created
December 13, 2007 11:51
Hi, Andrecustom layouter example: http://www.yworks.com/products/yfiles/doc/demo/layout/README.htmlSerega.
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams using Graph API
0 votes
Created
July 15, 2008 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
Community
IntelliJ IDEA Open API and Plugin Development
Graph node properties
0 votes
Created
December 09, 2011 12:21
Hi Grant,thank you for your feedback, we've fixed this bug. Please, try next build.Serega.
Community
IntelliJ IDEA Users
IntelliJ 11 reporting properties as unused that are used (Spring)
-1 votes
«
First
‹
Previous