Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
63 views

eclipse plugin (gef) and graph visualization (zest)

i'm writing an eclipse plugin that draws a finite state system. since it may be large, i'd like to attach some existing graph layout algorithm (e.g. hierarchical layout, force-based layout, ...) that ...
2
votes
1answer
41 views

Draw2D GridLayoutAlgorithm with constant node width?

We're integrating Draw2D/GEF into an application, and are encountering an issue with the standard layouts provided. We have a collection (say 100) of elements that need to be displayed in a grid-like ...
1
vote
1answer
64 views

Graph drawing using ZEST framework when button pressed, not working?

I am trying to draw a graph using the ZEST framwework in JAVA. The intended work of code is as follows: 1) Shell is set to FormLayout. 2) Added a label, textbox, and a button using FormData ...
1
vote
1answer
82 views

How to connect Neo4j with Zest?

In Java, I have a Neo4j EmbeddedGraphDatabase. How can I transform this into a Graph that Zest can display?
1
vote
1answer
96 views

Draw nodes according to (X,Y) coordinates? Zest

Can anybody help me please? I should create a graph to display the nodes positions using eclipse. The positions are given as (X,Y) coordinates. Is this possible to do using Zest? Or can you recommend ...
1
vote
1answer
120 views

Change color of a node in Zest

I'm using Zest to draw a graph. However, I want to change the default color of the graphnode to another color based on its label. For example: Label: red => color of the node is red.
1
vote
1answer
125 views

using a ZoomContributionViewItem in a view

I saw that it's possible to add a combo in the toolbar of a view to zoom a graph but the problem is that it's used with JFace and I just want to know if it's possible to work with this class of zest ( ...
1
vote
1answer
76 views

Adding a plugin dependency to my plugin breaks existing non-plugin library (Google Data API)

I'm writing an eclipse plugin. This plugin uses a few local jar files, and additionally has a few dependencies on other plugins. I'm using the Google Code Search API from jar files, and it works ...
1
vote
2answers
274 views

example zest layouts

Has anyone created a library of zest layout algorithms other than the ones highlighted here? http://www.eclipse.org/gef/zest/
1
vote
1answer
592 views

Using GEF vs ZEST to draw a graph?

ZEST was included in the GEF library. I am a bit confused about when to use GEF and when to use GEF. I would like to know when using GEF is better than using ZEST, and the other way around?
0
votes
0answers
25 views

What graphical framework for Eclipse RCP can be used to draw trees (or graphs) over tables?

I'm currently looking for a solution to the following problem. I need to be able to draw a hierarchical tree (e.g., syntax tree, which is basically a graph) over a table or other alignable component ...
0
votes
0answers
26 views

Embed a zest graph in a sub composite

I have a ViewPart in Eclipse that I want to add multiple composites, one per zest graph (that can be selective viewed or hidden by the user) along with controls, labels and combo boxes. I have been ...
0
votes
1answer
23 views

ERROR/ZestADZAdView SDK(30873): Caught IOException in fetchConfig() when integrate Zest with adwhirl in android

I'm not receiving any ads while using Zest (Komli) AdNw with Adwhirl and the code fires this excpetion.. Can anyone tell me why?? Like any adNw ..i just put the SDK in the application..declaring ...
0
votes
1answer
128 views

draw in an eclipse rcp view?

I need to draw some circles and nodes (according to their (x,y) coordinates) in an rcp view. I think Zest is not appropriate or my application (the nodes can be moved, no coordinates..) I did my best ...
0
votes
1answer
171 views

Problem with draw2d dependency in Eclipse with zest

When trying to run this zest tutorial, I get the following error: The type org.eclipse.draw2d.FigureCanvas cannot be resolved. It is indirectly referenced from required .class files over ...