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?
Asked
Active
Viewed 529 times
0
-
Do you mean tooltip over a node? – Bela Vizer Apr 17 '12 at 20:20
1 Answers
1
Your GraphViewer has to have a LabelProvider
which could implement IEntityStyleProvider
which has a method public IFigure getTooltip(Object entity)
to implement. I think there is nothing else to do.

Bela Vizer
- 2,527
- 22
- 26