Graph API questions
1. What plugins (with sources) contain good examples of diagrams (Idea graph API; class, database, sequence diagrams)?
2. Where can I find graph Open API documentation? Examples?
3. Does graph API support diagram editing (for example, create link between table elements), dragging diagram elements (listening of the drop event)?
请先登录再写评论。
Spring(bean dependencies), Struts, Seam(pageflow, pages), Jsf(navigation),
Jpa/Hibernate, Ejb
see 1
graph api supports all this actions by default. you have to only implement
2 interfaces: GraphDataModel<N, E> and GraphPresentationModel<N, E>(you
can use default implementation: BasicGraphPresentationModel<N, E>)
try Seam(pageflow designer - inplace editing, new dnd api, refactoring in
graph)
Serega
Does Idea7 contain this plugin? Or is the plugin from the Diana?
Seam location
Seam plugin is in Diana