문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top