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
0
votes
1 answer

Problems with running Zest/Dot programs

I am trying to create a simple Java program, which uses the Zest framework in order to generate and display graphs from a .dot input graph. I have downloaded the whole gef4 framework into my eclipse and I have created two example java programs to…
Wosh
  • 1,565
  • 2
  • 17
  • 30
0
votes
1 answer

Zest Eclipse Maven dependency

I am trying to download Zest in Eclipse Juno but unfortunately, I could not manage to do so. What I need is: org.eclipse.zest I could not find the Maven dependency for Zest and do not know how to get that installed. does anyone know how to get Zest…
Mod
  • 5,091
  • 7
  • 28
  • 47
0
votes
1 answer

Zest Linked Nodes (2 or more source nodes connected to 1 destination)

I am trying to use the Eclipse Zest Visualization Toolkit to create a graph with 5 different connections. The 5 connections are outlined in the following paper (Fig 3. Common basic argument structures) -…
Alan Sergeant
  • 1,516
  • 1
  • 13
  • 10
0
votes
1 answer

Assigning a value to a node in a ZEST graph

Is there a way to assign a value to a specific node in a graph built in JAVA using the ZEST API? Given a graph node "p", I thought p.setData(value) would work. I tried this, but it didn't really work out.
Anirudh Sharma
  • 115
  • 3
  • 15
0
votes
1 answer

Add a new listener inside an AddListener

I'm creating a graph using the visualization toolkit Zest. I start by creating a graph then I add a node. I want to add to this node a mouse Double click event. I tried the following code, but it doesn't work. Is it because of the verification…
0
votes
1 answer

Hover Text for Zest GraphViewer

I'd like to be able to modify the hover text on a node in the zest graph viewer. Does anybody know how to do this programmatically?
Tas
  • 285
  • 1
  • 15
1 2 3 4 5
6