Sets a boolean value indicating whether to display ToolTips for tabs that have ToolTip text associated with them.
public final void setShowToolTips( boolean showToolTips )
showToolTips
Set to true if ToolTips are displayed for tabs that have ToolTip text associated with them; otherwise, set to false. The default value is false.
Use the setToolTipText method to set the ToolTip text for a tab.
See Also getShowToolTips