Questions tagged [zest]

Zest: The Eclipse Visualization Toolkit, is a set of visualization components built for Eclipse. The entire Zest library has been developed in SWT / Draw2D and integrates seamlessly within Eclipse because of its recognized design.

Zest: The Eclipse Visualization Toolkit, is a set of visualization components built for Eclipse. The entire Zest library has been developed in SWT / Draw2D and integrates seamlessly within Eclipse because of its recognized design.

Zest has been modeled after JFace, and all the Zest views conform to the same standards and conventions as existing Eclipse views. This means that the providers, actions and listeners used within existing applications can be leveraged within Zest.

The Zest project also contains a graph layout package which can be used independently. The graph layout package can be used within existing Java applications (SWT or AWT) to provide layout locations for a set of entities and relationships.

Related Links:

81 questions
2
votes
1 answer

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 ( ZoomContributionViewItem ) only with SWT since…
bulldo
  • 41
  • 1
  • 3
2
votes
1 answer

How can I get directed arrows (for an edge) in a graph generated with GEF for an Eclipse plugin?

I'm developing an Eclipse plugin for which I'm playing with GEF and Zest for generating a graph in view. I've extended the org.eclipse.gef.zest.fx.ui.parts.ZestFxUiView which is already available in the GEF plugin. Graph is successfully generated…
2
votes
0 answers

Zest Graphical Framework - Graph View Based on Previous Graph

I am trying to create a "Go Back to Previous Graph" option for my RCP application which uses the Zest graphical framework. There is a base graph, which it starts out with, and more detailed graphs the user can interact with. Once the user is at a…
Alex C. Fish
  • 83
  • 2
  • 6
2
votes
2 answers

ZAP Ajax spider authentication not working using ZEST

Followed following steps: 1. Record ZEST script (tested to be working) 2. Include site in context 3. Add user 4. Select forced user 5. Upload script and select script based authentication 6. Define logout indicator 7. Exclude logout from spider 8.…
user3399273
  • 139
  • 1
  • 11
2
votes
2 answers

Old Version of gef4?

I'm working with a softwareproject, which needs the following packages: import org.eclipse.gef4.zest.layouts.LayoutAlgorithm; import org.eclipse.gef4.zest.layouts.dataStructures.DisplayIndependentRectangle; import…
Studiosus
  • 143
  • 1
  • 11
2
votes
2 answers

GraphViz, Zest, JUNG2 et cetera for Java

Firstly, my goal is to use a library ONLY for laying out nodes in a JavaFx application, so that the size of the node (or box, in my case) is taken in account in laying out. I tried JUNG2, but wasn't very impressed by it's layout methods.. I would've…
user2499946
  • 679
  • 1
  • 10
  • 28
2
votes
1 answer

How do I copy part of Zest Graph to SWT Canvas

I am developing a new Eclipse plug-in, using the GEF (Draw2d 3.9, Zest 1.5.0) with custom figures in order to represent some data. I am now trying to develop an adjustable lens view. The desired functionality is that the mouse will be dragged on the…
2
votes
1 answer

Adding zest libraries to Eclipse 4 app

I am new to both Zest and Eclipse e4 development. My aim for the moment is to build a simple app and in one of its views to visualize a graph using Zest. So I am following this tutorial and I ended up with a simple working app consisting of one main…
Wosh
  • 1,565
  • 2
  • 17
  • 30
2
votes
1 answer

Eclipse Zest for DOT plugin doesn't render shapes and colors

I'm having a little trouble with the Eclipse Kepler zest2 plugin - it doesn't render the DOT graph's style and shape attributes at all. I mean, if I give a DOT graph to the plugin, it doesn't reflect the node colors and shapes, whereas if I run it…
Vahan
  • 45
  • 8
2
votes
1 answer

How do I begin using an Eclipse plug-in after downloading it from the Eclipse marketplace?

In this case, the plug-in is Zest. I have downloaded "Eclipse for java developers(Juno)". I understand it has something to do with manifest.mf dependencies. But I have no idea what they are. I am new to Eclipse and Java programming. The Zest…
user1909491
  • 31
  • 1
  • 5
2
votes
1 answer

How to render graphical to JPG from Eclipse Zest

I have implemented the model visualisation using Eclipse Zest Toolkit. Now I want to save the visual model into JPEG image. How can I achieve this goal? EDITED: I have tried implementing the code mentioned here. But the captured image is cropped…
Agung Pratama
  • 3,666
  • 7
  • 36
  • 77
2
votes
1 answer

Styling zest graph nodes and connections

I wish to change some visual properties of nodes and connections. How better can it be done? I found that visual information is applied in model factory that is returned from org.eclipse.zest.core.viewers.GraphViewer.getFactory(). There are three…
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
1
vote
1 answer

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 customization. 3) Added a composite on the right of button…
Dipesh Gupta
  • 787
  • 1
  • 7
  • 20
1
vote
1 answer

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 Needed Permsissons..then requesting the ads.. It works…
Reham
  • 1,916
  • 6
  • 21
  • 45
1
vote
1 answer

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 other tool? (Note that I'm using eclipse RCP for…
maro
  • 53
  • 9