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
October 16, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get nodes group object from GraphBuilder
0 votes
Created
December 21, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams and GraphAPI (almost done)
0 votes
Created
December 21, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams and GraphAPI (almost done)
0 votes
Created
December 21, 2007 12:38
no ideas about "sendToFront"...
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams and GraphAPI (almost done)
0 votes
Created
December 19, 2007 14:57
public interface NodeObject {}public class CaptionNode implements NodeObject {}public class LifeLineNode implements NodeObject {}public interface EdgeObject {}public class CaptionEdge implements Ed...
Community
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 votes
Created
December 04, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graph DeleteProvider has no effect on graph
0 votes
Created
March 20, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graph API questions
0 votes
Created
April 09, 2008 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Inject EL into strings
0 votes
Created
December 06, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams using Graph API
0 votes
Created
December 13, 2007 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.
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams using Graph API
0 votes
«
First
‹
Previous
Next
›
Last
»