Ya its still DecoratedTabPanel
I was trying to use onMouseOver on the tabs.So that it would display the name of the tabs whenever a users hovers the mouse on it.
For instance like we have it in Eclipse.The thing is my tab names are too long and longer enough that it acquires the whole tab bar on
opening just two tabs
I can reduce the Tab Name but I am struggling on getting the MouseEnter methods on the tabs...
I am using gwt 2.0.3.
I also tried some ready made code available on the net for the toolTip stuff.But here too I am not able to call a mouseEnter on the ToolTipClass.
Waiting for suggestions from the Ranchers...