Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 233571

Summary: Can not disable tooltips on GraphNode's & GraphConnection's
Product: [Tools] GEF Reporter: kevin aloisi <kevin_aloisi>
Component: GEF-Legacy ZestAssignee: Ian Bull <irbull>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: irbull
Version: 3.4Flags: irbull: galileo+
Target Milestone: 3.5.0 (Galileo) M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
mylyn/context/zip none

Description kevin aloisi CLA 2008-05-22 16:34:29 EDT
Build ID: 3.4M7

Steps To Reproduce:

Both classes automatically recreate the tooltip object anytime the updateFigure() method is called. As a result, there is no way to totally disable tooltips on each of these classes.

Also GraphNode.updateFigure() is protected and GraphNode.updateFigure() is private. If they both were protected, I could at least override these methods and reset the tooltip to null.



More information:
Comment 1 Ian Bull CLA 2009-04-02 18:47:32 EDT
Fixed in head.
Comment 2 Ian Bull CLA 2009-04-02 18:47:35 EDT
Created attachment 130777 [details]
mylyn/context/zip